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
69 if [ -z $PROC_SYS_DIR ]; then
77 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
81 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
85 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then
90 if [ "$PROC_FW_IGNORE_SYSFS_FALLBACK" = "1" ]; then
95 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
101 if [ "$HAS_FW_LOADER_COMPRESS" = "yes" ]; then
102 if ! which xz 2> /dev/null > /dev/null; then
110 if [ "$TEST_REQS_FW_SYSFS_FALLBACK" = "yes" ]; then
111 if [ ! "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
126 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
135 if [[ "$1" = "fake" ]]; then
156 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
164 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
178 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
181 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
182 if [ "$OLD_FWPATH" = "" ]; then
189 if [ -f $FW ]; then
192 if [ -f $FW_INTO_BUF ]; then
195 if [ -d $FWPATH ]; then
203 if [ -f $PROC_CONFIG ]; then
204 if zgrep -q $1 $PROC_CONFIG 2>/dev/null; then
213 if [ "$1" = "CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y" ]; then
215 elif [ "$1" = "CONFIG_FW_LOADER_USER_HELPER=y" ]; then
216 if [ -d /sys/class/firmware/ ]; then