Lines Matching full:then
7 if [ $num_args -eq 1 ]; then
17 elif [ $num_args -eq 2 ]; then
24 if [ ! -f $led_defs_path ]; then
32 if [ $? -ne 0 ]; then
42 if [ "$bus" = "input" ]; then
44 if [ ! -z "$usb_subdev" ]; then
49 if [ "$bus" = "usb" ]; then
53 if [ -d "$usb_interface/ieee80211" ]; then
60 elif [ "$bus" = "input" ]; then
64 elif [ $of_node_missing -eq 0 ]; then
67 if [ "$compatible" = "gpio-leds" ]; then
69 elif [ "$compatible" = "pwm-leds" ]; then
86 if [ ! -z "$idVendor" ]; then
90 if [ ! -z "$idProduct" ]; then
94 if [ ! -z "$manufacturer" ]; then
98 if [ ! -z "$product" ]; then
102 if [ ! -z "$driver" ]; then
106 if [ ! -z "$input_node" ]; then
118 if [ $num_sections -eq 1 ]; then
121 elif [ $num_sections -eq 2 ]; then
124 elif [ $num_sections -eq 3 ]; then
154 if [ ! -z "$input_node" ]; then
156 elif [ ! -z "$wifi_phy" ]; then
160 if [ ! -z "$devicename" ]; then
161 if [ ! -z "$expected_devname" ]; then
162 if [ "$devicename" = "$expected_devname" ]; then
168 if [ "$devicename" = "$manufacturer" ]; then
170 elif [ "$devicename" = "$product" ]; then
176 elif [ ! -z "$expected_devname" ]; then
180 if [ ! -z "$color" ]; then
183 if [ ! -z "$color_id_definition" ]; then
191 if [ ! -z "$function" ]; then
195 if [ ! -z "$fun_definition" ]; then