Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Drtw_cmd.h59 struct evt_priv { struct
60 struct work_struct c2h_wk;
61 bool c2h_wk_alive;
62 struct rtw_cbuf *c2h_queue;
65 atomic_t event_seq;
66 u8 *evt_buf; /* shall be non-paged, and 4 bytes aligned */
67 u8 *evt_allocated_buf;
68 u32 evt_done_cnt;
69 u8 *c2h_mem;
70 u8 *allocated_c2h_mem;
/linux-6.3-rc2/drivers/staging/rtl8712/
A Drtl871x_cmd.h63 struct evt_priv { struct
64 struct __queue evt_queue;
88 int r8712_init_evt_priv(struct evt_priv *pevtpriv); argument

Completed in 8 milliseconds