Home
last modified time | relevance | path

Searched refs:submit_common_msg (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/usb/host/
Dohci-hcd.c1512 static int submit_common_msg(ohci_t *ohci, struct usb_device *dev, in submit_common_msg() function
1700 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, in submit_bulk_msg()
1708 return submit_common_msg(&gohci, dev, pipe, buffer, transfer_len, NULL, in submit_int_msg()
1756 return submit_common_msg(ohci, dev, pipe, buffer, transfer_len, in _ohci_submit_control_msg()
2149 return submit_common_msg(ohci, udev, pipe, buffer, length, NULL, 0); in ohci_submit_bulk_msg()
2158 return submit_common_msg(ohci, udev, pipe, buffer, length, in ohci_submit_int_msg()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.c1100 int submit_common_msg(struct usb_device *dev, unsigned long pipe, void *buffer, in submit_common_msg() function
1202 return submit_common_msg(dev, pipe, buffer, transfer_len, NULL, 0); in submit_bulk_msg()
1229 return submit_common_msg(dev, pipe, buffer, transfer_len, setup, 0); in submit_control_msg()