Searched full:hcds (Results 1 – 19 of 19) sorted by relevance
/linux/Documentation/driver-api/usb/ |
H A 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
|
H A D | dma.rst | 26 it first and set ``URB_NO_TRANSFER_DMA_MAP``. HCDs
|
H A 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
|
H A D | gadget.rst | 153 (HCDs), *USB Device Drivers* to support the OTG "Targeted Peripheral
|
/linux/drivers/usb/host/ |
H A 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
|
H A D | ohci.h | 98 /* these two bits are available for definition/use by HCDs in both
|
H A D | xhci.c | 612 /* Only halt host and free memory after both hcds are removed */ in xhci_stop() 1363 * HCDs. Find the index for an endpoint given its descriptor. Use the return
|
/linux/include/linux/usb/ |
H A D | otg.h | 82 /* for HCDs */
|
H A D | hcd.h | 154 /* The next flag is a stopgap, to be removed when all the HCDs
|
/linux/drivers/mfd/ |
H A D | omap-usb-tll.c | 194 * usbtll_omap_probe - initialize TI-based HCDs 267 * usbtll_omap_remove - shutdown processing for UHH & TLL HCDs
|
H A D | omap-usb-host.c | 525 * usbhs_omap_probe - initialize TI-based HCDs 813 * usbhs_omap_remove - shutdown processing for UHH & TLL HCDs
|
/linux/drivers/usb/core/ |
H A 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
|
H A 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 2856 * bottom up so that hcds can customize the root hubs before hub_wq in usb_add_hcd() 3009 * usb_remove_hcd - shutdown processing for generic HCDs
|
H A D | devices.c | 458 * the schedules are actually bursty, HCDs need to deal with in usb_device_dump()
|
H A D | hub.c | 831 * long blocking there is the exception, not the rule. accordingly, HCDs 908 * High speed HCDs use this to tell the hub driver that some split control or 2138 * usb_set_device_state - change a device's current state (usbcore, hcds)
|
H A D | message.c | 413 /* In 2.5 we require hcds' endpoint queues not to progress after fault in sg_complete()
|
/linux/include/uapi/linux/usb/ |
H A D | ch11.h | 6 * It is used/shared between the USB core, the HCDs and couple of other USB
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 2690 * That'd mean updating how usbcore talks to HCDs. (2.7?) 4900 * keep io watchdog by default, those good HCDs could turn off it later in hcd_fotg210_init() 5545 * fotg210_hcd_probe - initialize faraday FOTG210 HCDs 5610 * fotg210_hcd_remove - shutdown processing for EHCI HCDs
|
/linux/drivers/net/usb/ |
H A D | usbnet.c | 429 /* some LK 2.4 HCDs oopsed if we freed or resubmitted urbs from
|