Home
last modified time | relevance | path

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

/linux/tools/leds/
A Dget_led_device_info.sh16 led_defs_path=$linux_top/$led_common_defs_path
18 led_defs_path=`realpath $2`
24 if [ ! -f $led_defs_path ]; then
25 echo "$led_defs_path doesn't exist"
182 color_id_definition=$(cat $led_defs_path | grep "_$color_upper\s" | awk '{print $2}')
186 print_msg_failed "$S_CLR" "$color" "Definition not found in $led_defs_path"
194 fun_definition=$(cat $led_defs_path | grep "\"$function\"" | awk '{print $2}')
198 print_msg_failed "$S_FUN" "$function" "Definition not found in $led_defs_path"

Completed in 4 milliseconds