Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/template/
H A Dusb_template_phone.c164 .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 Dusb_template_multi.c200 .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 Dusb_template_audio.c208 .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 Dusb_template_serialnet.c197 .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 Dusb_template_cdce.c181 .ppEndpoints = eth_intr_endpoints,
196 .ppEndpoints = NULL, /* no endpoints */
204 .ppEndpoints = eth_data_endpoints,
H A Dusb_template_midi.c103 .ppEndpoints = NULL, /* no endpoints */
186 .ppEndpoints = midi_iface_1_ep,
H A Dusb_template_modem.c177 .ppEndpoints = modem_iface_0_ep,
185 .ppEndpoints = modem_iface_1_ep,
H A Dusb_template.h69 const struct usb_temp_endpoint_desc **ppEndpoints; member
H A Dusb_template_cdceem.c131 .ppEndpoints = cdceem_data_endpoints,
H A Dusb_template_msc.c130 .ppEndpoints = msc_data_endpoints,
H A Dusb_template_kbd.c145 .ppEndpoints = keyboard_endpoints,
H A Dusb_template_mouse.c143 .ppEndpoints = mouse_endpoints,
H A Dusb_template_mtp.c152 .ppEndpoints = mtp_data_endpoints,
H A Dusb_template.c413 ted = tid->ppEndpoints; in usb_make_interface_desc()