Lines Matching full:then
24 if [ ! -d $DIR ]; then
32 if [ $uid -ne 0 ]; then
38 if [ ! -d $DIR ]; then
41 if [ ! -f $PROC_CONFIG ]; then
42 if modprobe configs 2>/dev/null; then
44 if [ ! -f $PROC_CONFIG ]; then
62 if [ -z $PROC_SYS_DIR ]; then
70 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
74 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
78 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then
83 if [ "$PROC_FW_IGNORE_SYSFS_FALLBACK" = "1" ]; then
88 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
97 if [ "$TEST_REQS_FW_SYSFS_FALLBACK" = "yes" ]; then
98 if [ ! "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
111 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
120 if [[ "$1" = "fake" ]]; then
141 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
149 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
163 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
166 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
167 if [ "$OLD_FWPATH" = "" ]; then
174 if [ -f $FW ]; then
177 if [ -d $FWPATH ]; then
185 if [ -f $PROC_CONFIG ]; then
186 if zgrep -q $1 $PROC_CONFIG 2>/dev/null; then
195 if [ "$1" = "CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y" ]; then
197 elif [ "$1" = "CONFIG_FW_LOADER_USER_HELPER=y" ]; then
198 if [ -d /sys/class/firmware/ ]; then