Searched refs:usb_endpoint_descriptor (Results 1 – 8 of 8) sorted by relevance
| /include/uapi/linux/usb/ |
| A D | ch9.h | 415 struct usb_endpoint_descriptor { struct 512 const struct usb_endpoint_descriptor *epd) in usb_endpoint_dir_out() 524 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_bulk() 537 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_control() 551 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_int() 565 const struct usb_endpoint_descriptor *epd) in usb_endpoint_xfer_isoc() 579 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_in() 592 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_bulk_out() 605 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_in() 618 const struct usb_endpoint_descriptor *epd) in usb_endpoint_is_int_out() [all …]
|
| A D | raw_gadget.h | 202 #define USB_RAW_IOCTL_EP_ENABLE _IOW('U', 5, struct usb_endpoint_descriptor)
|
| A D | functionfs.h | 388 struct usb_endpoint_descriptor)
|
| /include/linux/usb/ |
| A D | cdc-wdm.h | 15 struct usb_endpoint_descriptor *ep,
|
| A D | ch9.h | 51 unsigned int usb_decode_interval(const struct usb_endpoint_descriptor *epd,
|
| A D | serial.h | 179 struct usb_endpoint_descriptor *bulk_in[MAX_NUM_PORTS]; 180 struct usb_endpoint_descriptor *bulk_out[MAX_NUM_PORTS]; 181 struct usb_endpoint_descriptor *interrupt_in[MAX_NUM_PORTS]; 182 struct usb_endpoint_descriptor *interrupt_out[MAX_NUM_PORTS];
|
| A D | gadget.h | 139 const struct usb_endpoint_descriptor *desc); 232 const struct usb_endpoint_descriptor *desc; 333 struct usb_endpoint_descriptor *, 946 struct usb_ep *ep, struct usb_endpoint_descriptor *desc, 959 struct usb_endpoint_descriptor *); 963 struct usb_endpoint_descriptor *,
|
| /include/linux/ |
| A D | usb.h | 68 struct usb_endpoint_descriptor desc; 106 struct usb_endpoint_descriptor **bulk_in, 108 struct usb_endpoint_descriptor **int_in, 113 struct usb_endpoint_descriptor **bulk_in, 115 struct usb_endpoint_descriptor **int_in, 120 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint() 134 struct usb_endpoint_descriptor **int_in) in usb_find_int_in_endpoint() 141 struct usb_endpoint_descriptor **int_out) in usb_find_int_out_endpoint() 148 struct usb_endpoint_descriptor **bulk_in) in usb_find_last_bulk_in_endpoint() 162 struct usb_endpoint_descriptor **int_in) in usb_find_last_int_in_endpoint() [all …]
|
Completed in 23 milliseconds