Home
last modified time | relevance | path

Searched refs:usbd_transfer_unsetup (Results 1 - 13 of 13) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_generic.c112 usbd_transfer_unsetup(f->xfer, n_setup); in ugen_transfer_setup()
167 usbd_transfer_unsetup(f->xfer, 2); in ugen_close()
881 usbd_transfer_unsetup(f->fs_xfer, f->fs_ep_max); in ugen_fs_uninit()
1544 usbd_transfer_unsetup(f->fs_xfer + u.pclose->ep_index, 1); in ugen_ioctl()
H A Dusb_transfer.c845 * NOTE: You must always call "usbd_transfer_unsetup" after calling
1224 usbd_transfer_unsetup(ppxfer, n_setup); in usbd_transfer_setup()
1292 * usbd_transfer_unsetup - unsetup/free an array of USB transfers
1299 usbd_transfer_unsetup(struct usb_xfer **pxfer, uint16_t n_setup) in usbd_transfer_unsetup() function
1306 "usbd_transfer_unsetup can sleep!"); in usbd_transfer_unsetup()
1912 * "usbd_transfer_unsetup()". in usbd_transfer_stop()
3079 usbd_transfer_unsetup(udev->ctrl_xfer, USB_CTRL_XFER_MAX); in usbd_ctrl_transfer_setup()
H A Dusbdi.h569 void usbd_transfer_unsetup(struct usb_xfer **pxfer, uint16_t n_setup);
H A Dusb_hub.c1596 usbd_transfer_unsetup(sc->sc_xfer, UHUB_N_TRANSFER); in uhub_attach()
1641 usbd_transfer_unsetup(sc->sc_xfer, UHUB_N_TRANSFER); in uhub_detach()
H A Dusb_device.c2049 usbd_transfer_unsetup(udev->ctrl_xfer, USB_CTRL_XFER_MAX); in usb_free_device()
2061 usbd_transfer_unsetup(udev->ctrl_xfer, USB_CTRL_XFER_MAX); in usb_free_device()
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_axge.c390 usbd_transfer_unsetup(sc->sc_xfer, AXGE_N_TRANSFER); in axge_detach()
H A Dif_axe.c736 usbd_transfer_unsetup(sc->sc_xfer, AXE_N_TRANSFER); in axe_detach()
H A Dif_urndis.c316 usbd_transfer_unsetup(sc->sc_xfer, URNDIS_N_TRANSFER); in urndis_detach()
H A Dif_cdce.c642 usbd_transfer_unsetup(sc->sc_xfer, CDCE_N_TRANSFER); in cdce_detach()
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c914 usbd_transfer_unsetup(sc->sc_xfer, UHID_N_TRANSFER); in uhid_detach()
/third_party/FreeBSD/sys/dev/usb/serial/
H A Du3g.c779 usbd_transfer_unsetup(sc->sc_xfer[subunit], U3G_N_TRANSFER); in u3g_detach()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c781 usbd_transfer_unsetup(uhe->bsd_xfer, 2); in usb_setup_endpoint_agg()
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c1116 usbd_transfer_unsetup(sc->sc_xfer, UMASS_T_MAX); in umass_detach()

Completed in 27 milliseconds