Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dusb-uclass.c98 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 Dusb-uclass.su
H A Dehci-hcd.c1534 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 Dohci-hcd.c1722 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 Dmusb_uboot.c291 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 Dusb.h195 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 Dusb_kbd.c377 if (poll_int_queue(dev, data->intq)) {
/OK3568_Linux_fs/u-boot/
H A Du-boot.map