Lines Matching full:then

30 	if [ ! -d $DIR ]; then
38 if [ $uid -ne 0 ]; then
44 if [ ! -d $DIR ]; then
47 if [ ! -f $PROC_CONFIG ]; then
48 if modprobe configs 2>/dev/null; then
50 if [ ! -f $PROC_CONFIG ]; then
71 if [ -z $PROC_SYS_DIR ]; then
79 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
83 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
87 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then
92 if [ "$PROC_FW_IGNORE_SYSFS_FALLBACK" = "1" ]; then
97 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
103 if [ "$HAS_FW_LOADER_COMPRESS_XZ" = "yes" ]; then
104 if ! which xz 2> /dev/null > /dev/null; then
108 if [ "$HAS_FW_LOADER_COMPRESS_ZSTD" = "yes" ]; then
109 if ! which zstd 2> /dev/null > /dev/null; then
117 if [ "$TEST_REQS_FW_SYSFS_FALLBACK" = "yes" ]; then
118 if [ ! "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
123 if [ "$TEST_REQS_FW_UPLOAD" = "yes" ]; then
124 if [ ! "$HAS_FW_UPLOAD" = "yes" ]; then
139 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
148 if [[ "$1" = "fake" ]]; then
169 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
177 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
191 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
194 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
195 if [ "$OLD_FWPATH" = "" ]; then
202 if [ -f $FW ]; then
205 if [ -f $FW_INTO_BUF ]; then
208 if [ -d $FWPATH ]; then
216 if [ -f $PROC_CONFIG ]; then
217 if zgrep -q $1 $PROC_CONFIG 2>/dev/null; then
226 if [ "$1" = "CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y" ]; then
228 elif [ "$1" = "CONFIG_FW_LOADER_USER_HELPER=y" ]; then
229 if [ -d /sys/class/firmware/ ]; then