Searched refs:poll_int_queue (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | usb-uclass.c | 94 void *poll_int_queue(struct usb_device *udev, struct int_queue *queue) in poll_int_queue() function 99 if (!ops->poll_int_queue) in poll_int_queue() 102 return ops->poll_int_queue(bus, udev, queue); in poll_int_queue()
|
H A D | ehci-hcd.c | 1548 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 1682 .poll_int_queue = ehci_poll_int_queue,
|
H A D | ohci-hcd.c | 1720 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 2232 .poll_int_queue = ohci_poll_int_queue,
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | musb_uboot.c | 284 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue) in poll_int_queue() function 363 .poll_int_queue = musb_poll_int_queue,
|
/openbmc/u-boot/include/ |
H A D | usb.h | 194 void *poll_int_queue(struct usb_device *dev, struct int_queue *queue); 743 void * (*poll_int_queue)(struct udevice *bus, struct usb_device *udev, member
|
/openbmc/u-boot/common/ |
H A D | usb_kbd.c | 336 if (poll_int_queue(dev, data->intq)) {
|