Searched refs:touch_path (Results 1 – 1 of 1) sorted by relevance
76 touch_path=/sys/devices/${touch_driver_link#*devices/}77 debug "sysfs touch path: $touch_path"79 [ -f $touch_path/doreflash ] || error_and_leave 580 [ -f $touch_path/poweron ] || error_and_leave 584 readiness=$(cat $touch_path/poweron)103 debug "retrieving property: [$touch_path/$1]"104 property=$(cat $touch_path/$1 2> /dev/null)182 echo 1 > $touch_path/forcereflash184 echo $firmware_file > $touch_path/doreflash205 unset touch_driver_link firmware_path touch_path