Searched refs:temp_at_states (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/drivers/isdn/gigaset/ |
D | ev-layer.c | 719 list_add(&ret->list, &cs->temp_at_states); in get_free_channel() 803 list_for_each_entry(at_state, &cs->temp_at_states, list) in at_state_from_cid() 1014 list_for_each_entry(at_state, &cs->temp_at_states, list) in at_state_invalid() 1060 if (cs->cur_at_seq || !list_empty(&cs->temp_at_states) || in do_lock() 1730 && list_empty(&cs->temp_at_states) in process_command_flags() 1781 list_for_each_entry(at_state, &cs->temp_at_states, list) in process_command_flags()
|
D | common.c | 173 list_for_each_entry(at_state, &cs->temp_at_states, list) in timer_tick() 379 list_for_each_entry_safe(cur, next, &cs->temp_at_states, list) { in dealloc_temp_at_states() 688 INIT_LIST_HEAD(&cs->temp_at_states); in gigaset_initcs()
|
D | gigaset.h | 430 struct list_head temp_at_states;/* list of temporary "struct member
|