Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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 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.c1723 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function
2238 .poll_int_queue = ohci_poll_int_queue,
/rk3399_rockchip-uboot/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,
/rk3399_rockchip-uboot/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
/rk3399_rockchip-uboot/common/
H A Dusb_kbd.c377 if (poll_int_queue(dev, data->intq)) {