Searched refs:usb_endpoint_descriptor (Results 1 – 9 of 9) sorted by relevance
390 struct usb_endpoint_descriptor { struct475 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out()481 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk()487 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control()493 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int()499 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc()505 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in()510 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_out()515 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_in()520 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_out()[all …]
104 struct usb_endpoint_descriptor desc;
54 static struct usb_endpoint_descriptor demo_ep_bulk_out = {63 static struct usb_endpoint_descriptor demo_ep_bulk_in = {
725 struct usb_endpoint_descriptor *ep = NULL; in CreatePipes()726 struct usb_endpoint_descriptor *ep_in = NULL; in CreatePipes()727 struct usb_endpoint_descriptor *ep_out = NULL; in CreatePipes()728 struct usb_endpoint_descriptor *ep_int = NULL; in CreatePipes()
395 struct usb_endpoint_descriptor *ep = NULL; in HidCreatePipes()396 struct usb_endpoint_descriptor *ep_int = NULL; in HidCreatePipes()
390 struct usb_endpoint_descriptor { struct
92 struct usb_endpoint_descriptor *d = NULL; in _usb_parse_endpoint_desc()95 d = (struct usb_endpoint_descriptor *) buffer; in _usb_parse_endpoint_desc()
2428 static int _hub_config(struct usb_hub *hub, struct usb_endpoint_descriptor *endpoint) in _hub_config()2820 struct usb_endpoint_descriptor *endpoint = NULL; in hub_probe()
82 static __inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd)
Completed in 49 milliseconds