Home
last modified time | relevance | path

Searched refs:ppEndpoints (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/dev/usb/template/
H A Dusb_template_phone.c165 .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 Dusb_template_multi.c202 .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 Dusb_template_audio.c209 .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 Dusb_template_serialnet.c199 .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 Dusb_template_cdce.c182 .ppEndpoints = eth_intr_endpoints,
197 .ppEndpoints = NULL, /* no endpoints */
205 .ppEndpoints = eth_data_endpoints,
H A Dusb_template_midi.c104 .ppEndpoints = NULL, /* no endpoints */
187 .ppEndpoints = midi_iface_1_ep,
H A Dusb_template_modem.c178 .ppEndpoints = modem_iface_0_ep,
186 .ppEndpoints = modem_iface_1_ep,
H A Dusb_template.h70 const struct usb_temp_endpoint_desc **ppEndpoints; member
H A Dusb_template_msc.c131 .ppEndpoints = msc_data_endpoints,
H A Dusb_template_cdceem.c132 .ppEndpoints = cdceem_data_endpoints,
H A Dusb_template_mouse.c144 .ppEndpoints = mouse_endpoints,
H A Dusb_template_kbd.c146 .ppEndpoints = keyboard_endpoints,
H A Dusb_template_mtp.c153 .ppEndpoints = mtp_data_endpoints,
H A Dusb_template.c414 ted = tid->ppEndpoints; in usb_make_interface_desc()