Home
last modified time | relevance | path

Searched refs:usb_endpoint_descriptor (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/dev/usb/
H A Dusb_parse.c197 struct usb_endpoint_descriptor *
199 struct usb_endpoint_descriptor *ped) in usb_edesc_foreach()
214 return ((struct usb_endpoint_descriptor *)desc); in usb_edesc_foreach()
H A Dusb_controller.h44 struct usb_endpoint_descriptor;
61 struct usb_endpoint_descriptor *, struct usb_endpoint *);
H A Dusbdi_util.h51 struct usb_endpoint_descriptor *usb_edesc_foreach(
53 struct usb_endpoint_descriptor *ped);
H A Dusb_device.h70 struct usb_endpoint_descriptor desc;
267 struct usb_endpoint_descriptor ctrl_ep_desc; /* for endpoint 0 */
H A Dusb_ioctl.h257 #define USB_GET_RX_ENDPOINT_DESC _IOR ('U', 108, struct usb_endpoint_descriptor)
285 #define USB_GET_TX_ENDPOINT_DESC _IOR ('U', 142, struct usb_endpoint_descriptor)
H A Dusb.h526 struct usb_endpoint_descriptor { struct
563 typedef struct usb_endpoint_descriptor usb_endpoint_descriptor_t; argument
H A Dusb_device.c91 struct usb_endpoint_descriptor *,
500 struct usb_endpoint_descriptor *edesc, in usb_init_endpoint()
819 struct usb_endpoint_descriptor *ed; in usb_config_parse()
942 ed = (struct usb_endpoint_descriptor *)id; in usb_config_parse()
2205 struct usb_endpoint_descriptor *ed; in usb_cdev_create()
2236 ed = (struct usb_endpoint_descriptor *)desc; in usb_cdev_create()
H A Dusbdi.h142 struct usb_endpoint_descriptor *edesc;
609 uint32_t usbd_get_max_frame_length(const struct usb_endpoint_descriptor *,
H A Dusb_generic.c187 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open()
246 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_write()
315 struct usb_endpoint_descriptor *ed = ep->edesc; in ugen_open_pipe_read()
1026 struct usb_endpoint_descriptor *ed; in usb_fs_open()
1874 struct usb_endpoint_descriptor *ed) in ugen_get_endpoint_desc()
/freebsd/lib/libusb/
H A Dusb.h99 struct usb_endpoint_descriptor { struct
133 struct usb_endpoint_descriptor *endpoint; argument
H A Dlibusb01.c100 struct usb_endpoint_descriptor *currep;
348 struct usb_endpoint_descriptor *bep; in usb_parse_endpoint()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dusb.h86 struct usb_endpoint_descriptor *ep_desc;
/freebsd/sys/dev/usb/controller/
H A Duhci.h174 struct usb_endpoint_descriptor endpd;
H A Datmegadci.h232 struct usb_endpoint_descriptor endpd;
H A Ddwc_otg.h123 struct usb_endpoint_descriptor endpd;
H A Dohci.h214 struct usb_endpoint_descriptor endpd;
H A Davr32dci.h200 struct usb_endpoint_descriptor endpd;
H A Duss820dci.h310 struct usb_endpoint_descriptor endpd;
H A Dmusb_otg.h362 struct usb_endpoint_descriptor endpd;
H A Datmegadci.c1188 struct usb_endpoint_descriptor *ed; in atmegadci_clear_stall()
1491 .bLength = sizeof(struct usb_endpoint_descriptor),
2037 atmegadci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, in atmegadci_ep_init()
H A Davr32dci.c1163 struct usb_endpoint_descriptor *ed; in avr32dci_clear_stall()
1440 .bLength = sizeof(struct usb_endpoint_descriptor),
1998 avr32dci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, in avr32dci_ep_init()
H A Duss820dci.c1338 struct usb_endpoint_descriptor *ed; in uss820dci_clear_stall()
1786 .bLength = sizeof(struct usb_endpoint_descriptor),
2313 uss820dci_ep_init(struct usb_device *udev, struct usb_endpoint_descriptor *edesc, in uss820dci_ep_init()
H A Dehci.h305 struct usb_endpoint_descriptor endpd;
H A Dxhci.h469 struct usb_endpoint_descriptor endpd;
/freebsd/sys/dev/usb/template/
H A Dusb_template.c269 struct usb_endpoint_descriptor *ed; in usb_make_endpoint_desc()
764 struct usb_endpoint_descriptor *ed; in usb_hw_ep_get_needs()

12