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