Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dsaa7127.c60 static int test_image; variable
66 module_param(test_image, int, 0644);
68 MODULE_PARM_DESC(test_image, "test_image (0-1)");
786 if (test_image == 1) in saa7127_probe()