Home | History | Annotate | Download | only in linux

Lines Matching full:host

29  * Host-side wrappers for standard USB descriptors ... these are parsed
46 * struct usb_host_endpoint - host-side endpoint descriptor and queue
68 /* host-side wrapper for one interface setting's parsed descriptors */
268 struct device *controller; /* host/master side hardware */
273 unsigned b_hnp_enable:1; /* OTG: did A-Host enable HNP? */
282 void *hcpriv; /* Host Controller private data */
441 * hardware such as physical bus addresses for host controllers or ports on
443 * reconfigured, by re-cabling a tree of USB devices or by moving USB host
445 * in host controller driver modules, does not change these path identifers;
453 * USB 2.0 root hubs (EHCI host controllers) will get one path ID if they are
709 * which the host controller driver should use in preference to the
727 * The host controller driver should use this in preference to
753 * (control requests also use setup_packet), and host controller drivers
760 * which tell the host controller driver that no such mapping is needed since
763 * When these transfer flags are provided, host controller drivers will
767 * host controllers use DMA, nor do virtual root hubs).
801 * the host controller to schedule the transfer as soon as bandwidth
818 * host controller scheduler can support.
846 /* private: usb core and host controller only fields in the urb */
849 void *hcpriv; /* private data for host controller */
1111 * - direction: bit 7 (0 = Host-to-Device [Out],
1112 * 1 = Device-to-Host [In] ...