Home
last modified time | relevance | path

Searched refs:usb_device_descriptor (Results 1 – 25 of 33) sorted by relevance

12

/external/u-boot/drivers/usb/gadget/
Dep0.c190 struct usb_device_descriptor *device_descriptor; in ep0_get_descriptor()
198 sizeof (struct usb_device_descriptor), in ep0_get_descriptor()
203 (struct usb_device_descriptor *) urb->buffer; in ep0_get_descriptor()
213 struct usb_device_descriptor *device_descriptor; in ep0_get_descriptor()
Dg_dnl.c56 static struct usb_device_descriptor device_desc = {
162 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
Dcore.c196 struct usb_device_descriptor *usbd_device_device_descriptor (struct usb_device_instance *device, in… in usbd_device_device_descriptor()
/external/libusb/libusb/os/
Dhaiku_usb.h40 const usb_device_descriptor* Descriptor() const;
54 usb_device_descriptor fDeviceDescriptor;
Dhaiku_usb_raw.h68 usb_device_descriptor *descriptor;
/external/u-boot/include/linux/usb/
Dcomposite.h266 const struct usb_device_descriptor *dev;
330 struct usb_device_descriptor __aligned(CONFIG_SYS_CACHELINE_SIZE) desc;
Dch9.h255 struct usb_device_descriptor { struct
/external/u-boot/drivers/usb/emul/
Dsandbox_hub.c35 static struct usb_device_descriptor hub_device_desc = {
126 struct usb_device_descriptor **dev_desc; in hub_find_device()
138 dev_desc = (struct usb_device_descriptor **)gen_desc; in hub_find_device()
Dsandbox_keyb.c48 static struct usb_device_descriptor keyb_device_desc = {
Dsandbox_flash.c98 static struct usb_device_descriptor flash_device_desc = {
/external/u-boot/drivers/usb/host/
Dusb-uclass.c406 static int usb_match_device(const struct usb_device_descriptor *desc, in usb_match_device()
443 static int usb_match_one_id_intf(const struct usb_device_descriptor *desc, in usb_match_one_id_intf()
478 static int usb_match_one_id(struct usb_device_descriptor *desc, in usb_match_one_id()
494 struct usb_device_descriptor *desc, in usb_find_and_bind_driver()
558 struct usb_device_descriptor *desc, in usb_find_child()
/external/u-boot/include/
Dusbdescriptors.h213 struct usb_device_descriptor { struct
475 struct usb_device_descriptor device;
509 static inline void print_device_descriptor(struct usb_device_descriptor *d) in print_device_descriptor()
Dg_dnl.h35 int g_dnl_bind_fixup(struct usb_device_descriptor *, const char *);
Dusbdevice.h563 struct usb_device_descriptor *device_descriptor; /* per device descriptor */
659 struct usb_device_descriptor *usbd_device_device_descriptor(struct
Dusb.h124 struct usb_device_descriptor descriptor
/external/libusb-compat/libusb/
Dusb.h174 struct usb_device_descriptor { struct
252 struct usb_device_descriptor descriptor;
/external/u-boot/board/samsung/common/
Dgadget.c10 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/external/u-boot/board/broadcom/bcm23550_w1d/
Dbcm23550_w1d.c102 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/external/u-boot/board/broadcom/bcm28155_ap/
Dbcm28155_ap.c109 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/external/u-boot/board/toradex/common/
Dtdx-common.c113 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/external/u-boot/arch/arm/mach-imx/
Dspl.c149 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/external/u-boot/board/siemens/smartweb/
Dsmartweb.c260 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/external/u-boot/board/siemens/common/
Dfactoryset.c309 int g_dnl_bind_fixup(struct usb_device_descriptor *dev, const char *name) in g_dnl_bind_fixup()
/external/u-boot/drivers/serial/
Dusbtty.c106 static struct usb_device_descriptor device_descriptor = {
107 .bLength = sizeof(struct usb_device_descriptor),
/external/u-boot/common/
Dusb.c921 __maybe_unused struct usb_device_descriptor *desc; in get_descriptor_len()
925 desc = (struct usb_device_descriptor *)tmpbuf; in get_descriptor_len()

12