Home
last modified time | relevance | path

Searched refs:usb_string_descriptor_t (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/sys/dev/usb/
Dusbroothub.h32 int usb_makestrdesc(usb_string_descriptor_t *, int, const char *);
33 int usb_makelangtbl(usb_string_descriptor_t *, int);
Dusbroothub.c91 usb_makestrdesc(usb_string_descriptor_t *p, int l, const char *s) in usb_makestrdesc()
109 usb_makelangtbl(usb_string_descriptor_t *p, int l) in usb_makelangtbl()
468 #define sd ((usb_string_descriptor_t *)buf) in roothub_ctrl_start()
Dusbdi_util.h50 usb_string_descriptor_t *, int *);
Dusb.h443 } UPACKED usb_string_descriptor_t; typedef
871 usb_string_descriptor_t usd_desc;
Dusbdi_util.c181 usb_string_descriptor_t *sdesc, int *sizep) in usbd_get_string_desc()
Dvhci.c500 #define sd ((usb_string_descriptor_t *)buf) in vhci_roothub_ctrl()
Dusbdi.c1461 usb_string_descriptor_t us; in usbd_get_string0()
Dmotg.c824 #define sd ((usb_string_descriptor_t *)buf) in motg_roothub_ctrl()
Dohci.c2473 #define sd ((usb_string_descriptor_t *)buf) in ohci_roothub_ctrl()
Duhci.c3594 #define sd ((usb_string_descriptor_t *)buf) in uhci_roothub_ctrl()
Dxhci.c4090 #define sd ((usb_string_descriptor_t *)buf) in xhci_roothub_ctrl_locked()
Dehci.c2450 #define sd ((usb_string_descriptor_t *)buf) in ehci_roothub_ctrl_locked()
/netbsd/src/sys/rump/dev/lib/libugenhc/
Dugenhc.c160 #define sd ((usb_string_descriptor_t *)buf) in ugenhc_roothub_ctrl()
284 #define sd ((usb_string_descriptor_t *)buf) in rumpusb_device_ctrl_start()
/netbsd/src/sys/external/bsd/dwc2/
Ddwc2.c572 #define sd ((usb_string_descriptor_t *)buf) in dwc2_roothub_ctrl()
/netbsd/src/sys/arch/mips/adm5120/dev/
Dahci.c580 #define sd ((usb_string_descriptor_t *)buf) in ahci_roothub_ctrl()
/netbsd/src/sys/dev/ic/
Dsl811hs.c3316 actlen = usb_makestrdesc((usb_string_descriptor_t *) in slhci_roothub_ctrl()