Searched refs:poll_int_queue (Results 1 – 6 of 6) sorted by relevance
| /u-boot/drivers/usb/host/ |
| A D | usb-uclass.c | 108 void *poll_int_queue(struct usb_device *udev, struct int_queue *queue) in poll_int_queue() function 113 if (!ops->poll_int_queue) in poll_int_queue() 116 return ops->poll_int_queue(bus, udev, queue); in poll_int_queue()
|
| A D | ehci-hcd.c | 1609 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 1758 .poll_int_queue = ehci_poll_int_queue,
|
| A D | ohci-hcd.c | 1696 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 2146 .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 | 198 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue); 754 void * (*poll_int_queue)(struct udevice *bus, struct usb_device *udev, member
|
| /u-boot/common/ |
| A D | usb_kbd.c | 375 if (poll_int_queue(dev, data->intq)) {
|
Completed in 30 milliseconds