Searched refs:usb_endpoint_descriptor (Results 1 - 25 of 74) sorted by relevance

123

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dau1000_usbdev.h62 struct usb_endpoint_descriptor* ep_desc,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dau1000_usbdev.h62 struct usb_endpoint_descriptor* ep_desc,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dau1000_usbdev.h62 struct usb_endpoint_descriptor* ep_desc,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dau1000_usbdev.h62 struct usb_endpoint_descriptor* ep_desc,
/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Ddescriptors.c74 static int usb_parse_endpoint(struct usb_endpoint_descriptor *endpoint, unsigned char *buffer, int size)
251 ifp->endpoint = (struct usb_endpoint_descriptor *)
253 sizeof(struct usb_endpoint_descriptor));
261 sizeof(struct usb_endpoint_descriptor));
H A Dusb.h92 struct usb_endpoint_descriptor { struct
128 struct usb_endpoint_descriptor *endpoint;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusb-debug.c19 static void usb_show_endpoint(struct usb_endpoint_descriptor *endpoint)
144 void usb_show_endpoint_descriptor(struct usb_endpoint_descriptor *desc)
H A Dmdc800.c182 static struct usb_endpoint_descriptor mdc800_ed [4] =
199 static int mdc800_endpoint_equals (struct usb_endpoint_descriptor *a,struct usb_endpoint_descriptor *b)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb_gadget.h108 const struct usb_endpoint_descriptor *desc);
181 usb_ep_enable (struct usb_ep *ep, const struct usb_endpoint_descriptor *desc)
H A Dusb_ch9.h247 struct usb_endpoint_descriptor { struct
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb_gadget.h104 const struct usb_endpoint_descriptor *desc);
175 usb_ep_enable (struct usb_ep *ep, const struct usb_endpoint_descriptor *desc)
H A Dusb_ch9.h235 struct usb_endpoint_descriptor { struct
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb_gadget.h108 const struct usb_endpoint_descriptor *desc);
181 usb_ep_enable (struct usb_ep *ep, const struct usb_endpoint_descriptor *desc)
H A Dusb_ch9.h247 struct usb_endpoint_descriptor { struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb_gadget.h108 const struct usb_endpoint_descriptor *desc);
181 usb_ep_enable (struct usb_ep *ep, const struct usb_endpoint_descriptor *desc)
H A Dusb_ch9.h247 struct usb_endpoint_descriptor { struct
/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusb.h92 struct usb_endpoint_descriptor { struct
128 struct usb_endpoint_descriptor *endpoint;
H A Dtestusb.c28 void print_endpoint(struct usb_endpoint_descriptor *endpoint)
107 struct usb_endpoint_descriptor *epd, *epwrite, *epread;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dau1000_usbraw.c75 struct usb_endpoint_descriptor* out_desc;
76 struct usb_endpoint_descriptor* in_desc;
121 static struct usb_endpoint_descriptor ep_desc[] = {
H A Dau1000_usbtty.c95 struct usb_endpoint_descriptor* out_desc;
96 struct usb_endpoint_descriptor* in_desc;
146 static struct usb_endpoint_descriptor ep_desc[] = {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dusb.h196 struct usb_endpoint_descriptor *ep_int; /* interrupt endpoint */
/asus-wl-520gu-7.0.1.45/src/router/libusb/tests/
H A Dtestlibusb.c13 void print_endpoint(struct usb_endpoint_descriptor *endpoint)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/gadget/
H A Dether.c106 const struct usb_endpoint_descriptor
533 static const struct usb_endpoint_descriptor
600 static const struct usb_endpoint_descriptor
610 static const struct usb_endpoint_descriptor
647 static const struct usb_endpoint_descriptor
659 static const struct usb_endpoint_descriptor
670 static const struct usb_endpoint_descriptor
789 const struct usb_endpoint_descriptor *d;
H A Dzero.c370 static const struct usb_endpoint_descriptor
380 static const struct usb_endpoint_descriptor
415 static struct usb_endpoint_descriptor
424 static struct usb_endpoint_descriptor
716 const struct usb_endpoint_descriptor *d;
820 const struct usb_endpoint_descriptor *d;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/bluetooth/
H A Dhci_usb.c608 struct usb_endpoint_descriptor *bulk_out_ep[HCI_MAX_IFACE_NUM];
609 struct usb_endpoint_descriptor *isoc_out_ep[HCI_MAX_IFACE_NUM];
610 struct usb_endpoint_descriptor *bulk_in_ep[HCI_MAX_IFACE_NUM];
611 struct usb_endpoint_descriptor *isoc_in_ep[HCI_MAX_IFACE_NUM];
612 struct usb_endpoint_descriptor *intr_in_ep[HCI_MAX_IFACE_NUM];
614 struct usb_endpoint_descriptor *ep;

Completed in 182 milliseconds

123