Lines Matching refs:simple_strtoul
2350 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2352 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup()
2364 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2366 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2368 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2370 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2372 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2374 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2376 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2378 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2380 pixclock = simple_strtoul(this_opt+9, NULL, 0); in matroxfb_setup()
2382 sync = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2384 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2386 maxclk = simple_strtoul(this_opt+7, NULL, 0); in matroxfb_setup()
2388 fh = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2390 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2392 mem = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2398 dfp_type = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2403 unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2407 unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2433 memtype = simple_strtoul(this_opt+8, NULL, 0); in matroxfb_setup()