Searched refs:strict_strtoul_scaled (Results 1 – 3 of 3) sorted by relevance
661 extern int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale);
2259 int rv = strict_strtoul_scaled(buf, &timeout, 4); in timeout_store()
3341 int strict_strtoul_scaled(const char *cp, unsigned long *res, int scale) in strict_strtoul_scaled() function3387 if (strict_strtoul_scaled(cbuf, &msec, 3) < 0) in safe_delay_store()