Searched refs:tws_get_state (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/tws/
H A Dtws_user.c58 extern uint8_t tws_get_state(struct tws_softc *sc);
99 if ( tws_get_state(sc) != TWS_ONLINE) {
115 if ( tws_get_state(sc) != TWS_ONLINE) {
H A Dtws_cam.c118 extern uint8_t tws_get_state(struct tws_softc *sc);
1040 if ( tws_get_state(sc) == TWS_RESET ) {
1044 if ( tws_get_state(sc) != TWS_ONLINE ) {
1135 if ( tws_get_state(sc) == TWS_RESET ) {
1170 if ( tws_get_state(sc) == TWS_RESET ) {
1201 if ( tws_get_state(sc) != TWS_RESET ) {
H A Dtws.c73 uint8_t tws_get_state(struct tws_softc *sc);
769 tws_get_state(struct tws_softc *sc) function

Completed in 96 milliseconds