Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.c94 setup->bRequest = PL2303_SET_REQUEST; in usbh_pl2303_get_chiptype()
239 setup->bRequest = PL2303_SET_REQUEST; in usbh_pl2303_connect()
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()
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 …]
A Dusbh_pl2303.h11 #define PL2303_SET_REQUEST 0x01 macro

Completed in 5 milliseconds