Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_dev.c124 static d_poll_t usb_poll; variable
143 .d_poll = usb_poll,
1294 usb_poll(struct cdev* dev, int events, struct thread* td) in usb_poll() function