Home
last modified time | relevance | path

Searched defs:evt_priv (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_cmd.h60 struct evt_priv { struct
61 _workitem c2h_wk;
62 bool c2h_wk_alive;
63 struct rtw_cbuf *c2h_queue;
66 atomic_t event_seq;
67 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */
68 u8 *evt_allocated_buf;
69 u32 evt_done_cnt;
70 u8 *c2h_mem;
71 u8 *allocated_c2h_mem;
/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_cmd.h75 struct evt_priv { struct
76 struct __queue evt_queue;
77 u8 event_seq;
101 u32 r8712_init_evt_priv(struct evt_priv *pevtpriv); argument