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

12

/freebsd-12-stable/sys/dev/usb/
H A Dusb_parse.c198 struct usb_endpoint_descriptor *
200 struct usb_endpoint_descriptor *ped)
215 return ((struct usb_endpoint_descriptor *)desc);
H A Dusb_controller.h45 struct usb_endpoint_descriptor;
63 struct usb_endpoint_descriptor *, struct usb_endpoint *);
H A Dusbdi_util.h53 struct usb_endpoint_descriptor *usb_edesc_foreach(
55 struct usb_endpoint_descriptor *ped);
H A Dusb_device.h71 struct usb_endpoint_descriptor desc;
268 struct usb_endpoint_descriptor ctrl_ep_desc; /* for endpoint 0 */
H A Dusb_ioctl.h288 #define USB_GET_RX_ENDPOINT_DESC _IOR ('U', 108, struct usb_endpoint_descriptor)
316 #define USB_GET_TX_ENDPOINT_DESC _IOR ('U', 142, struct usb_endpoint_descriptor)
H A Dusb.h525 struct usb_endpoint_descriptor { struct
562 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t;
H A Dusbdi.h145 struct usb_endpoint_descriptor *edesc;
610 uint32_t usbd_get_max_frame_length(const struct usb_endpoint_descriptor *,
H A Dusb_generic.c181 struct usb_endpoint_descriptor *ed = ep->edesc;
240 struct usb_endpoint_descriptor *ed = ep->edesc;
309 struct usb_endpoint_descriptor *ed = ep->edesc;
1448 struct usb_endpoint_descriptor *ed;
1763 struct usb_endpoint_descriptor *ed)
H A Dusb_device.c92 struct usb_endpoint_descriptor *,
503 struct usb_endpoint_descriptor *edesc,
822 struct usb_endpoint_descriptor *ed;
930 ed = (struct usb_endpoint_descriptor *)id;
2199 struct usb_endpoint_descriptor *ed;
2230 ed = (struct usb_endpoint_descriptor *)desc;
/freebsd-12-stable/sys/mips/cavium/usb/
H A Doctusb.h98 struct usb_endpoint_descriptor endpd;
/freebsd-12-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h110 struct usb_endpoint_descriptor endpd;
H A Ddwc_otg.h124 struct usb_endpoint_descriptor endpd;
H A Datmegadci.h233 struct usb_endpoint_descriptor endpd;
H A Davr32dci.h201 struct usb_endpoint_descriptor endpd;
H A Dohci.h215 struct usb_endpoint_descriptor endpd;
H A Duhci.h175 struct usb_endpoint_descriptor endpd;
H A Duss820dci.h311 struct usb_endpoint_descriptor endpd;
H A Datmegadci.c1214 struct usb_endpoint_descriptor *ed;
1551 .bLength = sizeof(struct usb_endpoint_descriptor),
2104 atmegadci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc,
H A Davr32dci.c1181 struct usb_endpoint_descriptor *ed;
1491 .bLength = sizeof(struct usb_endpoint_descriptor),
2047 avr32dci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc,
H A Dehci.h307 struct usb_endpoint_descriptor endpd;
H A Dmusb_otg.h363 struct usb_endpoint_descriptor endpd;
H A Duss820dci.c1360 struct usb_endpoint_descriptor *ed;
1842 .bLength = sizeof(struct usb_endpoint_descriptor),
2380 uss820dci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc,
/freebsd-12-stable/lib/libusb/
H A Dusb.h100 struct usb_endpoint_descriptor { struct
134 struct usb_endpoint_descriptor *endpoint;
H A Dlibusb01.c101 struct usb_endpoint_descriptor *currep;
349 struct usb_endpoint_descriptor *bep;
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.c271 struct usb_endpoint_descriptor *ed;
767 struct usb_endpoint_descriptor *ed;

Completed in 359 milliseconds

12