Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/i2c/
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()