Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/template/
H A Dusb_template_phone.c154 .ppEndpoints = NULL, /* no endpoints */
211 .ppEndpoints = NULL, /* no endpoints */
220 .ppEndpoints = phone_iface_1_ep,
268 .ppEndpoints = NULL, /* no endpoints */
277 .ppEndpoints = phone_iface_2_ep,
319 .ppEndpoints = phone_iface_3_ep,
H A Dusb_template_audio.c197 .ppEndpoints = NULL, /* no endpoints */
255 .ppEndpoints = NULL, /* no endpoints */
264 .ppEndpoints = audio_iface_1_ep,
313 .ppEndpoints = NULL, /* no endpoints */
322 .ppEndpoints = audio_iface_2_ep,
H A Dusb_template_serialnet.c198 .ppEndpoints = eth_intr_endpoints,
213 .ppEndpoints = NULL, /* no endpoints */
221 .ppEndpoints = eth_data_endpoints,
303 .ppEndpoints = modem_iface_0_ep,
311 .ppEndpoints = modem_iface_1_ep,
H A Dusb_template_cdce.c184 .ppEndpoints = eth_intr_endpoints,
199 .ppEndpoints = NULL, /* no endpoints */
207 .ppEndpoints = eth_data_endpoints,
H A Dusb_template_modem.c155 .ppEndpoints = modem_iface_0_ep,
163 .ppEndpoints = modem_iface_1_ep,
H A Dusb_template.h63 const struct usb_temp_endpoint_desc **ppEndpoints; member
H A Dusb_template_msc.c128 .ppEndpoints = msc_data_endpoints,
H A Dusb_template_kbd.c129 .ppEndpoints = keyboard_endpoints,
H A Dusb_template_mouse.c127 .ppEndpoints = mouse_endpoints,
H A Dusb_template_mtp.c149 .ppEndpoints = mtp_data_endpoints,
H A Dusb_template.c332 ted = tid->ppEndpoints; in usb_make_interface_desc()