Lines Matching refs:uchcom_softc
163 struct uchcom_softc { struct
225 static void uchcom_update_version(struct uchcom_softc *);
226 static void uchcom_convert_status(struct uchcom_softc *, uint8_t);
227 static void uchcom_update_status(struct uchcom_softc *);
228 static void uchcom_set_dtr_rts(struct uchcom_softc *);
230 static void uchcom_set_baudrate(struct uchcom_softc *, uint32_t);
236 static void uchcom_free_softc(struct uchcom_softc *);
313 struct uchcom_softc *sc = device_get_softc(dev); in uchcom_attach()
374 struct uchcom_softc *sc = device_get_softc(dev); in uchcom_detach()
391 uchcom_free_softc(struct uchcom_softc *sc) in uchcom_free_softc()
410 uchcom_ctrl_write(struct uchcom_softc *sc, uint8_t reqno, in uchcom_ctrl_write()
428 uchcom_ctrl_read(struct uchcom_softc *sc, uint8_t reqno, in uchcom_ctrl_read()
446 uchcom_write_reg(struct uchcom_softc *sc, in uchcom_write_reg()
458 uchcom_read_reg(struct uchcom_softc *sc, in uchcom_read_reg()
478 uchcom_get_version(struct uchcom_softc *sc, uint8_t *rver) in uchcom_get_version()
489 uchcom_get_status(struct uchcom_softc *sc, uint8_t *rval) in uchcom_get_status()
495 uchcom_set_dtr_rts_10(struct uchcom_softc *sc, uint8_t val) in uchcom_set_dtr_rts_10()
501 uchcom_set_dtr_rts_20(struct uchcom_softc *sc, uint8_t val) in uchcom_set_dtr_rts_20()
511 uchcom_update_version(struct uchcom_softc *sc) in uchcom_update_version()
518 uchcom_convert_status(struct uchcom_softc *sc, uint8_t cur) in uchcom_convert_status()
528 uchcom_update_status(struct uchcom_softc *sc) in uchcom_update_status()
537 uchcom_set_dtr_rts(struct uchcom_softc *sc) in uchcom_set_dtr_rts()
555 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_cfg_set_break()
614 uchcom_set_baudrate(struct uchcom_softc *sc, uint32_t rate) in uchcom_set_baudrate()
639 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_cfg_get_status()
651 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_cfg_set_dtr()
662 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_cfg_set_rts()
673 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_cfg_open()
706 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_cfg_param()
738 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_start_read()
750 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_stop_read()
762 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_start_write()
770 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_stop_write()
781 struct uchcom_softc *sc = usbd_xfer_softc(xfer); in uchcom_intr_callback()
823 struct uchcom_softc *sc = usbd_xfer_softc(xfer); in uchcom_write_callback()
854 struct uchcom_softc *sc = usbd_xfer_softc(xfer); in uchcom_read_callback()
887 struct uchcom_softc *sc = ucom->sc_parent; in uchcom_poll()
902 .size = sizeof(struct uchcom_softc)