Searched refs:ppEndpoints (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/dev/usb/template/ |
| HD | usb_template_phone.c | 157 .ppEndpoints = NULL, /* no endpoints */ 214 .ppEndpoints = NULL, /* no endpoints */ 223 .ppEndpoints = phone_iface_1_ep, 271 .ppEndpoints = NULL, /* no endpoints */ 280 .ppEndpoints = phone_iface_2_ep, 322 .ppEndpoints = phone_iface_3_ep,
|
| HD | usb_template_audio.c | 200 .ppEndpoints = NULL, /* no endpoints */ 258 .ppEndpoints = NULL, /* no endpoints */ 267 .ppEndpoints = audio_iface_1_ep, 316 .ppEndpoints = NULL, /* no endpoints */ 325 .ppEndpoints = audio_iface_2_ep,
|
| HD | usb_template_serialnet.c | 201 .ppEndpoints = eth_intr_endpoints, 216 .ppEndpoints = NULL, /* no endpoints */ 224 .ppEndpoints = eth_data_endpoints, 306 .ppEndpoints = modem_iface_0_ep, 314 .ppEndpoints = modem_iface_1_ep,
|
| HD | usb_template_cdce.c | 187 .ppEndpoints = eth_intr_endpoints, 202 .ppEndpoints = NULL, /* no endpoints */ 210 .ppEndpoints = eth_data_endpoints,
|
| HD | usb_template_midi.c | 90 .ppEndpoints = NULL, /* no endpoints */ 173 .ppEndpoints = midi_iface_1_ep,
|
| HD | usb_template_modem.c | 158 .ppEndpoints = modem_iface_0_ep, 166 .ppEndpoints = modem_iface_1_ep,
|
| HD | usb_template.h | 63 const struct usb_temp_endpoint_desc **ppEndpoints; member
|
| HD | usb_template_msc.c | 131 .ppEndpoints = msc_data_endpoints,
|
| HD | usb_template_mouse.c | 130 .ppEndpoints = mouse_endpoints,
|
| HD | usb_template_kbd.c | 132 .ppEndpoints = keyboard_endpoints,
|
| HD | usb_template_mtp.c | 152 .ppEndpoints = mtp_data_endpoints,
|
| HD | usb_template.c | 335 ted = tid->ppEndpoints; in usb_make_interface_desc()
|