Lines Matching refs:simple_strtoul
2331 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2333 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup()
2345 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2347 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2349 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2351 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2353 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2355 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2357 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2359 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2361 pixclock = simple_strtoul(this_opt+9, NULL, 0); in matroxfb_setup()
2363 sync = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2365 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2367 maxclk = simple_strtoul(this_opt+7, NULL, 0); in matroxfb_setup()
2369 fh = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2371 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2373 mem = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2379 dfp_type = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2384 unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2388 unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2414 memtype = simple_strtoul(this_opt+8, NULL, 0); in matroxfb_setup()