Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
3335 struct rtw89_ser { struct3336 u8 state;3337 u8 alarm_event;3339 struct work_struct ser_hdl_work;3340 struct delayed_work ser_alarm_work;3341 const struct state_ent *st_tbl;3342 const struct event_ent *ev_tbl;3343 struct list_head msg_q;3344 spinlock_t msg_q_lock; /* lock when read/write ser msg */