Home
last modified time | relevance | path

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

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

Completed in 19 milliseconds