Searched refs:poll_int_queue (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | usb-uclass.c | 98 void *poll_int_queue(struct usb_device *udev, struct int_queue *queue) in poll_int_queue() function 103 if (!ops->poll_int_queue) in poll_int_queue() 106 return ops->poll_int_queue(bus, udev, queue); in poll_int_queue()
|
| H A D | usb-uclass.su | |
| H A D | ehci-hcd.c | 1534 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 1669 .poll_int_queue = ehci_poll_int_queue,
|
| H A D | ohci-hcd.c | 1722 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 2237 .poll_int_queue = ohci_poll_int_queue,
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | musb_uboot.c | 291 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 371 .poll_int_queue = musb_poll_int_queue,
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | usb.h | 195 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue); 744 void * (*poll_int_queue)(struct udevice *bus, struct usb_device *udev, member
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | usb_kbd.c | 377 if (poll_int_queue(dev, data->intq)) {
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |