Searched refs:usb_endpoint_descriptor (Results 1 – 6 of 6) sorted by relevance
| /include/uapi/linux/usb/ |
| D | ch9.h | 396 struct usb_endpoint_descriptor { struct 458 static inline int usb_endpoint_num(const struct usb_endpoint_descriptor *epd) in usb_endpoint_num() 470 static inline int usb_endpoint_type(const struct usb_endpoint_descriptor *epd) in usb_endpoint_type() 481 static inline int usb_endpoint_dir_in(const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_in() 493 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out() 505 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk() 518 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control() 532 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int() 546 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc() 560 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in() [all …]
|
| D | functionfs.h | 289 struct usb_endpoint_descriptor)
|
| /include/linux/usb/ |
| D | cdc-wdm.h | 17 struct usb_endpoint_descriptor *ep,
|
| D | gadget.h | 129 const struct usb_endpoint_descriptor *desc); 229 const struct usb_endpoint_descriptor *desc; 311 struct usb_endpoint_descriptor *, 842 struct usb_ep *ep, struct usb_endpoint_descriptor *desc, 855 struct usb_endpoint_descriptor *); 859 struct usb_endpoint_descriptor *,
|
| D | serial.h | 189 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS]; 190 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS]; 191 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS]; 192 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
|
| /include/linux/ |
| D | usb.h | 68 struct usb_endpoint_descriptor desc; 105 struct usb_endpoint_descriptor **bulk_in, 106 struct usb_endpoint_descriptor **bulk_out, 107 struct usb_endpoint_descriptor **int_in, 108 struct usb_endpoint_descriptor **int_out); 112 struct usb_endpoint_descriptor **bulk_in, 113 struct usb_endpoint_descriptor **bulk_out, 114 struct usb_endpoint_descriptor **int_in, 115 struct usb_endpoint_descriptor **int_out); 119 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint() [all …]
|