Searched refs:noclear (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/geode/ |
H A D | lxfb_core.c | 27 static int noclear, nopanel, nocrt; variable 523 /* Clear the screen of garbage, unless noclear was specified, in lxfb_probe() 526 if (!noclear) in lxfb_probe() 630 if (!strcmp(opt, "noclear")) in lxfb_setup() 631 noclear = 1; in lxfb_setup()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/ |
H A D | lxfb_core.c | 28 static int noclear, nopanel, nocrt; variable 524 /* Clear the screen of garbage, unless noclear was specified, in lxfb_probe() 527 if (!noclear) in lxfb_probe() 631 if (!strcmp(opt, "noclear")) in lxfb_setup() 632 noclear = 1; in lxfb_setup()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 641 watch_log $i ${TEST_NAME}_test_$1 noclear
|
/kernel/linux/linux-6.6/tools/testing/selftests/kmod/ |
H A D | kmod.sh | 630 watch_log $i ${TEST_NAME}_test_$1 noclear
|
/kernel/linux/linux-5.10/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 923 watch_log $i ${TEST_NAME}_test_$1 noclear
|
/kernel/linux/linux-6.6/tools/testing/selftests/sysctl/ |
H A D | sysctl.sh | 997 watch_log $i ${TEST_NAME}_test_${TEST_ID} noclear
|
Completed in 5 milliseconds