Home
last modified time | relevance | path

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

/openbsd/sys/dev/usb/
H A Dusbdivar.h66 void (*do_poll)(struct usbd_bus *); member
H A Dusbdi.c1017 udev->bus->methods->do_poll(udev->bus); in usbd_dopoll()
H A Dohci.c236 .do_poll = ohci_poll,
H A Duhci.c253 .do_poll = uhci_poll,
H A Dxhci.c164 .do_poll = xhci_poll,
H A Dehci.c224 .do_poll = ehci_poll,
/openbsd/sys/dev/usb/dwc2/
H A Ddwc2.c142 .do_poll = dwc2_poll,