Searched refs:tws_get_state (Results 1 – 3 of 3) sorted by relevance
56 extern uint8_t tws_get_state(struct tws_softc *sc);97 if ( tws_get_state(sc) != TWS_ONLINE) { in tws_passthru()113 if ( tws_get_state(sc) != TWS_ONLINE) { in tws_passthru()
116 extern uint8_t tws_get_state(struct tws_softc *sc);1038 if ( tws_get_state(sc) == TWS_RESET ) { in tws_intr()1042 if ( tws_get_state(sc) != TWS_ONLINE ) { in tws_intr()1131 if ( tws_get_state(sc) == TWS_RESET ) { in tws_timeout()1166 if ( tws_get_state(sc) == TWS_RESET ) { in tws_reset()1197 if ( tws_get_state(sc) != TWS_RESET ) { in tws_reset_cb()
71 uint8_t tws_get_state(struct tws_softc *sc);766 tws_get_state(struct tws_softc *sc) in tws_get_state() function