Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/geode/
Dgx1fb_core.c28 static int crt_option = 1; variable
308 par->enable_crt = crt_option; in gx1fb_init_fbinfo()
419 crt_option = !!simple_strtoul(this_opt + 4, NULL, 0); in gx1fb_setup()
467 module_param_named(crt, crt_option, int, 0444);