Searched full:hcds (Results 1 – 25 of 35) sorted by relevance
12
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | generic-ohci.yaml | 87 Set this flag for HCDs with big endian descriptors and big 93 Set this flag for HCDs with big endian descriptors. 98 Set this flag for HCDs with big endian registers.
|
D | generic-ehci.yaml | 114 Set this flag for HCDs with big endian descriptors and big 120 Set this flag for HCDs with big endian descriptors. 125 Set this flag for HCDs with big endian registers.
|
/linux-6.12.1/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 84 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 202 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-6.12.1/drivers/usb/host/ |
D | ohci-sa1111.c | 171 * ohci_hcd_sa1111_probe - initialize SA-1111-based HCDs 255 * ohci_hcd_sa1111_remove - shutdown processing for SA-1111-based HCDs
|
D | ehci-omap.c | 74 * ehci_hcd_omap_probe - initialize TI-based HCDs 232 * ehci_hcd_omap_remove - shutdown processing for EHCI HCDs
|
D | ohci-omap.c | 187 * ohci_hcd_omap_probe - initialize OMAP-based HCDs 315 * ohci_hcd_omap_remove - shutdown processing for OMAP-based HCDs
|
D | ohci-pxa27x.c | 394 * ohci_hcd_pxa27x_probe - initialize pxa27x-based HCDs 493 * ohci_hcd_pxa27x_remove - shutdown processing for pxa27x-based HCDs
|
D | ehci-fsl.c | 40 * fsl_ehci_drv_probe - initialize FSL-based HCDs 679 * fsl_ehci_drv_remove - shutdown processing for FSL-based HCDs
|
D | ohci-at91.c | 170 * usb_hcd_at91_probe - initialize AT91-based HCDs 265 * usb_hcd_at91_remove - shutdown processing for AT91-based HCDs
|
D | ohci-s3c2410.c | 343 * 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-6.12.1/include/linux/usb/ |
D | otg.h | 82 /* for HCDs */
|
D | hcd.h | 154 /* The next flag is a stopgap, to be removed when all the HCDs
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | fsl,spdif.yaml | 89 registers. Set this flag for HCDs with big endian descriptors and big
|
/linux-6.12.1/drivers/mfd/ |
D | omap-usb-tll.c | 194 * usbtll_omap_probe - initialize TI-based HCDs 267 * usbtll_omap_remove - shutdown processing for UHH & TLL HCDs
|
D | omap-usb-host.c | 525 * usbhs_omap_probe - initialize TI-based HCDs 813 * usbhs_omap_remove - shutdown processing for UHH & TLL HCDs
|
/linux-6.12.1/drivers/usb/core/ |
D | urb.c | 399 /* Lots of sanity checks, so HCDs can rely on clean data in usb_submit_urb() 498 * cause problems in HCDs if they get it wrong. in usb_submit_urb() 532 * a power of two (so HCDs don't need to). in usb_submit_urb() 629 * Host Controller Drivers (HCDs) place all the URBs for a particular
|
D | hcd-pci.c | 158 * usb_hcd_pci_probe - initialize PCI-based HCDs 300 * 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 */ 1017 * HCDs should call this function when they know that a resume signal is 1039 * HCDs should call this function when they know that a resume signal has 1710 * For HCDs with HCD_BH flag set, the completion callback is invoked in BH 2850 * bottom up so that hcds can customize the root hubs before hub_wq in usb_add_hcd() 3003 * usb_remove_hcd - shutdown processing for generic HCDs
|
D | devices.c | 458 * the schedules are actually bursty, HCDs need to deal with in usb_device_dump()
|
D | config.c | 462 * maxpacket sizes other than 512. High speed HCDs may not in usb_parse_endpoint()
|
/linux-6.12.1/include/uapi/linux/usb/ |
D | ch11.h | 6 * It is used/shared between the USB core, the HCDs and couple of other USB
|
12