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