Home
last modified time | relevance | path

Searched refs:usb_hub_descriptor (Results 1 – 25 of 29) sorted by relevance

12

/linux-5.19.10/drivers/usb/core/
Dusb.h9 struct usb_hub_descriptor;
212 struct usb_hub_descriptor *desc);
Dhub.h52 struct usb_hub_descriptor *descriptor; /* class descriptor */
Dhcd.c513 tbuf_size = max_t(u16, sizeof(struct usb_hub_descriptor), wLength); in rh_call_control()
677 len = sizeof (struct usb_hub_descriptor); in rh_call_control()
689 (struct usb_hub_descriptor *)tbuf); in rh_call_control()
Dhub.c383 struct usb_hub_descriptor *desc) in get_hub_descriptor()
393 size = sizeof(struct usb_hub_descriptor); in get_hub_descriptor()
6223 struct usb_hub_descriptor *desc) in usb_hub_adjust_deviceremovable()
/linux-5.19.10/drivers/usb/host/
Dohci-s3c2410.c171 struct usb_hub_descriptor *desc; in ohci_s3c2410_hub_control()
242 desc = (struct usb_hub_descriptor *)buf; in ohci_s3c2410_hub_control()
Dohci-at91.c361 struct usb_hub_descriptor *desc; in ohci_at91_hub_control()
445 desc = (struct usb_hub_descriptor *)buf; in ohci_at91_hub_control()
Dxhci-hub.c256 struct usb_hub_descriptor *desc, int ports) in xhci_common_hub_descriptor()
279 struct usb_hub_descriptor *desc) in xhci_usb2_hub_descriptor()
334 struct usb_hub_descriptor *desc) in xhci_usb3_hub_descriptor()
367 struct usb_hub_descriptor *desc) in xhci_hub_descriptor()
1223 (struct usb_hub_descriptor *) buf); in xhci_hub_control()
Dohci-hub.c540 struct usb_hub_descriptor *desc in ohci_hub_descriptor()
743 ohci_hub_descriptor (ohci, (struct usb_hub_descriptor *) buf); in ohci_hub_control()
Dehci-hub.c699 struct usb_hub_descriptor *desc in ehci_hub_descriptor()
857 ehci_hub_descriptor (ehci, (struct usb_hub_descriptor *) in ehci_hub_control()
Dxen-hcd.c358 struct usb_hub_descriptor *desc) in xenhcd_hub_descriptor()
464 xenhcd_hub_descriptor(info, (struct usb_hub_descriptor *)buf); in xenhcd_hub_control()
Dmax3421-hcd.c1634 hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor()
1704 hub_descriptor((struct usb_hub_descriptor *) buf); in max3421_hub_control()
Dsl811-hcd.c1091 struct usb_hub_descriptor *desc in sl811h_hub_descriptor()
1280 sl811h_hub_descriptor(sl811, (struct usb_hub_descriptor *) buf); in sl811h_hub_control()
Disp116x-hcd.c943 struct usb_hub_descriptor *desc) in isp116x_hub_descriptor()
1043 (struct usb_hub_descriptor *)buf); in isp116x_hub_control()
Dr8a66597-hcd.c2125 struct usb_hub_descriptor *desc) in r8a66597_hub_descriptor()
2190 (struct usb_hub_descriptor *)buf); in r8a66597_hub_control()
Disp1362-hcd.c1537 struct usb_hub_descriptor *desc) in isp1362_hub_descriptor()
1603 isp1362_hub_descriptor(isp1362_hcd, (struct usb_hub_descriptor *)buf); in isp1362_hub_control()
/linux-5.19.10/include/uapi/linux/usb/
Dch11.h262 struct usb_hub_descriptor { struct
/linux-5.19.10/drivers/usb/misc/
Dlvstest.c31 struct usb_hub_descriptor descriptor;
332 struct usb_hub_descriptor *descriptor = &lvs->descriptor; in lvs_rh_work()
/linux-5.19.10/drivers/usb/usbip/
Dvhci_hcd.c286 ss_hub_descriptor(struct usb_hub_descriptor *desc) in ss_hub_descriptor()
298 static inline void hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor()
414 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control()
416 hub_descriptor((struct usb_hub_descriptor *) buf); in vhci_hub_control()
/linux-5.19.10/drivers/usb/gadget/udc/aspeed-vhub/
Dvhub.h426 struct usb_hub_descriptor vhub_hub_desc;
Dhub.c133 static const struct usb_hub_descriptor ast_vhub_hub_desc = {
/linux-5.19.10/drivers/usb/musb/
Dmusb_virthub.c325 struct usb_hub_descriptor *desc = (void *)buf; in musb_hub_control()
/linux-5.19.10/drivers/usb/renesas_usbhs/
Dmod_host.c1198 struct usb_hub_descriptor *desc = (struct usb_hub_descriptor *)buf; in __usbhsh_hub_get_status()
/linux-5.19.10/drivers/usb/gadget/udc/
Ddummy_hcd.c2067 ss_hub_descriptor(struct usb_hub_descriptor *desc) in ss_hub_descriptor()
2080 static inline void hub_descriptor(struct usb_hub_descriptor *desc) in hub_descriptor()
2165 ss_hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control()
2167 hub_descriptor((struct usb_hub_descriptor *) buf); in dummy_hub_control()
/linux-5.19.10/drivers/usb/isp1760/
Disp1760-hcd.c2139 struct usb_hub_descriptor *desc) in isp1760_hub_descriptor()
2279 isp1760_hub_descriptor(priv, (struct usb_hub_descriptor *) in isp1760_hub_control()
/linux-5.19.10/drivers/staging/octeon-usb/
Docteon-hcd.c3310 struct usb_hub_descriptor *desc; in octeon_usb_hub_control()
3399 desc = (struct usb_hub_descriptor *)buf; in octeon_usb_hub_control()

12