Home
last modified time | relevance | path

Searched refs:test_image (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/test/fs/
H A Dfs-test.sh147 function test_image() { function
523 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \
575 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE sb `pwd`/$MOUNT_DIR \
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsaa7127.c47 static int test_image; variable
53 module_param(test_image, int, 0644);
55 MODULE_PARM_DESC(test_image, "test_image (0-1)");
773 if (test_image == 1) in saa7127_probe()