Searched refs:usb_temp_endpoint_desc (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/template/
H A Dusb_template.h48 struct usb_temp_endpoint_desc { struct
63 const struct usb_temp_endpoint_desc **ppEndpoints;
H A Dusb_template_cdce.c155 static const struct usb_temp_endpoint_desc bulk_in_ep = {
165 static const struct usb_temp_endpoint_desc bulk_out_ep = {
175 static const struct usb_temp_endpoint_desc intr_in_ep = {
181 static const struct usb_temp_endpoint_desc *eth_intr_endpoints[] = {
195 static const struct usb_temp_endpoint_desc *eth_data_endpoints[] = {
H A Dusb_template_modem.c102 static const struct usb_temp_endpoint_desc modem_ep_0 = {
109 static const struct usb_temp_endpoint_desc modem_ep_1 = {
115 static const struct usb_temp_endpoint_desc modem_ep_2 = {
121 static const struct usb_temp_endpoint_desc *modem_iface_0_ep[] = {
126 static const struct usb_temp_endpoint_desc *modem_iface_1_ep[] = {
H A Dusb_template_msc.c104 static const struct usb_temp_endpoint_desc bulk_in_ep = {
114 static const struct usb_temp_endpoint_desc bulk_out_ep = {
124 static const struct usb_temp_endpoint_desc *msc_data_endpoints[] = {
H A Dusb_template_mtp.c118 static const struct usb_temp_endpoint_desc bulk_out_ep = {
128 static const struct usb_temp_endpoint_desc intr_in_ep = {
134 static const struct usb_temp_endpoint_desc bulk_in_ep = {
144 static const struct usb_temp_endpoint_desc *mtp_data_endpoints[] = {
H A Dusb_template_phone.c200 static const struct usb_temp_endpoint_desc phone_isoc_in_ep = {
208 static const struct usb_temp_endpoint_desc *phone_iface_1_ep[] = {
257 static const struct usb_temp_endpoint_desc phone_isoc_out_ep = {
265 static const struct usb_temp_endpoint_desc *phone_iface_2_ep[] = {
309 static const struct usb_temp_endpoint_desc phone_hid_in_ep = {
316 static const struct usb_temp_endpoint_desc *phone_iface_3_ep[] = {
H A Dusb_template_kbd.c107 static const struct usb_temp_endpoint_desc keyboard_ep_0 = {
115 static const struct usb_temp_endpoint_desc *keyboard_endpoints[] = {
H A Dusb_template_mouse.c105 static const struct usb_temp_endpoint_desc mouse_ep_0 = {
113 static const struct usb_temp_endpoint_desc *mouse_endpoints[] = {
H A Dusb_template_audio.c244 static const struct usb_temp_endpoint_desc audio_isoc_out_ep = {
252 static const struct usb_temp_endpoint_desc *audio_iface_1_ep[] = {
302 static const struct usb_temp_endpoint_desc audio_isoc_in_ep = {
310 static const struct usb_temp_endpoint_desc *audio_iface_2_ep[] = {
H A Dusb_template.c83 const struct usb_temp_endpoint_desc *);
189 const struct usb_temp_endpoint_desc *ted)
301 const struct usb_temp_endpoint_desc **ted;

Completed in 158 milliseconds