| /openbmc/openbmc/meta-raspberrypi/recipes-kernel/bluez-firmware-rpidistro/ |
| H A D | bluez-firmware-rpidistro_git.bb | 54 install -m 0644 debian/firmware/broadcom/BCM434*.hcd ${D}${nonarch_base_libdir}/firmware/brcm/ 59 ${PN}-bcm43430a1-hcd \ 60 ${PN}-bcm43430b0-hcd \ 61 ${PN}-bcm4343a2-hcd \ 62 ${PN}-bcm4345c0-hcd \ 63 ${PN}-bcm4345c5-hcd \ 66 LICENSE:${PN}-bcm43430a1-hcd = "Firmware-cypress-rpidistro" 67 LICENSE:${PN}-bcm43430b0-hcd = "Firmware-cypress-rpidistro" 68 LICENSE:${PN}-bcm4343a2-hcd = "Firmware-cypress-rpidistro" 69 LICENSE:${PN}-bcm4345c0-hcd = "Firmware-cypress-rpidistro" [all …]
|
| /openbmc/qemu/hw/usb/ |
| H A D | meson.build | 15 system_ss.add(when: 'CONFIG_USB_UHCI', if_true: files('hcd-uhci.c')) 16 system_ss.add(when: 'CONFIG_USB_OHCI', if_true: files('hcd-ohci.c')) 17 system_ss.add(when: 'CONFIG_USB_OHCI_PCI', if_true: files('hcd-ohci-pci.c')) 18 system_ss.add(when: 'CONFIG_USB_OHCI_SYSBUS', if_true: files('hcd-ohci-sysbus.c')) 19 system_ss.add(when: 'CONFIG_USB_EHCI', if_true: files('hcd-ehci.c')) 20 system_ss.add(when: 'CONFIG_USB_EHCI_PCI', if_true: files('hcd-ehci-pci.c')) 21 system_ss.add(when: 'CONFIG_USB_EHCI_SYSBUS', if_true: files('hcd-ehci-sysbus.c')) 22 system_ss.add(when: 'CONFIG_USB_XHCI', if_true: files('hcd-xhci.c')) 23 system_ss.add(when: 'CONFIG_USB_XHCI_PCI', if_true: files('hcd-xhci-pci.c')) 24 system_ss.add(when: 'CONFIG_USB_XHCI_SYSBUS', if_true: files('hcd [all...] |
| H A D | trace-events | 13 # hcd-ohci-pci.c 16 # hcd-ohci.c 78 # hcd-ehci.c 111 # hcd-uhci.c 141 # hcd-xhci.c 187 # hcd-dwc2.c
|
| H A D | desc.c | 556 DeviceState *hcd = dev->qdev.parent_bus->parent; in usb_desc_create_serial() local 568 path = qdev_get_dev_path(hcd); in usb_desc_create_serial()
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_host.h | 21 static inline struct musb *hcd_to_musb(struct usb_hcd *hcd) in hcd_to_musb() argument 23 return (struct musb *) (hcd->hcd_priv); in hcd_to_musb() 67 extern int musb_hub_status_data(struct usb_hcd *hcd, char *buf); 68 extern int musb_hub_control(struct usb_hcd *hcd, 87 int musb_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags); 88 int musb_urb_dequeue(struct usb_hcd *hcd, struct urb *urb, int status);
|
| H A D | usb-compat.h | 47 #define usb_hcd_link_urb_to_ep(hcd, urb) ({ \ argument 51 #define usb_hcd_unlink_urb_from_ep(hcd, urb) list_del_init(&urb->urb_list) argument 54 static inline void usb_hcd_giveback_urb(struct usb_hcd *hcd, in usb_hcd_giveback_urb() argument 63 static inline int usb_hcd_unmap_urb_for_dma(struct usb_hcd *hcd, in usb_hcd_unmap_urb_for_dma() argument
|
| H A D | musb_uboot.c | 63 static int submit_urb(struct usb_hcd *hcd, struct urb *urb) in submit_urb() argument 65 struct musb *host = hcd->hcd_priv; in submit_urb() 69 ret = musb_urb_enqueue(hcd, urb, 0); in submit_urb() 84 musb_urb_dequeue(hcd, urb, -ETIME); in submit_urb() 100 return submit_urb(&host->hcd, &host->urb); in _musb_submit_control_msg() 108 return submit_urb(&host->hcd, &host->urb); in _musb_submit_bulk_msg() 117 return submit_urb(&host->hcd, &host->urb); in _musb_submit_int_msg() 144 ret = musb_urb_enqueue(&host->hcd, &queue->urb, 0); in _musb_create_int_queue() 162 musb_urb_dequeue(&host->hcd, &queue->urb, -ETIME); in _musb_destroy_int_queue() 241 host->hcd.hcd_priv = host->host; in musb_lowlevel_init()
|
| H A D | musb_host.c | 1914 struct usb_hcd *hcd, argument 1919 struct musb *musb = hcd_to_musb(hcd); 1932 ret = usb_hcd_link_urb_to_ep(hcd, urb); 1958 usb_hcd_unlink_urb_from_ep(hcd, urb); 2052 if (parent != hcd->self.root_hub) { 2109 usb_hcd_unlink_urb_from_ep(hcd, urb); 2184 struct usb_hcd *hcd, argument 2188 struct musb *musb = hcd_to_musb(hcd); 2200 ret = usb_hcd_check_unlink_urb(hcd, urb, status); 2247 musb_h_disable(struct usb_hcd *hcd, struct usb_host_endpoint *hep) argument [all …]
|
| H A D | musb_uboot.h | 17 struct usb_hcd hcd; member
|
| H A D | musb_core.c | 369 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_hnp_stop() local 383 hcd->self.is_b_host = 0; in musb_hnp_stop() 668 struct usb_hcd *hcd = musb_to_hcd(musb); in musb_stage0_irq() local 708 hcd->self.is_b_host = 1; in musb_stage0_irq() 716 hcd->self.is_b_host = 0; in musb_stage0_irq() 723 if (hcd->status_urb) in musb_stage0_irq() 724 usb_hcd_poll_rh_status(hcd); in musb_stage0_irq() 726 usb_hcd_resume_root_hub(hcd); in musb_stage0_irq() 1833 struct usb_hcd *hcd; in allocate_instance() local 1835 hcd = usb_create_hcd(&musb_hc_driver, dev, dev_name(dev)); in allocate_instance() [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/broadcom-bt-firmware/ |
| H A D | broadcom-bt-firmware_12.0.1.1105_p3.bb | 29 cp brcm/*.hcd ${D}${nonarch_base_libdir}/firmware/brcm/ 59 FILES:${PN}-bcm20702a1 = "${nonarch_base_libdir}/firmware/brcm/BCM20702A1*hcd" 60 FILES:${PN}-bcm20702b0 = "${nonarch_base_libdir}/firmware/brcm/BCM20702B0*hcd" 61 FILES:${PN}-bcm20703a1 = "${nonarch_base_libdir}/firmware/brcm/BCM20703A1*hcd" 62 FILES:${PN}-bcm43142a0 = "${nonarch_base_libdir}/firmware/brcm/BCM43142A0*hcd" 63 FILES:${PN}-bcm4335c0 = "${nonarch_base_libdir}/firmware/brcm/BCM4335C0*hcd" 64 FILES:${PN}-bcm4350c5 = "${nonarch_base_libdir}/firmware/brcm/BCM4350C5*hcd" 65 FILES:${PN}-bcm4356a2 = "${nonarch_base_libdir}/firmware/brcm/BCM4356A2*hcd" 66 FILES:${PN}-bcm4371c2 = "${nonarch_base_libdir}/firmware/brcm/BCM4371C2*hcd"
|
| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci-mvebu.c | 28 struct xhci_hccr *hcd; member 48 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe() 49 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_usb_probe() 50 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_usb_probe() 64 return xhci_register(dev, ctx->hcd, hcor); in xhci_usb_probe()
|
| H A D | xhci-zynqmp.c | 60 struct xhci_hccr *hcd; member 101 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe() 102 ctx->dwc3_reg = (struct dwc3 *)((char *)(ctx->hcd) + DWC3_REG_OFFSET); in xhci_usb_probe() 110 hcor = (struct xhci_hcor *)((ulong)ctx->hcd + in xhci_usb_probe() 111 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe() 113 return xhci_register(dev, ctx->hcd, hcor); in xhci_usb_probe()
|
| H A D | xhci-rcar.c | 40 struct xhci_hccr *hcd; member 46 void __iomem *regs = (void __iomem *)ctx->hcd; in xhci_rcar_download_fw() 92 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_rcar_probe() 93 len = HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase)); in xhci_rcar_probe() 94 hcor = (struct xhci_hcor *)((uintptr_t)ctx->hcd + len); in xhci_rcar_probe() 103 ret = xhci_register(dev, ctx->hcd, hcor); in xhci_rcar_probe()
|
| H A D | xhci-rockchip.c | 30 struct xhci_hccr *hcd; member 125 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe() 126 ctx->dwc3_reg = (struct dwc3 *)((char *)(ctx->hcd) + DWC3_REG_OFFSET); in xhci_usb_probe() 127 hcor = (struct xhci_hcor *)((uint64_t)ctx->hcd + in xhci_usb_probe() 128 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe() 144 return xhci_register(dev, ctx->hcd, hcor); in xhci_usb_probe()
|
| H A D | xhci-exynos5.c | 49 struct xhci_hccr *hcd; member 211 ctx->hcd = (struct xhci_hccr *)plat->hcd_base; in xhci_usb_probe() 213 ctx->dwc3_reg = (struct dwc3 *)((char *)(ctx->hcd) + DWC3_REG_OFFSET); in xhci_usb_probe() 214 hcor = (struct xhci_hcor *)((uint32_t)ctx->hcd + in xhci_usb_probe() 215 HC_LENGTH(xhci_readl(&ctx->hcd->cr_capbase))); in xhci_usb_probe() 227 return xhci_register(dev, ctx->hcd, hcor); in xhci_usb_probe()
|
| H A D | xhci-fsl.c | 127 priv->ctx.hcd = (struct xhci_hccr *)priv->hcd_base; in xhci_fsl_probe() 139 hccr = (struct xhci_hccr *)(priv->ctx.hcd); in xhci_fsl_probe() 181 ctx->hcd = (struct xhci_hccr *)ctr_addr[index]; in xhci_hcd_init() 182 ctx->dwc3_reg = (struct dwc3 *)((char *)(ctx->hcd) + DWC3_REG_OFFSET); in xhci_hcd_init() 198 *hccr = (struct xhci_hccr *)ctx->hcd; in xhci_hcd_init()
|
| H A D | ehci-exynos.c | 41 struct ehci_hccr *hcd; member 219 ctx->hcd = (struct ehci_hccr *)plat->hcd_base; in ehci_usb_probe() 227 hcor = (struct ehci_hcor *)((uint32_t)ctx->hcd + in ehci_usb_probe() 228 HC_LENGTH(ehci_readl(&ctx->hcd->cr_capbase))); in ehci_usb_probe() 230 return ehci_register(dev, ctx->hcd, hcor, NULL, 0, USB_INIT_HOST); in ehci_usb_probe()
|
| H A D | Makefile | 12 obj-$(CONFIG_USB_OHCI_NEW) += ohci-hcd.o 15 obj-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o 16 obj-$(CONFIG_USB_SL811HS) += sl811-hcd.o 22 obj-$(CONFIG_USB_EHCI_HCD) += ehci-hcd.o
|
| H A D | xhci-omap.c | 56 ctx->hcd = (struct xhci_hccr *)OMAP_XHCI_BASE; in xhci_hcd_init() 57 ctx->dwc3_reg = (struct dwc3 *)((char *)(ctx->hcd) + DWC3_REG_OFFSET); in xhci_hcd_init()
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/strongswan/ |
| H A D | strongswan_6.0.1.bb | 32 …${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'tnc-imc imc-hcd imc-os imc-scanner imc-attestation… 33 …${@bb.utils.contains('DISTRO_FEATURES', 'ima', 'tnc-imv imv-hcd imv-os imv-scanner imv-attestation… 77 PACKAGECONFIG[imc-hcd] = "--enable-imc-hcd, --disable-imc-hcd,," 86 PACKAGECONFIG[imv-hcd] = "--enable-imv-hcd, --disable-imv-hcd,,"
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | xhci-fsl.h | 52 struct xhci_hccr *hcd; member
|
| H A D | xhci-omap.h | 136 struct xhci_hccr *hcd; member
|
| /openbmc/qemu/tests/qtest/ |
| H A D | meson.build | 79 (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) + \ 81 config_all_devices.has_key('CONFIG_USB_EHCI') ? ['usb-hcd-ehci-test'] : []) + \ 82 (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) + \ 189 (config_all_devices.has_key('CONFIG_USB_UHCI') ? ['usb-hcd-uhci-test'] : []) + \ 190 (config_all_devices.has_key('CONFIG_USB_XHCI_NEC') ? ['usb-hcd-xhci-test'] : []) + \ 312 'usb-hcd-ohci-test.c',
|
| /openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 222 kernel-module-uhci-hcd \ 223 kernel-module-ohci-hcd \ 224 kernel-module-ehci-hcd \
|