Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
5317 struct rtw89_ser { struct5318 u8 state;5319 u8 alarm_event;5320 bool prehandle_l1;5322 struct work_struct ser_hdl_work;5323 struct delayed_work ser_alarm_work;5324 const struct state_ent *st_tbl;5325 const struct event_ent *ev_tbl;5326 struct list_head msg_q;5327 spinlock_t msg_q_lock; /* lock when read/write ser msg */