Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
5517 struct rtw89_ser { struct5518 u8 state;5519 u8 alarm_event;5520 bool prehandle_l1;5522 struct work_struct ser_hdl_work;5523 struct delayed_work ser_alarm_work;5524 const struct state_ent *st_tbl;5525 const struct event_ent *ev_tbl;5526 struct list_head msg_q;5527 spinlock_t msg_q_lock; /* lock when read/write ser msg */