Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ps.c65 struct cmd_ps { struct
66 struct phl_info_t *phl_info;
67 void *dispr;
68 _os_timer ps_timer;
70 struct phl_queue req_busy_q;
71 struct phl_queue req_idle_q;
72 struct pwr_req req_pool[MAX_PWE_REQ_NUM];
74 bool rej_pwr_req; /* reject all pwr request */
75 bool btc_req_pwr; /* btc request pwr or not */
76 bool stop_datapath;
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ps.c86 struct cmd_ps { struct
87 struct phl_info_t *phl_info;
88 void *dispr;
89 _os_timer ps_timer;
91 struct phl_queue req_busy_q;
92 struct phl_queue req_idle_q;
93 struct pwr_req req_pool[MAX_PWE_REQ_NUM];
95 bool rej_pwr_req; /* reject all pwr request */
96 bool btc_req_pwr; /* btc request pwr or not */
97 bool stop_datapath;
[all …]