Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
4242 struct rtw89_ser { struct4243 u8 state;4244 u8 alarm_event;4245 bool prehandle_l1;4247 struct work_struct ser_hdl_work;4248 struct delayed_work ser_alarm_work;4249 const struct state_ent *st_tbl;4250 const struct event_ent *ev_tbl;4251 struct list_head msg_q;4252 spinlock_t msg_q_lock; /* lock when read/write ser msg */