Searched refs:ubsa_softc (Results 1 – 1 of 1) sorted by relevance
156 struct ubsa_softc { struct173 static void ubsa_free_softc(struct ubsa_softc *); argument179 static void ubsa_cfg_request(struct ubsa_softc *, uint8_t, uint16_t);267 .size = sizeof(struct ubsa_softc),297 struct ubsa_softc *sc = device_get_softc(dev); in ubsa_attach()341 struct ubsa_softc *sc = device_get_softc(dev); in ubsa_detach()358 ubsa_free_softc(struct ubsa_softc *sc) in ubsa_free_softc()373 ubsa_cfg_request(struct ubsa_softc *sc, uint8_t index, uint16_t value) in ubsa_cfg_request()396 struct ubsa_softc *sc = ucom->sc_parent; in ubsa_cfg_set_dtr()406 struct ubsa_softc *sc = ucom->sc_parent; in ubsa_cfg_set_rts()[all …]