Searched refs:_ehci_create_int_queue (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 1216 static struct int_queue *_ehci_create_int_queue(struct usb_device *dev, in _ehci_create_int_queue() function 1480 queue = _ehci_create_int_queue(dev, pipe, 1, length, buffer, interval); in _ehci_submit_int_msg() 1530 return _ehci_create_int_queue(dev, pipe, queuesize, elementsize, in create_int_queue() 1577 return _ehci_create_int_queue(udev, pipe, queuesize, elementsize, in ehci_create_int_queue()
|