Searched refs:auto_sel (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | antsel.c | 80 bool auto_sel) in brcms_c_antsel_init_cfg() argument 84 ((asi->antsel_avail && auto_sel) ? ANT_SELCFG_AUTO : 0); in brcms_c_antsel_init_cfg()
|
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 1764 u64 auto_sel; 1770 ret = cppc_get_reg_val(cpu, AUTO_SEL_ENABLE, &auto_sel); 1774 *enable = (bool)auto_sel; in cppc_set_auto_sel() 1818 u64 desired_perf = 0, min = 0, max = 0, energy_perf = 0, auto_sel = 0; in cppc_get_perf() 1887 ret = cpc_read(cpu, auto_sel_reg, &auto_sel); 1891 perf_ctrls->auto_sel = (bool)auto_sel; 1750 u64 auto_sel; cppc_get_auto_sel() local 1804 u64 desired_perf = 0, min = 0, max = 0, energy_perf = 0, auto_sel = 0; cppc_get_perf() local
|
| /linux/drivers/cpufreq/ |
| H A D | amd-pstate.c | 510 bool auto_sel; in shmem_init_perf() 532 ret = cppc_get_auto_sel(cpudata->cpu, &auto_sel); in shmem_init_perf() 534 pr_warn("failed to get auto_sel, ret: %d\n", ret); in shmem_init_perf() 542 pr_warn("failed to set auto_sel, ret: %d\n", ret); in shmem_init_perf() 513 bool auto_sel; shmem_init_perf() local
|