Searched refs:parse_strtoul (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dthinkpad_acpi.c533 if (parse_strtoul(buf, 0xffff, &t))
649 static int parse_strtoul(const char *buf, function
732 if (parse_strtoul(buf, 1, &t))
767 if (parse_strtoul(buf, 0xffff, &t))
1043 if (parse_strtoul(buf, 1, &t))
1207 if (parse_strtoul(buf, 1, &t))
2028 if (parse_strtoul(buf, 21, &cmos_cmd))
3074 if (parse_strtoul(buf, 2, &t))
3147 if (parse_strtoul(buf, 255, &s))
3208 if (parse_strtoul(bu
[all...]
H A Dthinkpad_acpi.h157 static int parse_strtoul(const char *buf, unsigned long max,

Completed in 145 milliseconds