OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpubw
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/
init.power.sh
78
for
cpubw
in /sys/class/devfreq/*qcom,
cpubw
* ; do
79
write $
cpubw
/governor "bw_hwmon"
80
write $
cpubw
/polling_interval 50
81
write $
cpubw
/min_freq 1525
82
write $
cpubw
/bw_hwmon/mbps_zones "1525 5195 11863 13763"
83
write $
cpubw
/bw_hwmon/sample_ms 4
84
write $
cpubw
/bw_hwmon/io_percent 34
85
write $
cpubw
/bw_hwmon/hist_memory 20
86
write $
cpubw
/bw_hwmon/hyst_length 1
[
all
...]
/device/huawei/angler/
init.angler.power.sh
104
get-set-forall /sys/class/devfreq/qcom,
cpubw
*/governor bw_hwmon
/device/lge/bullhead/
init.bullhead.power.sh
116
get-set-forall /sys/class/devfreq/qcom,
cpubw
*/governor bw_hwmon
Completed in 142 milliseconds