Home
last modified time | relevance | path

Searched refs:ConState (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/isdn/gigaset/
Dev-layer.c1215 at_state->ConState = 700; in do_action()
1418 __func__, at_state->ConState); in do_action()
1423 __func__, ev->type, at_state->ConState); in do_action()
1427 __func__, ev->type, at_state->ConState); in do_action()
1431 ev->parameter, at_state->ConState); in do_action()
1560 at_state->ConState, ev->type); in process_event()
1606 __func__, ev->type, at_state->ConState); in process_event()
1610 && ((int) at_state->ConState >= rep->min_ConState) in process_event()
1612 || (int) at_state->ConState <= rep->max_ConState) in process_event()
1632 at_state->ConState = rep->new_ConState; in process_event()
Dcommon.c533 at_state->ConState = 0; in gigaset_at_init()
796 bcs->at_state.ConState = 0; in gigaset_bcs_reinit()
Dgigaset.h340 unsigned int ConState; /* State of connection */ member