Home
last modified time | relevance | path

Searched refs:usbh_pl2303 (Results 1 – 5 of 5) sorted by relevance

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_pl2303.h27 struct usbh_pl2303 { struct
48 int usbh_pl2303_set_line_coding(struct usbh_pl2303 *pl2303_class, struct cdc_line_coding *line_codi… argument
49 int usbh_pl2303_get_line_coding(struct usbh_pl2303 *pl2303_class, struct cdc_line_coding *line_codi…
50 int usbh_pl2303_set_line_state(struct usbh_pl2303 *pl2303_class, bool dtr, bool rts);
52 int usbh_pl2303_bulk_in_transfer(struct usbh_pl2303 *pl2303_class, uint8_t *buffer, uint32_t buflen…
53 int usbh_pl2303_bulk_out_transfer(struct usbh_pl2303 *pl2303_class, uint8_t *buffer, uint32_t bufle…
55 void usbh_pl2303_run(struct usbh_pl2303 *pl2303_class);
56 void usbh_pl2303_stop(struct usbh_pl2303 *pl2303_class);
A Dusbh_pl2303.c23 static struct usbh_pl2303 g_pl2303_class[CONFIG_USBHOST_MAX_PL2303_CLASS];
26 static struct usbh_pl2303 *usbh_pl2303_class_alloc(void) in usbh_pl2303_class_alloc()
33 memset(&g_pl2303_class[devno], 0, sizeof(struct usbh_pl2303)); in usbh_pl2303_class_alloc()
41 static void usbh_pl2303_class_free(struct usbh_pl2303 *pl2303_class) in usbh_pl2303_class_free()
48 memset(pl2303_class, 0, sizeof(struct usbh_pl2303)); in usbh_pl2303_class_free()
51 static int usbh_pl2303_get_chiptype(struct usbh_pl2303 *pl2303_class) in usbh_pl2303_get_chiptype()
130 static int usbh_pl2303_do(struct usbh_pl2303 *pl2303_class, in usbh_pl2303_do()
217 struct usbh_pl2303 *pl2303_class = usbh_pl2303_class_alloc(); in usbh_pl2303_connect()
366 struct usbh_pl2303 *pl2303_class = (struct usbh_pl2303 *)hport->config.intf[intf].priv; in usbh_pl2303_disconnect()
415 __WEAK void usbh_pl2303_run(struct usbh_pl2303 *pl2303_class) in usbh_pl2303_run()
[all …]
/components/drivers/usb/cherryusb/platform/rtthread/
A Dusbh_serial.c247 …ret = usbh_pl2303_bulk_out_transfer((struct usbh_pl2303 *)dev->user_data, (uint8_t *)align_buf, si… in usbh_serial_write()
363 struct usbh_pl2303 *pl2303_class; in usbh_serial_control()
364 pl2303_class = (struct usbh_pl2303 *)dev->user_data; in usbh_serial_control()
859 struct usbh_pl2303 *pl2303_class = (struct usbh_pl2303 *)arg; in usbh_pl2303_callback()
880 void usbh_pl2303_run(struct usbh_pl2303 *pl2303_class) in usbh_pl2303_run()
907 void usbh_pl2303_stop(struct usbh_pl2303 *pl2303_class) in usbh_pl2303_stop()
/components/drivers/usb/cherryusb/
A DSConscript298 src += Glob('class/vendor/serial/usbh_pl2303.c')
A Dcherryusb.cmake247 list(APPEND cherryusb_srcs ${CMAKE_CURRENT_LIST_DIR}/class/vendor/serial/usbh_pl2303.c)

Completed in 12 milliseconds