Home | History | Annotate | Download | only in bullhead

Lines Matching refs:bcl

27 # disable thermal bcl hotplug to switch governor
29 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode disable
30 bcl_hotplug_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_mask 0`
31 bcl_hotplug_soc_mask=`get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_soc_mask 0`
32 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode enable
121 # re-enable thermal and BCL hotplug
123 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode disable
124 get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_mask $bcl_hotplug_mask
125 get-set-forall /sys/devices/soc.0/qcom,bcl.*/hotplug_soc_mask $bcl_hotplug_soc_mask
126 get-set-forall /sys/devices/soc.0/qcom,bcl.*/mode enable