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