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

1234

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c165 * This function searches for an USB ep by endpoint address and
183 * for the endpoint address. Keep defined bits only:
189 * based on the endpoint address:
203 * The default endpoint is always present and is checked separately:
219 * This function searches for an USB endpoint based on the information
240 udev, iface_index, setup->endpoint,
247 /* wrong mode - no endpoint */
251 /* setup expected endpoint direction mask and value */
262 /* match any endpoint direction */
266 /* match the given endpoint directio
[all...]
H A Dusb_request.c233 /* round robin endpoint clear stall */
265 ep = ep_first; /* endpoint wrapped around */
325 /* store current endpoint */
701 * Make sure that the control endpoint is no longer
1894 * contains the maximum packet size to use on control endpoint
1994 /* only reset a particular device and endpoint */
2147 uint8_t port, uint8_t addr, uint8_t type, uint8_t endpoint)
2158 wValue = (endpoint & 0xF) | ((addr & 0x7F) << 4) |
2159 ((endpoint & 0x80) << 8) | ((type & 3) << 12);
2146 usbd_req_clear_tt_buffer(struct usb_device *udev, struct mtx *mtx, uint8_t port, uint8_t addr, uint8_t type, uint8_t endpoint) argument
H A Dusbdi.h132 * The following structure defines an USB endpoint
133 * USB endpoint.
145 uint8_t is_stalled:1; /* set if endpoint is stalled */
148 uint8_t iface_index; /* not used by "default endpoint" */
196 uint8_t stall_pipe:1; /* set if the endpoint belonging to
225 uint8_t endpoint; /* pipe number */ member in struct:usb_config
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_uath.c207 .endpoint = 0x1,
218 .endpoint = 0x1,
230 .endpoint = 0x2,
242 .endpoint = 0x2,
H A Dif_zyd.c258 .endpoint = UE_ADDR_ANY,
268 .endpoint = UE_ADDR_ANY,
277 .endpoint = UE_ADDR_ANY,
287 .endpoint = UE_ADDR_ANY,
H A Dif_run.c573 .endpoint = UE_ADDR_ANY,
583 .endpoint = UE_ADDR_ANY,
593 .endpoint = UE_ADDR_ANY,
603 .endpoint = UE_ADDR_ANY,
613 .endpoint = UE_ADDR_ANY,
623 .endpoint = UE_ADDR_ANY,
633 .endpoint = UE_ADDR_ANY,
H A Dif_rum.c390 .endpoint = UE_ADDR_ANY,
399 .endpoint = UE_ADDR_ANY,
H A Dif_upgt.c202 .endpoint = UE_ADDR_ANY,
214 .endpoint = UE_ADDR_ANY,
H A Dif_ural.c362 .endpoint = UE_ADDR_ANY,
371 .endpoint = UE_ADDR_ANY,
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp.h172 * endpt is unrelated to the select algorithm's struct endpoint.
887 struct endpoint { struct
888 double val; /* offset of endpoint */
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_axe.c220 .endpoint = UE_ADDR_ANY,
231 .endpoint = UE_ADDR_ANY,
/freebsd-9.3-release/sys/dev/usb/serial/
H A Duipaq.c125 .endpoint = UE_ADDR_ANY,
134 .endpoint = UE_ADDR_ANY,
1213 /* start read endpoint */
1222 /* stop read endpoint */
H A Duftdi.c217 .endpoint = UE_ADDR_ANY,
226 .endpoint = UE_ADDR_ANY,
/freebsd-9.3-release/sys/dev/usb/input/
H A Dukbd.c953 .endpoint = UE_ADDR_ANY,
962 .endpoint = 0x00, /* Control pipe */
1016 * and USB keyboard on the same USB endpoint.
H A Dums.c351 .endpoint = UE_ADDR_ANY,
H A Datp.c807 .endpoint = UE_ADDR_ANY,
818 .endpoint = 0, /* Control pipe */
H A Dwsp.c464 .endpoint = UE_ADDR_ANY,
/freebsd-9.3-release/lib/libusb/
H A Dlibusb01.c115 /* this is an IN endpoint */
385 bifc->endpoint = ps->b.currep;
794 /* emulate an endpoint reset through clear-STALL */

Completed in 253 milliseconds

1234