Home
last modified time | relevance | path

Searched refs:usb_fifo_put_bytes_max (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusbdi.h628 uint32_t usb_fifo_put_bytes_max(struct usb_fifo *fifo);
Dusb_dev.c1668 usb_fifo_put_bytes_max(struct usb_fifo *f) in usb_fifo_put_bytes_max() function
/third_party/FreeBSD/sys/dev/usb/input/
Duhid.c328 if (usb_fifo_put_bytes_max(sc->sc_fifo.fp[USB_FIFO_RX]) > 0) { in uhid_read_callback()