Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
4545 struct rtw89_ser { struct4546 u8 state;4547 u8 alarm_event;4548 bool prehandle_l1;4550 struct work_struct ser_hdl_work;4551 struct delayed_work ser_alarm_work;4552 const struct state_ent *st_tbl;4553 const struct event_ent *ev_tbl;4554 struct list_head msg_q;4555 spinlock_t msg_q_lock; /* lock when read/write ser msg */