Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/gpio/
H A Dgpio-aggregator.sh40 for CHIP_DIR in "$CONFIGFS_SIM_DIR"/*; do
41 [ -d "$CHIP_DIR" ] || continue
42 echo 0 > "$CHIP_DIR/live"
43 find "$CHIP_DIR" -depth -type d -exec rmdir {} \;
130 for CHIP_DIR in "$CONFIGFS_AGG_DIR"/*; do
131 [ -d "$CHIP_DIR" ] || continue
132 echo 0 > "$CHIP_DIR/live" 2> /dev/null
133 find "$CHIP_DIR" -depth -type d -exec rmdir {} \;