Lines Matching full:then
30 if [ ! -d $DIR ]; 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
63 if [ -z $PROC_SYS_DIR ]; then
71 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
75 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
79 if [ "$PROC_FW_FORCE_SYSFS_FALLBACK" = "1" ]; then
84 if [ "$PROC_FW_IGNORE_SYSFS_FALLBACK" = "1" ]; then
89 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
95 if [ "$HAS_FW_LOADER_COMPRESS" = "yes" ]; then
96 if ! which xz 2> /dev/null > /dev/null; then
104 if [ "$TEST_REQS_FW_SYSFS_FALLBACK" = "yes" ]; then
105 if [ ! "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
120 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
129 if [[ "$1" = "fake" ]]; then
150 if [ -f $FW_FORCE_SYSFS_FALLBACK ]; then
158 if [ -f $FW_IGNORE_SYSFS_FALLBACK ]; then
172 if [ "$HAS_FW_LOADER_USER_HELPER" = "yes" ]; then
175 if [ "$TEST_REQS_FW_SET_CUSTOM_PATH" = "yes" ]; then
176 if [ "$OLD_FWPATH" = "" ]; then
183 if [ -f $FW ]; then
186 if [ -f $FW_INTO_BUF ]; then
189 if [ -d $FWPATH ]; then
197 if [ -f $PROC_CONFIG ]; then
198 if zgrep -q $1 $PROC_CONFIG 2>/dev/null; then
207 if [ "$1" = "CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y" ]; then
209 elif [ "$1" = "CONFIG_FW_LOADER_USER_HELPER=y" ]; then
210 if [ -d /sys/class/firmware/ ]; then