Searched refs:poll_int_queue (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/usb/host/ |
A D | usb-uclass.c | 107 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 D | ehci-hcd.c | 1591 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 D | ohci-hcd.c | 1724 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 D | musb_uboot.c | 289 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 D | usb.h | 194 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 D | usb_kbd.c | 372 if (poll_int_queue(dev, data->intq)) {
|
Completed in 32 milliseconds