Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh152 local CHIP_LIST=$(find "/sys/devices/platform/$DEV_NAME" \
154 local CHIP_COUNT=$(echo "$CHIP_LIST" | wc -l)
156 if [ -z "$CHIP_LIST" ]; then
159 fail "Multiple gpiochips unexpectedly found: $CHIP_LIST"
161 basename "$CHIP_LIST"