Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh683 VAL_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio${LINE}/value"
684 test $(cat $VAL_PATH) = "0" || fail "incorrect value read from sysfs"
688 test "$(cat $VAL_PATH)" = "1" || fail "incorrect value read from sysfs"
703 VAL_PATH="/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio${LINE}/value"
705 test $(cat "$VAL_PATH") = "1" || fail "incorrect value read from sysfs"