Searched refs:usbh_pl2303_do (Results 1 – 1 of 1) sorted by relevance
| /components/drivers/usb/cherryusb/class/vendor/serial/ |
| A D | usbh_pl2303.c | 130 static int usbh_pl2303_do(struct usbh_pl2303 *pl2303_class, in usbh_pl2303_do() function 260 ret = usbh_pl2303_do(pl2303_class, UT_WRITE_VENDOR_DEVICE, PL2303_SET_REQUEST, 8, 0, 0); in usbh_pl2303_connect() 265 ret = usbh_pl2303_do(pl2303_class, UT_WRITE_VENDOR_DEVICE, PL2303_SET_REQUEST, 9, 0, 0); in usbh_pl2303_connect() 281 … if (usbh_pl2303_do(pl2303_class, UT_READ_VENDOR_DEVICE, PL2303_SET_REQUEST, 0x8484, 0, 1) < 0 || in usbh_pl2303_connect() 283 … usbh_pl2303_do(pl2303_class, UT_READ_VENDOR_DEVICE, PL2303_SET_REQUEST, 0x8484, 0, 1) < 0 || in usbh_pl2303_connect() 284 … usbh_pl2303_do(pl2303_class, UT_READ_VENDOR_DEVICE, PL2303_SET_REQUEST, 0x8383, 0, 1) < 0 || in usbh_pl2303_connect() 285 … usbh_pl2303_do(pl2303_class, UT_READ_VENDOR_DEVICE, PL2303_SET_REQUEST, 0x8484, 0, 1) < 0 || in usbh_pl2303_connect() 289 … usbh_pl2303_do(pl2303_class, UT_WRITE_VENDOR_DEVICE, PL2303_SET_REQUEST, 0, 1, 0) < 0 || in usbh_pl2303_connect() 290 … usbh_pl2303_do(pl2303_class, UT_WRITE_VENDOR_DEVICE, PL2303_SET_REQUEST, 1, 0, 0) < 0) { in usbh_pl2303_connect() 297 … ret = usbh_pl2303_do(pl2303_class, UT_WRITE_VENDOR_DEVICE, PL2303_SET_REQUEST, 2, 0x44, 0); in usbh_pl2303_connect() [all …]
|
Completed in 7 milliseconds