Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
5155 struct rtw89_ser { struct5156 u8 state;5157 u8 alarm_event;5158 bool prehandle_l1;5160 struct work_struct ser_hdl_work;5161 struct delayed_work ser_alarm_work;5162 const struct state_ent *st_tbl;5163 const struct event_ent *ev_tbl;5164 struct list_head msg_q;5165 spinlock_t msg_q_lock; /* lock when read/write ser msg */