OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sohci_submit_job
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/drivers/usb/host/
ohci-hcd.c
508
int
sohci_submit_job
(ohci_t *ohci, ohci_dev_t *ohci_dev, urb_priv_t *urb,
function
523
err("
sohci_submit_job
: EPIPE");
534
err("
sohci_submit_job
: ENOMEM");
572
err("
sohci_submit_job
: ENOMEM");
579
err("
sohci_submit_job
: EINVAL");
[
all
...]
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c
374
int
sohci_submit_job
(struct usb_device *dev, unsigned long pipe, void *buffer,
function
387
err("
sohci_submit_job
: EPIPE");
393
err("
sohci_submit_job
: ENOMEM");
427
err("
sohci_submit_job
: ENOMEM");
434
err("
sohci_submit_job
: EINVAL");
1125
if (
sohci_submit_job
(dev, pipe, buffer, transfer_len, setup, interval) < 0) {
1126
err("
sohci_submit_job
failed");
[
all
...]
Completed in 1111 milliseconds