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 | 200 .ppEndpoints = eth_intr_endpoints, 215 .ppEndpoints = NULL, /* no endpoints */ 223 .ppEndpoints = eth_data_endpoints, 305 .ppEndpoints = modem_iface_0_ep, 313 .ppEndpoints = modem_iface_1_ep, 352 .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 | 197 .ppEndpoints = eth_intr_endpoints, 212 .ppEndpoints = NULL, /* no endpoints */ 220 .ppEndpoints = eth_data_endpoints, 302 .ppEndpoints = modem_iface_0_ep, 310 .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()
|