Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_sysfs_thermal_cfg.c62 uint32_t val1, val2, val3, val4, val7; in __hdd_sysfs_thermal_cfg_store() local
136 if (kstrtou32(token, 0, &val7)) in __hdd_sysfs_thermal_cfg_store()
141 val4 < 0 || val4 > 3 || val5 < 0 || val6 < 0 || val7 < 0 || in __hdd_sysfs_thermal_cfg_store()
149 therm_cfg_params.levelconf[0].tmplwm = val7; in __hdd_sysfs_thermal_cfg_store()
161 if (!val7) { in __hdd_sysfs_thermal_cfg_store()