Home
last modified time | relevance | path

Searched refs:nocrt (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/geode/
H A Dlxfb_core.c27 static int noclear, nopanel, nocrt; variable
509 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()
634 else if (!strcmp(opt, "nocrt")) in lxfb_setup()
635 nocrt = 1; in lxfb_setup()
/kernel/linux/linux-6.6/drivers/video/fbdev/geode/
H A Dlxfb_core.c28 static int noclear, nopanel, nocrt; variable
510 par->output |= (nocrt) ? 0 : OUTPUT_CRT; in lxfb_probe()
635 else if (!strcmp(opt, "nocrt")) in lxfb_setup()
636 nocrt = 1; in lxfb_setup()
/kernel/linux/linux-5.10/drivers/staging/sm750fb/
H A Dsm750.h104 int nocrt; member
H A Dsm750_hw.c119 if (sm750_dev->nocrt) { in hw_sm750_inithw()
H A Dsm750.c894 } else if (!strncmp(opt, "nocrt", strlen("nocrt"))) { in sm750fb_setup()
895 sm750_dev->nocrt = 1; in sm750fb_setup()
940 sm750_dev->nocrt = 0; in sm750fb_setup()
/kernel/linux/linux-5.10/drivers/acpi/
H A Dthermal.c65 static int nocrt; variable
66 module_param(nocrt, int, 0);
67 MODULE_PARM_DESC(nocrt, "Set to take no action upon ACPI thermal zone critical trips points.");
691 if (trip_type == THERMAL_TRIP_CRITICAL && nocrt) in thermal_notify()
1157 nocrt = 1; in thermal_nocrt()
/kernel/linux/linux-6.6/drivers/staging/sm750fb/
H A Dsm750.h108 int nocrt; member
H A Dsm750_hw.c119 if (sm750_dev->nocrt) { in hw_sm750_inithw()
H A Dsm750.c896 } else if (!strncmp(opt, "nocrt", strlen("nocrt"))) { in sm750fb_setup()
897 sm750_dev->nocrt = 1; in sm750fb_setup()
942 sm750_dev->nocrt = 0; in sm750fb_setup()

Completed in 9 milliseconds