Home | History | Annotate | Download | only in angler

Lines Matching refs:bcl

23 # disable thermal bcl hotplug to switch governor
25 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode disable
26 bcl_hotplug_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_mask 0`
27 bcl_hotplug_soc_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_soc_mask 0`
28 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode enable
109 # re-enable thermal and BCL hotplug
111 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode disable
112 get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_mask $bcl_hotplug_mask
113 get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_soc_mask $bcl_hotplug_soc_mask
114 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode enable