Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dusb-uclass.c107 void *poll_int_queue(struct usb_device *udev, struct int_queue *queue) in poll_int_queue() function
112 if (!ops->poll_int_queue) in poll_int_queue()
115 return ops->poll_int_queue(bus, udev, queue); in poll_int_queue()
A Dehci-hcd.c1591 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function
1740 .poll_int_queue = ehci_poll_int_queue,
A Dohci-hcd.c1724 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function
2239 .poll_int_queue = ohci_poll_int_queue,
/u-boot/drivers/usb/musb-new/
A Dmusb_uboot.c289 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function
369 .poll_int_queue = musb_poll_int_queue,
/u-boot/include/
A Dusb.h194 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue);
750 void * (*poll_int_queue)(struct udevice *bus, struct usb_device *udev, member
/u-boot/common/
A Dusb_kbd.c372 if (poll_int_queue(dev, data->intq)) {

Completed in 16 milliseconds