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