/external/u-boot/drivers/usb/musb-new/ |
D | sunxi.c | 223 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_enable() local 238 ret = sun4i_usb_phy_vbus_detect(glue->phy); in sunxi_musb_enable() 244 ret = sun4i_usb_phy_id_detect(glue->phy); in sunxi_musb_enable() 250 ret = generic_phy_power_on(glue->phy); in sunxi_musb_enable() 265 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_disable() local 274 ret = generic_phy_power_off(glue->phy); in sunxi_musb_disable() 289 struct sunxi_glue *glue = to_sunxi_glue(musb->controller); in sunxi_musb_init() local 294 ret = generic_phy_init(glue->phy); in sunxi_musb_init() 302 setbits_le32(&glue->ccm->ahb_gate0, BIT(AHB_GATE_OFFSET_USB0)); in sunxi_musb_init() 303 if (glue->cfg->clkgate_bit) in sunxi_musb_init() [all …]
|
D | musb_dsps.c | 153 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_enable() local 154 const struct dsps_musb_wrapper *wrp = glue->wrp; in dsps_musb_enable() 186 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_disable() local 187 const struct dsps_musb_wrapper *wrp = glue->wrp; in dsps_musb_disable() 205 struct dsps_glue *glue = platform_get_drvdata(pdev); in otg_timer() local 206 const struct dsps_musb_wrapper *wrp = glue->wrp; in otg_timer() 244 mod_timer(&glue->timer, in otg_timer() 259 struct dsps_glue *glue = platform_get_drvdata(pdev); in dsps_musb_try_idle() local 273 del_timer(&glue->timer); in dsps_musb_try_idle() 278 if (time_after(last_timer, timeout) && timer_pending(&glue->timer)) { in dsps_musb_try_idle() [all …]
|
D | omap2430.c | 229 struct omap2430_glue *glue = _glue; in omap_musb_mailbox() local 230 struct musb *musb = glue_to_musb(glue); in omap_musb_mailbox() 232 glue->status = status; in omap_musb_mailbox() 234 dev_err(glue->dev, "musb core is not yet ready\n"); in omap_musb_mailbox() 238 schedule_work(&glue->omap_musb_mailbox_work); in omap_musb_mailbox() 242 static void omap_musb_set_mailbox(struct omap2430_glue *glue) in omap_musb_set_mailbox() argument 244 struct musb *musb = glue_to_musb(glue); in omap_musb_set_mailbox() 250 switch (glue->status) { in omap_musb_set_mailbox() 300 struct omap2430_glue *glue = container_of(mailbox_work, in omap_musb_mailbox_work() local 302 omap_musb_set_mailbox(glue); in omap_musb_mailbox_work() [all …]
|
D | am35x.c | 507 struct am35x_glue *glue; in am35x_probe() local 514 glue = kzalloc(sizeof(*glue), GFP_KERNEL); in am35x_probe() 515 if (!glue) { in am35x_probe() 556 glue->dev = &pdev->dev; in am35x_probe() 557 glue->musb = musb; in am35x_probe() 558 glue->phy_clk = phy_clk; in am35x_probe() 559 glue->clk = clk; in am35x_probe() 563 platform_set_drvdata(pdev, glue); in am35x_probe() 602 kfree(glue); in am35x_probe() 610 struct am35x_glue *glue = platform_get_drvdata(pdev); in am35x_remove() local [all …]
|
D | pic32.c | 219 struct fdt_resource mc, glue; in musb_usb_probe() local 235 "control", &glue); in musb_usb_probe() 242 pdata->musb_glue = ioremap(glue.start, fdt_resource_size(&glue)); in musb_usb_probe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/ |
D | byval.ll | 32 ; O32-SDAG: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}> 33 ; O32-SDAG-NOT: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}> 34 ; O32-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetExternalSymbol:i32'memcpy' 35 ; O32-SDAG-NOT: t{{.*}}: ch,glue = callseq_end t{{.*}}, TargetConstant:i32<{{.*}}> 36 ; O32-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetGlobalAddress:i32<void (%struct.S1*)… 37 ; O32-SDAG: t{{.*}}: ch,glue = callseq_end t{{.*}}, TargetConstant:i32<{{.*}}> 40 ; N32-SDAG: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}> 41 ; N32-SDAG-NOT: t{{.*}}: ch,glue = callseq_start t{{.*}}, TargetConstant:i32<{{.*}}> 42 ; N32-SDAG: t{{.*}}: ch,glue = MipsISD::JmpLink t{{.*}}, TargetExternalSymbol:i32'memcpy' 43 ; N32-SDAG-NOT: t{{.*}}: ch,glue = callseq_end t{{.*}}, TargetConstant:i32<{{.*}}> [all …]
|
/external/u-boot/doc/device-tree-bindings/usb/ |
D | dwc3-st.txt | 1 ST DWC3 glue logic 4 This driver controls the glue logic used to configure the dwc3 core on 9 - reg : glue logic base address and USB syscfg ctrl register offset 10 - reg-names : should be "reg-glue" and "syscfg-reg" 12 encompasses the glue registers 28 The dwc3 core should be added as subnode to ST DWC3 glue as shown in the 41 reg-names = "reg-glue", "syscfg-reg";
|
/external/libmtp/ |
D | ChangeLog | 29 * src/libusb-glue.c: introduce new function to probe a 61 * src/libusb-glue.c: only reset the device if a connection 93 * src/libusb-glue.c: don't probe HID equipment for device 102 * src/libusb-glue.c: usb bus location fix for Mac and disable 140 * src/libusb-glue.c: patch to fix a bug in some multithread 156 * src/libusb-glue.c: don't complain so much about the 161 * src/libusb-glue.c: bus detection fix for libusb - 179 * src/libusb-glue.h : Add LIBMTP_USB_DEBUG / LIBMTP_DATA_DEBUG macros. 180 * src/libusb-glue.c : Use previous macros inside of printf. 185 * src/libusb-glue.c: some more BlackBerry fixing from [all …]
|
/external/clang/test/Preprocessor/ |
D | c99-6_10_3_4_p6.c | 10 #define glue(a, b) a ## b macro 11 #define xglue(a, b) glue(a, b) 18 glue(HIGH, LOW);
|
/external/libmtp/src/ |
D | Makefile.am | 5 gphoto2-endian.h _stdint.h ptp.c ptp.h libusb-glue.h \ 14 libmtp_la_SOURCES += libusb1-glue.c 18 libmtp_la_SOURCES += libusb-glue.c 22 libmtp_la_SOURCES += libopenusb1-glue.c
|
/external/harfbuzz_ng/ |
D | TODO | 14 - Add hb-cairo glue 22 - Add hb-fribidi glue?
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cstmaterialization/ |
D | isel-materialization.ll | 24 ; MIPS: t{{[0-9]+}}: ch,glue = JAL TargetGlobalAddress:i32<void (i32, i32, i32)* @f> 33 ; MM: t{{[0-9]+}}: ch,glue = JAL_MM TargetGlobalAddress:i32<void (i32, i32, i32)* @f>
|
/external/u-boot/arch/arm/dts/ |
D | uniphier-ld4.dtsi | 304 soc-glue@5f800000 { 305 compatible = "socionext,uniphier-ld4-soc-glue", 314 soc-glue@5f900000 { 315 compatible = "socionext,uniphier-ld4-soc-glue-debug",
|
D | uniphier-sld8.dtsi | 308 soc-glue@5f800000 { 309 compatible = "socionext,uniphier-sld8-soc-glue", 318 soc-glue@5f900000 { 319 compatible = "socionext,uniphier-sld8-soc-glue-debug",
|
D | uniphier-pro5.dtsi | 346 soc-glue@5f800000 { 347 compatible = "socionext,uniphier-pro5-soc-glue", 356 soc-glue@5f900000 { 357 compatible = "socionext,uniphier-pro5-soc-glue-debug",
|
D | uniphier-pxs3.dtsi | 358 soc_glue: soc-glue@5f800000 { 359 compatible = "socionext,uniphier-pxs3-soc-glue", 368 soc-glue@5f900000 { 369 compatible = "socionext,uniphier-pxs3-soc-glue-debug",
|
D | uniphier-pro4.dtsi | 341 soc_glue: soc-glue@5f800000 { 342 compatible = "socionext,uniphier-pro4-soc-glue", 351 soc-glue@5f900000 { 352 compatible = "socionext,uniphier-pro4-soc-glue-debug",
|
D | uniphier-pxs2.dtsi | 457 soc_glue: soc-glue@5f800000 { 458 compatible = "socionext,uniphier-pxs2-soc-glue", 467 soc-glue@5f900000 { 468 compatible = "socionext,uniphier-pxs2-soc-glue-debug",
|
D | uniphier-ld11.dtsi | 483 soc_glue: soc-glue@5f800000 { 484 compatible = "socionext,uniphier-ld11-soc-glue", 493 soc-glue@5f900000 { 494 compatible = "socionext,uniphier-ld11-soc-glue-debug",
|
D | uniphier-v7-u-boot.dtsi | 17 soc-glue@5f800000 {
|
D | uniphier-ld20.dtsi | 543 soc_glue: soc-glue@5f800000 { 544 compatible = "socionext,uniphier-ld20-soc-glue", 553 soc-glue@5f900000 { 554 compatible = "socionext,uniphier-ld20-soc-glue-debug",
|
/external/u-boot/api/ |
D | README | 46 - glue 55 - calls directly, or leverages the provided glue mid-layer
|
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/ |
D | Makefile | 15 include glue/defines.min
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/ |
D | README.rst | 24 A lot of CPython code is just glue, especially human-error-prone 31 - **Less Python glue code**
|
/external/u-boot/arch/arm/mach-uniphier/ |
D | Makefile | 22 obj-y += pinctrl-glue.o
|