Home
last modified time | relevance | path

Searched refs:proto_cfg (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_ps.c408 if (cfg->proto_cfg) { in phl_ps_lps_enter()
439 if (cfg->proto_cfg) { in phl_ps_lps_leave()
464 if (cfg->proto_cfg) { in phl_ps_ips_enter()
495 if (cfg->proto_cfg) { in phl_ps_ips_leave()
513 cfg->macid, (cfg->token == NULL) ? 0xFF : *cfg->token, cfg->proto_cfg, cfg->pwr_cfg); in phl_ps_enter_ps()
530 cfg->macid, (cfg->token == NULL) ? 0xFF : *cfg->token, cfg->proto_cfg, cfg->pwr_cfg); in phl_ps_leave_ps()
H A Dphl_ps.h35 bool proto_cfg; /* whether to configure protocol */ member
H A Dphl_cmd_ps.c290 cfg.proto_cfg = false; in _leave_ps()
294 cfg.proto_cfg = true; in _leave_ps()
297 cfg.proto_cfg = true; in _leave_ps()
307 cfg.proto_cfg = (cfg.cur_pwr_lvl == PS_PWR_LVL_PWROFF) ? false : true; in _leave_ps()
365 cfg.proto_cfg = (ps->ps_state == PS_STATE_PROTO) ? false : true; in _enter_ps()
381 cfg.proto_cfg = (cfg.pwr_lvl == PS_PWR_LVL_PWROFF) ? false : true; in _enter_ps()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_ps.c408 if (cfg->proto_cfg) { in phl_ps_lps_enter()
439 if (cfg->proto_cfg) { in phl_ps_lps_leave()
508 cfg->macid, (cfg->token == NULL) ? 0xFF : *cfg->token, cfg->proto_cfg, cfg->pwr_cfg); in phl_ps_enter_ps()
525 cfg->macid, (cfg->token == NULL) ? 0xFF : *cfg->token, cfg->proto_cfg, cfg->pwr_cfg); in phl_ps_leave_ps()
H A Dphl_ps.h35 bool proto_cfg; /* whether to configure protocol */ member
H A Dphl_cmd_ps.c269 cfg.proto_cfg = false; in _leave_ps()
273 cfg.proto_cfg = true; in _leave_ps()
276 cfg.proto_cfg = true; in _leave_ps()
342 cfg.proto_cfg = (ps->ps_state == PS_STATE_PROTO) ? false : true; in _enter_ps()