Searched refs:ppEndpoints (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/sys/dev/usb/template/ |
| H A D | usb_template_phone.c | 165 .ppEndpoints = NULL, /* no endpoints */ 222 .ppEndpoints = NULL, /* no endpoints */ 231 .ppEndpoints = phone_iface_1_ep, 279 .ppEndpoints = NULL, /* no endpoints */ 288 .ppEndpoints = phone_iface_2_ep, 330 .ppEndpoints = phone_iface_3_ep,
|
| H A D | usb_template_multi.c | 202 .ppEndpoints = eth_intr_endpoints, 217 .ppEndpoints = NULL, /* no endpoints */ 225 .ppEndpoints = eth_data_endpoints, 307 .ppEndpoints = modem_iface_0_ep, 315 .ppEndpoints = modem_iface_1_ep, 354 .ppEndpoints = msc_data_endpoints,
|
| H A D | usb_template_audio.c | 209 .ppEndpoints = NULL, /* no endpoints */ 267 .ppEndpoints = NULL, /* no endpoints */ 276 .ppEndpoints = audio_iface_1_ep, 325 .ppEndpoints = NULL, /* no endpoints */ 334 .ppEndpoints = audio_iface_2_ep,
|
| H A D | usb_template_serialnet.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,
|
| H A D | usb_template_cdce.c | 182 .ppEndpoints = eth_intr_endpoints, 197 .ppEndpoints = NULL, /* no endpoints */ 205 .ppEndpoints = eth_data_endpoints,
|
| H A D | usb_template_midi.c | 104 .ppEndpoints = NULL, /* no endpoints */ 187 .ppEndpoints = midi_iface_1_ep,
|
| H A D | usb_template_modem.c | 178 .ppEndpoints = modem_iface_0_ep, 186 .ppEndpoints = modem_iface_1_ep,
|
| H A D | usb_template.h | 70 const struct usb_temp_endpoint_desc **ppEndpoints; member
|
| H A D | usb_template_msc.c | 131 .ppEndpoints = msc_data_endpoints,
|
| H A D | usb_template_cdceem.c | 132 .ppEndpoints = cdceem_data_endpoints,
|
| H A D | usb_template_mouse.c | 144 .ppEndpoints = mouse_endpoints,
|
| H A D | usb_template_kbd.c | 146 .ppEndpoints = keyboard_endpoints,
|
| H A D | usb_template_mtp.c | 153 .ppEndpoints = mtp_data_endpoints,
|
| H A D | usb_template.c | 414 ted = tid->ppEndpoints; in usb_make_interface_desc()
|