Searched full:hcds (Results 1 – 25 of 73) sorted by relevance
123
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | usb-ohci.txt | 9 - big-endian-regs : boolean, set this for hcds with big-endian registers 10 - big-endian-desc : boolean, set this for hcds with big-endian descriptors 11 - big-endian : boolean, for hcds with big-endian-regs + big-endian-desc
|
| D | usb-ehci.txt | 12 - big-endian-regs : boolean, set this for hcds with big-endian registers 13 - big-endian-desc : boolean, set this for hcds with big-endian descriptors 14 - big-endian : boolean, for hcds with big-endian-regs + big-endian-desc
|
| /kernel/linux/linux-5.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.
|
| /kernel/linux/linux-4.19/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
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/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 | 80 * ehci_hcd_omap_probe - initialize TI-based HCDs 239 * ehci_hcd_omap_remove - shutdown processing for EHCI HCDs
|
| D | ohci-omap.c | 297 * ohci_hcd_omap_probe - initialize OMAP-based HCDs 385 * ohci_hcd_omap_remove - shutdown processing for OMAP-based HCDs
|
| /kernel/linux/linux-5.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 238 * 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
|
| /kernel/linux/linux-4.19/drivers/usb/wusbcore/ |
| D | wa-hc.c | 4 * Common items to HWA and DWA based HCDs
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | fsl,spdif.yaml | 76 registers. Set this flag for HCDs with big endian descriptors and big
|
| /kernel/linux/linux-4.19/include/linux/usb/ |
| D | otg.h | 82 /* for HCDs */
|
| /kernel/linux/linux-5.10/include/linux/usb/ |
| D | otg.h | 82 /* for HCDs */
|
| /kernel/linux/linux-4.19/drivers/mfd/ |
| D | omap-usb-tll.c | 210 * usbtll_omap_probe - initialize TI-based HCDs 284 * usbtll_omap_remove - shutdown processing for UHH & TLL HCDs
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/linux-4.19/drivers/usb/core/ |
| D | urb.c | 384 /* Lots of sanity checks, so HCDs can rely on clean data in usb_submit_urb() 474 * cause problems in HCDs if they get it wrong. in usb_submit_urb() 508 * a power of two (so HCDs don't need to). in usb_submit_urb() 619 * Host Controller Drivers (HCDs) place all the URBs for a particular
|
| D | hcd-pci.c | 159 * usb_hcd_pci_probe - initialize PCI-based HCDs 300 * usb_hcd_pci_remove - shutdown processing for PCI-based HCDs
|
| /kernel/linux/linux-5.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
|
123