Searched refs:get_opt_bool (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/intelfb/ |
D | intelfbdrv.c | 308 static __inline__ int get_opt_bool(const char *this_opt, const char *name, in get_opt_bool() function 357 if (get_opt_bool(this_opt, "accel", &accel)) in intelfb_setup() 361 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor)) in intelfb_setup() 363 else if (get_opt_bool(this_opt, "mtrr", &mtrr)) in intelfb_setup() 365 else if (get_opt_bool(this_opt, "fixed", &fixed)) in intelfb_setup() 367 else if (get_opt_bool(this_opt, "init", &noinit)) in intelfb_setup()
|