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