Searched defs:rtw89_ser (Results 1 – 1 of 1) sorted by relevance
5533 struct rtw89_ser { struct5534 u8 state;5535 u8 alarm_event;5536 bool prehandle_l1;5538 struct work_struct ser_hdl_work;5539 struct delayed_work ser_alarm_work;5540 const struct state_ent *st_tbl;5541 const struct event_ent *ev_tbl;5542 struct list_head msg_q;5543 spinlock_t msg_q_lock; /* lock when read/write ser msg */