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