Home
last modified time | relevance | path

Searched refs:fifo_index (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/usb/
H A Dusb_dev.h63 uint8_t fifo_index; /* FIFO index */ member
96 int fifo_index; member
143 uint8_t fifo_index; /* set to the FIFO index in "struct member
H A Dusb_dev.c173 cpd->fifo_index = pd->fifo_index; in usb_loc_fill()
253 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()
269 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()
420 f = udev->fifo[cpd->fifo_index + USB_FIFO_TX]; in usb_fifo_create()
426 f = udev->fifo[cpd->fifo_index + USB_FIFO_RX]; in usb_fifo_create()
518 f->fifo_index = n + USB_FIFO_TX; in usb_fifo_create()
543 f->fifo_index = n + USB_FIFO_RX; in usb_fifo_create()
561 cpd->fifo_index = n; in usb_fifo_create()
587 if ((f->fifo_index < USB_FIFO_MAX) && in usb_fifo_free()
589 (f->udev->fifo[f->fifo_index] == f)) { in usb_fifo_free()
[all …]
H A Dusb_generic.c1652 f_rx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX]; in ugen_fifo_in_use()
1653 f_tx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_TX]; in ugen_fifo_in_use()
2047 f_rx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX]; in ugen_iface_ioctl()
2048 f_tx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_TX]; in ugen_iface_ioctl()
H A Dusb_device.c2133 pd->fifo_index = fi; in usb_make_dev()