Searched refs:kstrtos64 (Results 1 - 6 of 6) sorted by relevance

/linux-master/lib/
H A Dtest-kstrtox.c377 TEST_OK(kstrtos64, s64, "%lld", test_s64_ok);
390 TEST_FAIL(kstrtos64, s64, "%lld", test_s64_fail);
/linux-master/include/linux/
H A Dkstrtox.h79 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) function
/linux-master/drivers/rtc/
H A Dsysfs.c181 retval = kstrtos64(buf_ptr, 0, &alarm);
/linux-master/kernel/time/
H A Dntp.c1082 int rc = kstrtos64(str, 0, &ntp_tick_adj);
/linux-master/block/
H A Dblk-sysfs.c540 err = kstrtos64(page, 10, &v);
/linux-master/drivers/hwmon/pmbus/
H A Dpmbus_core.c1169 if (kstrtos64(buf, 10, &val) < 0)

Completed in 137 milliseconds