Searched defs:umodem_softc (Results 1 – 1 of 1) sorted by relevance
174 struct umodem_softc { struct175 struct ucom_super_softc sc_super_ucom;176 struct ucom_softc sc_ucom;201 static void umodem_free_softc(struct umodem_softc *); argument