Home
last modified time | relevance | path

Searched refs:usb_clear_halt (Results 1 – 25 of 28) sorted by relevance

12

/external/libmtp/logs/
Dmtp-detect-mymusix-pd6070.txt121 usb_clear_halt() on IN endpoint: No such device
122 usb_clear_halt() on OUT endpoint: No such device
123 usb_clear_halt() on INTERRUPT endpoint: No such device
Dmtp-detect-maxfield-g-flash-ng-1GB.txt7 usb_clear_halt() on IN endpoint: No such device
8 usb_clear_halt() on OUT endpoint: No such device
9 usb_clear_halt() on INTERRUPT endpoint: No such device
Dmtp-detect-medion-lifetab-p9514.txt155 usb_clear_halt() on IN endpoint: No such device
156 usb_clear_halt() on OUT endpoint: No such device
157 usb_clear_halt() on INTERRUPT endpoint: No such device
Dmtp-detect-thomson-m51.txt146 usb_clear_halt() on IN endpoint: No such device
147 usb_clear_halt() on OUT endpoint: No such device
148 usb_clear_halt() on INTERRUPT endpoint: No such device
Dmtp-detect-samsung-gt-i9300.txt178 usb_clear_halt() on IN endpoint: Device or resource busy
179 usb_clear_halt() on OUT endpoint: Device or resource busy
180 usb_clear_halt() on INTERRUPT endpoint: Device or resource busy
Dmtp-detect-philips-sa5145.txt246 usb_clear_halt() on IN endpoint: Protocol error
247 usb_clear_halt() on OUT endpoint: Protocol error
248 usb_clear_halt() on INTERRUPT endpoint: Protocol error
Dmtp-detect-iriver-t10a.txt16 usb_clear_halt() on IN endpoint: Numerical result out of range
17 usb_clear_halt() on OUT endpoint: Numerical result out of range
18 usb_clear_halt() on INTERRUPT endpoint: Numerical result out of range
Dmtp-detect-samsung-juke.txt353 usb_clear_halt() on IN endpoint: Connection timed out
354 usb_clear_halt() on OUT endpoint: Connection timed out
355 usb_clear_halt() on INTERRUPT endpoint: Connection timed out
Dmtp-detect-iriver-clix2.txt364 usb_clear_halt() on IN endpoint: Connection timed out
365 usb_clear_halt() on OUT endpoint: Connection timed out
366 usb_clear_halt() on INTERRUPT endpoint: Connection timed out
Dmtp-detect-samsung-yp-t10.txt411 usb_clear_halt() on IN endpoint: Connection timed out
412 usb_clear_halt() on OUT endpoint: Connection timed out
413 usb_clear_halt() on INTERRUPT endpoint: Connection timed out
Dmtp-detect-samsung-yp-q1.txt422 usb_clear_halt() on IN endpoint: Connection timed out
423 usb_clear_halt() on OUT endpoint: Connection timed out
424 usb_clear_halt() on INTERRUPT endpoint: Connection timed out
Dmtp-detect-asus-me172v.txt460 usb_clear_halt() on IN endpoint: Broken pipe
461 usb_clear_halt() on OUT endpoint: Broken pipe
462 usb_clear_halt() on INTERRUPT endpoint: Broken pipe
Dmtp-detect-creative-zen-vision-M-DVP-HD0004.txt470 usb_clear_halt() on IN endpoint: Connection timed out
471 usb_clear_halt() on OUT endpoint: Connection timed out
472 usb_clear_halt() on INTERRUPT endpoint: Connection timed out
Dmtp-detect-cowon-iaudio-d2plus.txt523 usb_clear_halt() on IN endpoint: Connection timed out
524 usb_clear_halt() on OUT endpoint: Connection timed out
525 usb_clear_halt() on INTERRUPT endpoint: Connection timed out
Dmtp-detect-creative-zen-x-fi.txt163 usb_clear_halt() on IN endpoint: Protocol error
164 usb_clear_halt() on OUT endpoint: Protocol error
165 usb_clear_halt() on INTERRUPT endpoint: Protocol error
Dmtp-detect-samsung-gt-s7710.txt10 usb_clear_halt() on IN endpoint: Device or resource busy
11 usb_clear_halt() on OUT endpoint: Device or resource busy
12 usb_clear_halt() on INTERRUPT endpoint: Device or resource busy
Dmtp-detect-iriver-e100v2.txt320 usb_clear_halt() on INTERRUPT endpoint: Broken pipe
Dmtp-detect-iriver-e100.txt315 usb_clear_halt() on INTERRUPT endpoint: Broken pipe
/external/u-boot/common/
Dusb_storage.c410 usb_clear_halt(us->pusb_dev, pipe); in us_one_transfer()
484 result = usb_clear_halt(us->pusb_dev, pipe); in usb_stor_BBB_reset()
491 result = usb_clear_halt(us->pusb_dev, pipe); in usb_stor_BBB_reset()
522 usb_clear_halt(us->pusb_dev, usb_rcvbulkpipe(us->pusb_dev, us->ep_in)); in usb_stor_CB_reset()
523 usb_clear_halt(us->pusb_dev, usb_rcvbulkpipe(us->pusb_dev, us->ep_out)); in usb_stor_CB_reset()
618 usb_clear_halt(us->pusb_dev, in usb_stor_CB_comdat()
Dusb.c525 int usb_clear_halt(struct usb_device *dev, int pipe) in usb_clear_halt() function
/external/libusb-compat/
DREADME12 equivalent to calling usb_clear_halt().
/external/libusb-compat/libusb/
Dusb.h316 int usb_clear_halt(usb_dev_handle *dev, unsigned int ep);
Dcore.c731 return compat_err(usb_clear_halt(dev, ep)); in usb_resetep()
734 API_EXPORTED int usb_clear_halt(usb_dev_handle *dev, unsigned int ep) in usb_clear_halt() function
/external/libmtp/src/
Dlibusb-glue.c391 usb_clear_halt(devh, 0); in probe_device_descriptor()
1819 ret = usb_clear_halt(ptp_usb->handle,ptp_usb->inep); in clear_halt()
1823 ret = usb_clear_halt(ptp_usb->handle,ptp_usb->outep); in clear_halt()
1827 ret = usb_clear_halt(ptp_usb->handle,ptp_usb->intep); in clear_halt()
/external/u-boot/include/
Dusb.h276 int usb_clear_halt(struct usb_device *dev, int pipe);

12