Lines Matching refs:ucom_softc
173 struct ucom_softc sc_ucom;
201 static void uvisor_free(struct ucom_softc *);
202 static void uvisor_cfg_open(struct ucom_softc *);
203 static void uvisor_cfg_close(struct ucom_softc *);
204 static void uvisor_start_read(struct ucom_softc *);
205 static void uvisor_stop_read(struct ucom_softc *);
206 static void uvisor_start_write(struct ucom_softc *);
207 static void uvisor_stop_write(struct ucom_softc *);
392 uvisor_free(struct ucom_softc *ucom) in uvisor_free()
547 uvisor_cfg_open(struct ucom_softc *ucom) in uvisor_cfg_open()
553 uvisor_cfg_close(struct ucom_softc *ucom) in uvisor_cfg_close()
575 uvisor_start_read(struct ucom_softc *ucom) in uvisor_start_read()
583 uvisor_stop_read(struct ucom_softc *ucom) in uvisor_stop_read()
591 uvisor_start_write(struct ucom_softc *ucom) in uvisor_start_write()
599 uvisor_stop_write(struct ucom_softc *ucom) in uvisor_stop_write()