Lines Matching refs:ucom_softc
81 struct ucom_softc *sc_ucom_ptr;
87 struct ucom_softc sc_ucom[UGENSA_PORT_MAX];
104 static void ugensa_free(struct ucom_softc *);
105 static void ugensa_start_read(struct ucom_softc *);
106 static void ugensa_stop_read(struct ucom_softc *);
107 static void ugensa_start_write(struct ucom_softc *);
108 static void ugensa_stop_write(struct ucom_softc *);
109 static void ugensa_poll(struct ucom_softc *ucom);
297 ugensa_free(struct ucom_softc *ucom) in ugensa_free()
362 ugensa_start_read(struct ucom_softc *ucom) in ugensa_start_read()
371 ugensa_stop_read(struct ucom_softc *ucom) in ugensa_stop_read()
380 ugensa_start_write(struct ucom_softc *ucom) in ugensa_start_write()
389 ugensa_stop_write(struct ucom_softc *ucom) in ugensa_stop_write()
398 ugensa_poll(struct ucom_softc *ucom) in ugensa_poll()