Searched defs:ace_device (Results 1 – 1 of 1) sorted by relevance
173 struct ace_device { struct175 int id;176 int media_change;177 int users;178 struct list_head list;181 struct tasklet_struct fsm_tasklet;182 uint fsm_task; /* Current activity (ACE_TASK_*) */183 uint fsm_state; /* Current state (ACE_FSM_STATE_*) */184 uint fsm_continue_flag; /* cleared to exit FSM mainloop */185 uint fsm_iter_num;[all …]