Searched refs:endpoint (Results 51 - 75 of 93) sorted by relevance

1234

/freebsd-9.3-release/lib/libusb/
H A Dusb.h95 /* USB endpoint descriptor */
131 struct usb_endpoint_descriptor *endpoint; member in struct:usb_interface_descriptor
/freebsd-9.3-release/sys/dev/usb/input/
H A Duhid.c363 .endpoint = UE_ADDR_ANY,
372 .endpoint = UE_ADDR_ANY,
381 .endpoint = 0x00, /* Control pipe */
390 .endpoint = 0x00, /* Control pipe */
H A Duep.c283 .endpoint = UE_ADDR_ANY,
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.h54 #define USB_UNCFG_FLAG_FREE_EP0 0x02 /* endpoint zero is freed */
81 struct usb_host_endpoint *endpoint; member in struct:usb_host_interface
201 struct usb_endpoint *ep_curr; /* current clear stall endpoint */
245 struct usb_endpoint_descriptor ctrl_ep_desc; /* for endpoint 0 */
246 struct usb_endpoint_ss_comp_descriptor ctrl_ep_comp_desc; /* for endpoint 0 */
H A Dusb_generic.c245 usb_config[1].endpoint = 0;
254 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR;
313 usb_config[1].endpoint = 0;
322 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR;
1492 usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR;
1511 isread = ((usb_config[0].endpoint &
1542 /* store index of endpoint */
1582 ep = f->fs_xfer[u.pstall->ep_index]->endpoint;
H A Dusb_pf.c301 up->up_xfertype = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
/freebsd-9.3-release/sys/dev/usb/storage/
H A Dustorage_fs.c274 .endpoint = UE_ADDR_ANY,
283 .endpoint = UE_ADDR_ANY,
293 .endpoint = UE_ADDR_ANY,
303 .endpoint = UE_ADDR_ANY,
313 .endpoint = UE_ADDR_ANY,
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c881 int endpoint = 32 - (evutil_weakrand_(&seed) % 4); local
891 endpoint-startpoint);
892 n += endpoint - startpoint;
894 if (j >= startpoint && j < endpoint) {
907 for (j=startpoint;j<endpoint;++j) {
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_usie.c139 .endpoint = UE_ADDR_ANY,
147 .endpoint = UE_ADDR_ANY,
155 .endpoint = UE_ADDR_ANY,
166 .endpoint = UE_ADDR_ANY,
174 .endpoint = UE_ADDR_ANY,
182 .endpoint = UE_ADDR_ANY,
H A Dif_cue.c136 .endpoint = UE_ADDR_ANY,
146 .endpoint = UE_ADDR_ANY,
H A Dif_kue.c49 * There is an interrupt endpoint mentioned in the software spec, however
177 .endpoint = UE_ADDR_ANY,
187 .endpoint = UE_ADDR_ANY,
231 * Why? Because we need to make requests over the control endpoint
H A Dif_aue.c53 * support: the control endpoint for reading/writing registers, burst
54 * read endpoint for packet reception, burst write for packet transmission
222 .endpoint = UE_ADDR_ANY,
232 .endpoint = UE_ADDR_ANY,
241 .endpoint = UE_ADDR_ANY,
H A Dif_mos.c191 .endpoint = UE_ADDR_ANY,
201 .endpoint = UE_ADDR_ANY,
210 .endpoint = UE_ADDR_ANY,
H A Dif_rue.c155 .endpoint = UE_ADDR_ANY,
165 .endpoint = UE_ADDR_ANY,
175 .endpoint = UE_ADDR_ANY,
H A Dif_udav.c114 .endpoint = UE_ADDR_ANY,
124 .endpoint = UE_ADDR_ANY,
134 .endpoint = UE_ADDR_ANY,
H A Dif_urndis.c99 .endpoint = UE_ADDR_ANY,
112 .endpoint = UE_ADDR_ANY,
127 .endpoint = UE_ADDR_ANY,
294 /* start interrupt endpoint, if any */
H A Dif_axge.c144 .endpoint = UE_ADDR_ANY,
154 .endpoint = UE_ADDR_ANY,
/freebsd-9.3-release/sys/dev/usb/controller/
H A Dmusb_otg.c213 /* control endpoint */
383 /* select endpoint 0 */
504 /* select endpoint 0 */
592 /* Control endpoint only data handling functions (RX/TX/SYNC) */
606 /* select endpoint 0 */
748 /* select endpoint 0 */
876 /* select endpoint 0 */
1055 /* select endpoint */
1220 /* select endpoint 0 */
1265 /* select endpoint
[all...]
/freebsd-9.3-release/sys/dev/usb/serial/
H A Dumodem.c206 .endpoint = UE_ADDR_ANY,
216 .endpoint = UE_ADDR_ANY,
226 .endpoint = UE_ADDR_ANY,
458 /* start interrupt endpoint, if any */
461 /* start read endpoint */
470 /* stop interrupt endpoint, if any */
473 /* stop read endpoint */
H A Duplcom.c199 .endpoint = UE_ADDR_ANY,
209 .endpoint = UE_ADDR_ANY,
219 .endpoint = UE_ADDR_ANY,
767 /* start interrupt endpoint */
770 /* start read endpoint */
779 /* stop interrupt endpoint */
782 /* stop read endpoint */
H A Duslcom.c176 .endpoint = UE_ADDR_ANY,
185 .endpoint = UE_ADDR_ANY,
193 .endpoint = 0x00,
864 /* start read endpoint */
873 /* stop read endpoint */
H A Du3g.c153 .endpoint = UE_ADDR_ANY,
162 .endpoint = UE_ADDR_ANY,
171 .endpoint = UE_ADDR_ANY,
865 ep = 0; /* endpoint index */
873 /* update BULK endpoint index */
974 /* start interrupt endpoint (if configured) */
977 /* start read endpoint */
986 /* stop interrupt endpoint (if configured) */
989 /* stop read endpoint */
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_usbd.c93 .endpoint = 0x00, /* control pipe */
103 .endpoint = 0x00, /* control pipe */
542 "endpoint %d and above are ignored",
655 cfg.endpoint = UE_GET_ADDR(ep->bEndpointAddress);
695 device_printf(IRP_NDIS_DEV(ip), "get NULL endpoint info.\n");
1277 device_printf(IRP_NDIS_DEV(ip), "get NULL endpoint info.\n");
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c561 .endpoint = UE_ADDR_ANY,
571 .endpoint = UE_ADDR_ANY,
581 .endpoint = UE_ADDR_ANY,
594 .endpoint = UE_ADDR_ANY,
604 .endpoint = UE_ADDR_ANY,
614 .endpoint = UE_ADDR_ANY,
627 .endpoint = 0x00, /* Control pipe */
659 .endpoint = UE_ADDR_ANY,
667 .endpoint = UE_ADDR_ANY,
679 .endpoint
[all...]
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_urtw.c523 .endpoint = 0x83,
535 .endpoint = 0x89,
546 .endpoint = URTW_8187B_TXPIPE_BE,
558 .endpoint = URTW_8187B_TXPIPE_BK,
571 .endpoint = URTW_8187B_TXPIPE_VI,
584 .endpoint = URTW_8187B_TXPIPE_VO,
597 .endpoint = 0xc,
613 .endpoint = 0x81,
625 .endpoint = 0x2,
637 .endpoint
[all...]

Completed in 280 milliseconds

1234