Searched refs:ppEndpoints (Results 1 – 14 of 14) sorted by relevance
| /freebsd/sys/dev/usb/template/ |
| H A D | usb_template_phone.c | 164 .ppEndpoints = NULL, /* no endpoints */ 221 .ppEndpoints = NULL, /* no endpoints */ 230 .ppEndpoints = phone_iface_1_ep, 278 .ppEndpoints = NULL, /* no endpoints */ 287 .ppEndpoints = phone_iface_2_ep, 329 .ppEndpoints = phone_iface_3_ep,
|
| H A D | usb_template_multi.c | 199 .ppEndpoints = eth_intr_endpoints, 214 .ppEndpoints = NULL, /* no endpoints */ 222 .ppEndpoints = eth_data_endpoints, 304 .ppEndpoints = modem_iface_0_ep, 312 .ppEndpoints = modem_iface_1_ep, 351 .ppEndpoints = msc_data_endpoints,
|
| H A D | usb_template_audio.c | 208 .ppEndpoints = NULL, /* no endpoints */ 266 .ppEndpoints = NULL, /* no endpoints */ 275 .ppEndpoints = audio_iface_1_ep, 324 .ppEndpoints = NULL, /* no endpoints */ 333 .ppEndpoints = audio_iface_2_ep,
|
| H A D | usb_template_serialnet.c | 196 .ppEndpoints = eth_intr_endpoints, 211 .ppEndpoints = NULL, /* no endpoints */ 219 .ppEndpoints = eth_data_endpoints, 301 .ppEndpoints = modem_iface_0_ep, 309 .ppEndpoints = modem_iface_1_ep,
|
| H A D | usb_template_cdce.c | 181 .ppEndpoints = eth_intr_endpoints, 196 .ppEndpoints = NULL, /* no endpoints */ 204 .ppEndpoints = eth_data_endpoints,
|
| H A D | usb_template_midi.c | 103 .ppEndpoints = NULL, /* no endpoints */ 186 .ppEndpoints = midi_iface_1_ep,
|
| H A D | usb_template_modem.c | 177 .ppEndpoints = modem_iface_0_ep, 185 .ppEndpoints = modem_iface_1_ep,
|
| H A D | usb_template.h | 69 const struct usb_temp_endpoint_desc **ppEndpoints; member
|
| H A D | usb_template_cdceem.c | 131 .ppEndpoints = cdceem_data_endpoints,
|
| H A D | usb_template_msc.c | 130 .ppEndpoints = msc_data_endpoints,
|
| H A D | usb_template_kbd.c | 145 .ppEndpoints = keyboard_endpoints,
|
| H A D | usb_template_mouse.c | 143 .ppEndpoints = mouse_endpoints,
|
| H A D | usb_template_mtp.c | 152 .ppEndpoints = mtp_data_endpoints,
|
| H A D | usb_template.c | 413 ted = tid->ppEndpoints; in usb_make_interface_desc()
|