Searched refs:urb (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/
H A Dusb_compat_linux.c86 static int usb_start_wait_urb(struct urb *, usb_timeout_t, uint16_t *);
94 static int usb_unlink_urb_sub(struct urb *, uint8_t);
397 usb_submit_urb(struct urb *urb, uint16_t mem_flags) argument
403 if (urb == NULL)
410 if (urb->endpoint == NULL) {
416 * Check to see if the urb is in the process of being killed
417 * and stop a urb that is in the process of being killed from
421 if (urb->kill_count != 0) {
426 uhe = urb
462 usb_unlink_urb(struct urb *urb) argument
468 usb_unlink_bsd(struct usb_xfer *xfer, struct urb *urb, uint8_t drain) argument
488 usb_unlink_urb_sub(struct urb *urb, uint8_t drain) argument
590 usb_start_wait_urb(struct urb *urb, usb_timeout_t timeout, uint16_t *p_actlen) argument
656 struct urb *urb; local
992 struct urb *urb; local
1225 usb_free_urb(struct urb *urb) argument
1248 usb_init_urb(struct urb *urb) argument
1260 usb_kill_urb(struct urb *urb) argument
1312 usb_linux_wait_complete(struct urb *urb) argument
1326 struct urb *urb; local
1349 struct urb *urb = usbd_xfer_get_priv(xfer); local
1525 struct urb *urb = usbd_xfer_get_priv(xfer); local
1682 usb_fill_bulk_urb(struct urb *urb, struct usb_device *udev, struct usb_host_endpoint *uhe, void *buf, int length, usb_complete_t callback, void *arg) argument
1707 struct urb *urb; local
[all...]
H A Dusb_compat_linux.h34 struct urb;
37 typedef void (usb_complete_t)(struct urb *);
177 * a) to initialize "urb->endpoint"
209 * The following structure is used to extend "struct urb" when we are
213 * callback in the "urb" structure is called.
229 struct urb { struct
230 TAILQ_ENTRY(urb) bsd_urb_list;
272 int usb_submit_urb(struct urb *urb, uint16_t mem_flags);
273 int usb_unlink_urb(struct urb *ur
[all...]
H A Dusb_device.h70 TAILQ_HEAD(, urb) bsd_urb_list;
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_usbd.c395 union usbd_urb *urb; local
397 urb = usbd_geturb(ip);
400 * USBD_URB_STATUS(urb) would be set at callback functions like
403 switch (urb->uu_hdr.uuh_func) {
408 USBD_URB_STATUS(urb) = status;
419 USBD_URB_STATUS(urb) = status;
423 USBD_URB_STATUS(urb) = status;
427 USBD_URB_STATUS(urb) = status;
431 USBD_URB_STATUS(urb) = status;
435 urb
452 union usbd_urb *urb; local
514 union usbd_urb *urb; local
690 union usbd_urb *urb; local
716 union usbd_urb *urb; local
842 union usbd_urb *urb; local
942 union usbd_urb *urb; local
1107 union usbd_urb *urb; local
1206 union usbd_urb *urb; local
1266 union usbd_urb *urb; local
1309 union usbd_urb *urb; local
[all...]
H A Dusbd_var.h202 #define USBD_URB_STATUS(urb) ((urb)->uu_hdr.uuh_status)

Completed in 109 milliseconds