Searched refs:submit_common_msg (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ohci-hcd.su | |
| H A D | ohci-hcd.c | 1516 static int submit_common_msg(ohci_t *ohci, struct usb_device *dev, in submit_common_msg() function 1702 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, in submit_bulk_msg() 1710 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, NULL, in submit_int_msg() 1758 return submit_common_msg(ohci, dev, pipe, buffer, transfer_len, in _ohci_submit_control_msg() 2154 return submit_common_msg(ohci, udev, pipe, buffer, length, NULL, 0); in ohci_submit_bulk_msg() 2163 return submit_common_msg(ohci, udev, pipe, buffer, length, in ohci_submit_int_msg()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 1101 int submit_common_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_common_msg() function 1203 return submit_common_msg(dev, pipe, buffer, transfer_len, NULL, 0); in submit_bulk_msg() 1230 return submit_common_msg(dev, pipe, buffer, transfer_len, setup, 0); in submit_control_msg()
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | System.map | |
| H A D | u-boot.sym | |
| H A D | u-boot.map | |