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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfbdrv.c221 get_opt_bool(const char *this_opt, const char *name, int *ret) function
270 if (get_opt_bool(this_opt, "accel", &accel))
274 else if (get_opt_bool(this_opt, "hwcursor", &hwcursor))
276 else if (get_opt_bool(this_opt, "mtrr", &mtrr))
278 else if (get_opt_bool(this_opt, "fixed", &fixed))
280 else if (get_opt_bool(this_opt, "init", &noinit))

Completed in 75 milliseconds