Searched defs:pl2303_class (Results 1 – 2 of 2) sorted by relevance
41 static void usbh_pl2303_class_free(struct usbh_pl2303 *pl2303_class) 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()150 int usbh_pl2303_set_line_coding(struct usbh_pl2303 *pl2303_class, struct cdc_line_coding *line_codi… in usbh_pl2303_set_line_coding()170 int usbh_pl2303_get_line_coding(struct usbh_pl2303 *pl2303_class, struct cdc_line_coding *line_codi… in usbh_pl2303_get_line_coding()194 int usbh_pl2303_set_line_state(struct usbh_pl2303 *pl2303_class, bool dtr, bool rts) in usbh_pl2303_set_line_state()217 struct usbh_pl2303 *pl2303_class = usbh_pl2303_class_alloc(); in usbh_pl2303_connect() local366 struct usbh_pl2303 *pl2303_class = (struct usbh_pl2303 *)hport->config.intf[intf].priv; in usbh_pl2303_disconnect() local389 int usbh_pl2303_bulk_in_transfer(struct usbh_pl2303 *pl2303_class, uint8_t *buffer, uint32_t buflen… in usbh_pl2303_bulk_in_transfer()415 __WEAK void usbh_pl2303_run(struct usbh_pl2303 *pl2303_class) in usbh_pl2303_run()[all …]
363 struct usbh_pl2303 *pl2303_class; in usbh_serial_control() local859 struct usbh_pl2303 *pl2303_class = (struct usbh_pl2303 *)arg; in usbh_pl2303_callback() local880 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()
Completed in 5 milliseconds