Searched refs:temp_at_states (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | ev-layer.c | 716 list_add(&ret->list, &cs->temp_at_states); in get_free_channel() 800 list_for_each_entry(at_state, &cs->temp_at_states, list) in at_state_from_cid() 1011 list_for_each_entry(at_state, &cs->temp_at_states, list) in at_state_invalid() 1057 if (cs->cur_at_seq || !list_empty(&cs->temp_at_states) || in do_lock() 1727 && list_empty(&cs->temp_at_states) in process_command_flags() 1778 list_for_each_entry(at_state, &cs->temp_at_states, list) in process_command_flags()
|
D | common.c | 170 list_for_each_entry(at_state, &cs->temp_at_states, list) in timer_tick() 376 list_for_each_entry_safe(cur, next, &cs->temp_at_states, list) { in dealloc_temp_at_states() 685 INIT_LIST_HEAD(&cs->temp_at_states); in gigaset_initcs()
|
D | gigaset.h | 427 struct list_head temp_at_states;/* list of temporary "struct member
|