Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
4236 struct rtw89_ser { struct4237 u8 state;4238 u8 alarm_event;4239 bool prehandle_l1;4241 struct work_struct ser_hdl_work;4242 struct delayed_work ser_alarm_work;4243 const struct state_ent *st_tbl;4244 const struct event_ent *ev_tbl;4245 struct list_head msg_q;4246 spinlock_t msg_q_lock; /* lock when read/write ser msg */