Searched full:hcds (Results 1 – 25 of 36) sorted by relevance
12
/Linux-v5.10/Documentation/devicetree/bindings/usb/ |
D | generic-ohci.yaml | 45 Set this flag for HCDs with big endian descriptors and big 51 Set this flag for HCDs with big endian descriptors. 56 Set this flag for HCDs with big endian registers.
|
D | generic-ehci.yaml | 56 Set this flag for HCDs with big endian descriptors and big 62 Set this flag for HCDs with big endian descriptors. 67 Set this flag for HCDs with big endian registers.
|
/Linux-v5.10/Documentation/driver-api/usb/ |
D | error-codes.rst | 11 Some of them are returned by the Host Controller Drivers (HCDs), which 12 device drivers only see through usbcore. As a rule, all the HCDs should 81 This is because otherwise there would be a race between HCDs updating
|
D | dma.rst | 26 it first and set ``URB_NO_TRANSFER_DMA_MAP``. HCDs
|
D | usb.rst | 95 registers, handling IRQs, and so on) are the HCDs. In theory, all HCDs 196 that lets HCDs share common code, to shrink driver size and
|
D | gadget.rst | 153 (HCDs), *USB Device Drivers* to support the OTG "Targeted Peripheral
|
/Linux-v5.10/drivers/usb/host/ |
D | ohci-sa1111.c | 174 * ohci_hcd_sa1111_probe - initialize SA-1111-based HCDs 233 * ohci_hcd_sa1111_remove - shutdown processing for SA-1111-based HCDs
|
D | ehci-pmcmsp.c | 149 * usb_hcd_msp_probe - initialize PMC MSP-based HCDs 225 * usb_hcd_msp_remove - shutdown processing for PMC MSP-based HCDs
|
D | ehci-omap.c | 79 * ehci_hcd_omap_probe - initialize TI-based HCDs 237 * ehci_hcd_omap_remove - shutdown processing for EHCI HCDs
|
D | ohci-omap.c | 287 * ohci_hcd_omap_probe - initialize OMAP-based HCDs 401 * ohci_hcd_omap_remove - shutdown processing for OMAP-based HCDs
|
D | ohci-at91.c | 157 * usb_hcd_at91_probe - initialize AT91-based HCDs 248 * usb_hcd_at91_remove - shutdown processing for AT91-based HCDs
|
D | ohci-pxa27x.c | 412 * ohci_hcd_pxa27x_probe - initialize pxa27x-based HCDs 511 * ohci_hcd_pxa27x_remove - shutdown processing for pxa27x-based HCDs
|
D | ehci-fsl.c | 40 * fsl_ehci_drv_probe - initialize FSL-based HCDs 685 * fsl_ehci_drv_remove - shutdown processing for FSL-based HCDs
|
D | ohci-s3c2410.c | 347 * ohci_hcd_s3c2410_probe - initialize S3C2410-based HCDs
|
D | ohci.h | 98 /* these two bits are available for definition/use by HCDs in both
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | fsl,spdif.yaml | 76 registers. Set this flag for HCDs with big endian descriptors and big
|
/Linux-v5.10/include/linux/usb/ |
D | otg.h | 82 /* for HCDs */
|
D | hcd.h | 165 /* The next flag is a stopgap, to be removed when all the HCDs
|
/Linux-v5.10/drivers/mfd/ |
D | omap-usb-tll.c | 199 * usbtll_omap_probe - initialize TI-based HCDs 275 * usbtll_omap_remove - shutdown processing for UHH & TLL HCDs
|
D | omap-usb-host.c | 526 * usbhs_omap_probe - initialize TI-based HCDs 816 * usbhs_omap_remove - shutdown processing for UHH & TLL HCDs
|
/Linux-v5.10/drivers/usb/core/ |
D | urb.c | 398 /* Lots of sanity checks, so HCDs can rely on clean data in usb_submit_urb() 488 * cause problems in HCDs if they get it wrong. in usb_submit_urb() 522 * a power of two (so HCDs don't need to). in usb_submit_urb() 633 * Host Controller Drivers (HCDs) place all the URBs for a particular
|
D | hcd-pci.c | 159 * usb_hcd_pci_probe - initialize PCI-based HCDs 305 * usb_hcd_pci_remove - shutdown processing for PCI-based HCDs
|
D | hcd.c | 50 * Plugs into usbcore (usb_bus) and lets HCDs share code, minimizing 91 /* used when updating list of hcds */ 1032 * HCDs should call this function when they know that a resume signal is 1054 * HCDs should call this function when they know that a resume signal has 2687 * bottom up so that hcds can customize the root hubs before hub_wq in usb_add_hcd() 2831 * usb_remove_hcd - shutdown processing for generic HCDs
|
D | devices.c | 519 * the schedules are actually bursty, HCDs need to deal with in usb_device_dump()
|
/Linux-v5.10/include/uapi/linux/usb/ |
D | ch11.h | 6 * It is used/shared between the USB core, the HCDs and couple of other USB
|
12