Lines Matching full:lines
30 LINES=`ls $CONFIGFS_DIR/$CHIP/$BANK/ | grep -E ^line`
32 for LINE in $LINES; do
76 fail "Unable to set the number of lines"
128 $BASE_DIR/gpio-chip-info /dev/`configfs_chip_name $CHIP $BANK` num-lines || \
129 fail "unable to read the number of lines from the character device"
205 echo "2.1. Default number of lines is 1"
209 test "`get_chip_num_lines chip bank`" = "1" || fail "default number of lines is not 1"
213 echo "2.2. Number of lines can be specified"
218 test "`get_chip_num_lines chip bank`" = "16" || fail "number of lines is not 16"
251 echo "2.6. Line config can remain unused if offset is greater than number of lines"
290 fail "Setting number of lines of a live chip should fail"
323 echo "2.14. Lines can be hogged"