Lines Matching refs:simple_strtoul
2347 dev = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2349 switch (simple_strtoul(this_opt+6, NULL, 0)) { in matroxfb_setup()
2361 xres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2363 yres = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2365 vslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2367 hslen = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2369 left = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2371 right = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2373 upper = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2375 lower = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2377 pixclock = simple_strtoul(this_opt+9, NULL, 0); in matroxfb_setup()
2379 sync = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2381 vesa = simple_strtoul(this_opt+5, NULL, 0); in matroxfb_setup()
2383 maxclk = simple_strtoul(this_opt+7, NULL, 0); in matroxfb_setup()
2385 fh = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2387 fv = simple_strtoul(this_opt+3, NULL, 0); in matroxfb_setup()
2389 mem = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2395 dfp_type = simple_strtoul(this_opt+4, NULL, 0); in matroxfb_setup()
2400 unsigned int vmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2404 unsigned int cmode = simple_strtoul(this_opt+6, NULL, 0); in matroxfb_setup()
2430 memtype = simple_strtoul(this_opt+8, NULL, 0); in matroxfb_setup()