Searched refs:poll_int_queue (Results 1 - 5 of 5) sorted by relevance

/u-boot/drivers/usb/host/
H A Dusb-uclass.c108 void *poll_int_queue(struct usb_device *udev, struct int_queue *queue) function
113 if (!ops->poll_int_queue)
116 return ops->poll_int_queue(bus, udev, queue);
H A Dehci-hcd.c1454 debug("Exit poll_int_queue with completed queue\n");
1463 debug("Exit poll_int_queue with no completed intr transfer. token is %x\n", token);
1479 debug("Exit poll_int_queue with completed intr transfer. token is %x at %p (first at %p)\n",
1608 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) function
1757 .poll_int_queue = ehci_poll_int_queue,
H A Dohci-hcd.c1696 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) function
2146 .poll_int_queue = ohci_poll_int_queue,
/u-boot/drivers/usb/musb-new/
H A Dmusb_uboot.c288 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) function
368 .poll_int_queue = musb_poll_int_queue,
/u-boot/include/
H A Dusb.h204 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue);
756 * poll_int_queue() - Poll an interrupt queue for completed packets
767 void * (*poll_int_queue)(struct udevice *bus, struct usb_device *udev, member in struct:dm_usb_ops

Completed in 60 milliseconds