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