Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/
H A Dhost_poweroff.sh23 if [ -n "$HOST_LED_PWR" ]; then
24 echo 'none' > /sys/class/leds/"$HOST_LED_PWR"/trigger || true
25 echo '0' > /sys/class/leds/"$HOST_LED_PWR"/brightness || true
H A Dhost_poweron.sh23 if [ -n "$HOST_LED_PWR" ]; then
24 echo 'none' > /sys/class/leds/"$HOST_LED_PWR"/trigger || true
25 echo '255' > /sys/class/leds/"$HOST_LED_PWR"/brightness || true
H A Dlib.sh28 HOST_LED_PWR=''