Searched refs:_ehci_create_int_queue (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-hcd.c | 1232 static struct int_queue *_ehci_create_int_queue(struct usb_device *dev, in _ehci_create_int_queue() function 1495 queue = _ehci_create_int_queue(dev, pipe, 1, length, buffer, interval); in _ehci_submit_int_msg() 1544 return _ehci_create_int_queue(dev, pipe, queuesize, elementsize, in create_int_queue() 1590 return _ehci_create_int_queue(udev, pipe, queuesize, elementsize, in ehci_create_int_queue()
|