Searched refs:fifo_index (Results 1 – 4 of 4) sorted by relevance
62 uint8_t fifo_index; /* FIFO index */ member95 int fifo_index; member139 uint8_t fifo_index; /* set to the FIFO index in "struct member
174 cpd->fifo_index = pd->fifo_index; in usb_loc_fill()248 f = ppf[cpd->fifo_index + USB_FIFO_TX]; in usb_ref_device()264 f = ppf[cpd->fifo_index + USB_FIFO_RX]; in usb_ref_device()416 f = udev->fifo[cpd->fifo_index + USB_FIFO_TX]; in usb_fifo_create()422 f = udev->fifo[cpd->fifo_index + USB_FIFO_RX]; in usb_fifo_create()515 f->fifo_index = n + USB_FIFO_TX; in usb_fifo_create()541 f->fifo_index = n + USB_FIFO_RX; in usb_fifo_create()559 cpd->fifo_index = n; in usb_fifo_create()585 if ((f->fifo_index < USB_FIFO_MAX) && in usb_fifo_free()587 (f->udev->fifo[f->fifo_index] == f)) { in usb_fifo_free()[all …]
1372 f_rx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX]; in ugen_fifo_in_use()1373 f_tx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_TX]; in ugen_fifo_in_use()1922 f_rx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_RX]; in ugen_iface_ioctl()1923 f_tx = f->udev->fifo[(f->fifo_index & ~1) + USB_FIFO_TX]; in ugen_iface_ioctl()
1973 pd->fifo_index = fi; in usb_make_dev()