/linux/drivers/usb/gadget/function/ |
H A D | storage_common.h | 186 extern struct usb_endpoint_descriptor fsg_fs_bulk_in_desc; 187 extern struct usb_endpoint_descriptor fsg_fs_bulk_out_desc; 190 extern struct usb_endpoint_descriptor fsg_hs_bulk_in_desc; 191 extern struct usb_endpoint_descriptor fsg_hs_bulk_out_desc; 194 extern struct usb_endpoint_descriptor fsg_ss_bulk_in_desc; 196 extern struct usb_endpoint_descriptor fsg_ss_bulk_out_desc;
|
H A D | f_serial.c | 55 static struct usb_endpoint_descriptor gser_fs_in_desc = { 62 static struct usb_endpoint_descriptor gser_fs_out_desc = { 78 static struct usb_endpoint_descriptor gser_hs_in_desc = { 85 static struct usb_endpoint_descriptor gser_hs_out_desc = { 99 static struct usb_endpoint_descriptor gser_ss_in_desc = { 106 static struct usb_endpoint_descriptor gser_ss_out_desc = {
|
H A D | f_subset.c | 137 static struct usb_endpoint_descriptor fs_subset_in_desc = { 145 static struct usb_endpoint_descriptor fs_subset_out_desc = { 166 static struct usb_endpoint_descriptor hs_subset_in_desc = { 174 static struct usb_endpoint_descriptor hs_subset_out_desc = { 195 static struct usb_endpoint_descriptor ss_subset_in_desc = { 203 static struct usb_endpoint_descriptor ss_subset_out_desc = {
|
H A D | storage_common.c | 50 struct usb_endpoint_descriptor fsg_fs_bulk_in_desc = { 60 struct usb_endpoint_descriptor fsg_fs_bulk_out_desc = { 85 struct usb_endpoint_descriptor fsg_hs_bulk_in_desc = { 95 struct usb_endpoint_descriptor fsg_hs_bulk_out_desc = { 115 struct usb_endpoint_descriptor fsg_ss_bulk_in_desc = { 133 struct usb_endpoint_descriptor fsg_ss_bulk_out_desc = {
|
H A D | f_loopback.c | 56 static struct usb_endpoint_descriptor fs_loop_source_desc = { 64 static struct usb_endpoint_descriptor fs_loop_sink_desc = { 81 static struct usb_endpoint_descriptor hs_loop_source_desc = { 89 static struct usb_endpoint_descriptor hs_loop_sink_desc = { 106 static struct usb_endpoint_descriptor ss_loop_source_desc = { 122 static struct usb_endpoint_descriptor ss_loop_sink_desc = {
|
H A D | f_ecm.c | 178 static struct usb_endpoint_descriptor fs_ecm_notify_desc = { 188 static struct usb_endpoint_descriptor fs_ecm_in_desc = { 196 static struct usb_endpoint_descriptor fs_ecm_out_desc = { 225 static struct usb_endpoint_descriptor hs_ecm_notify_desc = { 235 static struct usb_endpoint_descriptor hs_ecm_in_desc = { 244 static struct usb_endpoint_descriptor hs_ecm_out_desc = { 274 static struct usb_endpoint_descriptor ss_ecm_notify_desc = { 294 static struct usb_endpoint_descriptor ss_ecm_in_desc = { 303 static struct usb_endpoint_descriptor ss_ecm_out_desc = {
|
H A D | f_sourcesink.c | 82 static struct usb_endpoint_descriptor fs_source_desc = { 90 static struct usb_endpoint_descriptor fs_sink_desc = { 98 static struct usb_endpoint_descriptor fs_iso_source_desc = { 108 static struct usb_endpoint_descriptor fs_iso_sink_desc = { 133 static struct usb_endpoint_descriptor hs_source_desc = { 141 static struct usb_endpoint_descriptor hs_sink_desc = { 149 static struct usb_endpoint_descriptor hs_iso_source_desc = { 158 static struct usb_endpoint_descriptor hs_iso_sink_desc = { 182 static struct usb_endpoint_descriptor ss_source_desc = { 199 static struct usb_endpoint_descriptor ss_sink_desc = { [all …]
|
H A D | f_eem.c | 61 static struct usb_endpoint_descriptor eem_fs_in_desc = { 69 static struct usb_endpoint_descriptor eem_fs_out_desc = { 87 static struct usb_endpoint_descriptor eem_hs_in_desc = { 96 static struct usb_endpoint_descriptor eem_hs_out_desc = { 115 static struct usb_endpoint_descriptor eem_ss_in_desc = { 124 static struct usb_endpoint_descriptor eem_ss_out_desc = {
|
H A D | f_acm.c | 153 static struct usb_endpoint_descriptor acm_fs_notify_desc = { 162 static struct usb_endpoint_descriptor acm_fs_in_desc = { 169 static struct usb_endpoint_descriptor acm_fs_out_desc = { 191 static struct usb_endpoint_descriptor acm_hs_notify_desc = { 200 static struct usb_endpoint_descriptor acm_hs_in_desc = { 207 static struct usb_endpoint_descriptor acm_hs_out_desc = { 228 static struct usb_endpoint_descriptor acm_ss_in_desc = { 235 static struct usb_endpoint_descriptor acm_ss_out_desc = {
|
H A D | f_printer.c | 125 static struct usb_endpoint_descriptor fs_ep_in_desc = { 132 static struct usb_endpoint_descriptor fs_ep_out_desc = { 151 static struct usb_endpoint_descriptor hs_ep_in_desc = { 158 static struct usb_endpoint_descriptor hs_ep_out_desc = { 176 static struct usb_endpoint_descriptor ss_ep_in_desc = { 188 static struct usb_endpoint_descriptor ss_ep_out_desc = { 210 static inline struct usb_endpoint_descriptor *ep_desc(struct usb_gadget *gadget, in ep_desc() 211 struct usb_endpoint_descriptor *fs, in ep_desc() 212 struct usb_endpoint_descriptor *hs, in ep_desc() 213 struct usb_endpoint_descriptor *ss) in ep_desc()
|
/linux/include/linux/ |
H A D | usb.h | 68 struct usb_endpoint_descriptor desc; 106 struct usb_endpoint_descriptor **bulk_in, 107 struct usb_endpoint_descriptor **bulk_out, 108 struct usb_endpoint_descriptor **int_in, 109 struct usb_endpoint_descriptor **int_out); 113 struct usb_endpoint_descriptor **bulk_in, 114 struct usb_endpoint_descriptor **bulk_out, 115 struct usb_endpoint_descriptor **int_in, 116 struct usb_endpoint_descriptor **int_out); 120 struct usb_endpoint_descriptor **bulk_in) in usb_find_bulk_in_endpoint() [all …]
|
/linux/include/linux/usb/ |
H 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 *,
|
H 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];
|
H A D | cdc-wdm.h | 15 struct usb_endpoint_descriptor *ep,
|
H A D | ch9.h | 51 unsigned int usb_decode_interval(const struct usb_endpoint_descriptor *epd,
|
/linux/drivers/usb/gadget/ |
H A D | epautoconf.c | 65 struct usb_endpoint_descriptor *desc, in usb_ep_autoconfig_ss() 151 struct usb_endpoint_descriptor *desc in usb_ep_autoconfig()
|
/linux/sound/usb/ |
H A D | implicit.c | 117 struct usb_endpoint_descriptor *epd; in add_generic_uac2_implicit_fb() 151 struct usb_endpoint_descriptor *epd; in add_roland_implicit_fb() 181 struct usb_endpoint_descriptor *epd; in add_roland_capture_quirk() 209 struct usb_endpoint_descriptor *epd; in is_pioneer_implicit_fb() 241 struct usb_endpoint_descriptor *epd; in __add_generic_implicit_fb()
|
/linux/drivers/usb/core/ |
H A D | endpoint.c | 22 struct usb_endpoint_descriptor *desc; 32 struct usb_endpoint_descriptor *, char *);
|
/linux/drivers/media/rc/ |
H A D | imon_raw.c | 108 struct usb_endpoint_descriptor *ir_ep = NULL; in imon_probe() 119 struct usb_endpoint_descriptor *ep = &idesc->endpoint[i].desc; in imon_probe()
|
/linux/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 51 static struct usb_endpoint_descriptor i_desc = { 58 static struct usb_endpoint_descriptor o_desc = { 167 static int __enable_ep(struct usb_ep *ep, struct usb_endpoint_descriptor *desc) in __enable_ep()
|
/linux/net/9p/ |
H A D | trans_usbg.c | 528 static struct usb_endpoint_descriptor fs_usb9pfs_source_desc = { 536 static struct usb_endpoint_descriptor fs_usb9pfs_sink_desc = { 553 static struct usb_endpoint_descriptor hs_usb9pfs_source_desc = { 561 static struct usb_endpoint_descriptor hs_usb9pfs_sink_desc = { 578 static struct usb_endpoint_descriptor ss_usb9pfs_source_desc = { 594 static struct usb_endpoint_descriptor ss_usb9pfs_sink_desc = {
|
/linux/drivers/comedi/drivers/ |
H A D | vmk80xx.c | 146 struct usb_endpoint_descriptor *ep_rx; 147 struct usb_endpoint_descriptor *ep_tx; 183 struct usb_endpoint_descriptor *ep; in vmk80xx_read_packet() 202 struct usb_endpoint_descriptor *ep; in vmk80xx_write_packet() 644 struct usb_endpoint_descriptor *ep_rx_desc, *ep_tx_desc; in vmk80xx_find_usb_endpoints()
|
/linux/drivers/bluetooth/ |
H A D | btmtk.h | 172 struct usb_endpoint_descriptor *isopkt_tx_ep; 173 struct usb_endpoint_descriptor *isopkt_rx_ep;
|
/linux/drivers/input/misc/ |
H A D | keyspan_remote.c | 109 struct usb_endpoint_descriptor *in_endpoint; 423 static struct usb_endpoint_descriptor *keyspan_get_in_endpoint(struct usb_host_interface *iface) in keyspan_get_in_endpoint() 426 struct usb_endpoint_descriptor *endpoint; in keyspan_get_in_endpoint() 447 struct usb_endpoint_descriptor *endpoint; in keyspan_probe()
|
/linux/drivers/usb/isp1760/ |
H A D | isp1760-udc.h | 44 const struct usb_endpoint_descriptor *desc;
|