Searched refs:proto_cfg (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_ps.c | 408 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 D | phl_ps.h | 35 bool proto_cfg; /* whether to configure protocol */ member
|
| H A D | phl_cmd_ps.c | 290 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 D | phl_ps.c | 408 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 D | phl_ps.h | 35 bool proto_cfg; /* whether to configure protocol */ member
|
| H A D | phl_cmd_ps.c | 269 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()
|