Searched refs:get_opt_bool (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 305 static __inline__ int get_opt_bool(const char *this_opt, const char *name, in get_opt_bool() function 354 if (get_opt_bool(this_opt, "accel", &accel)) in intelfb_setup() 358 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor)) in intelfb_setup() 360 else if (get_opt_bool(this_opt, "mtrr", &mtrr)) in intelfb_setup() 362 else if (get_opt_bool(this_opt, "fixed", &fixed)) in intelfb_setup() 364 else if (get_opt_bool(this_opt, "init", &noinit)) in intelfb_setup()
|