Searched refs:kstrtos64 (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | test-kstrtox.c | 377 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()
|
/linux-6.3-rc2/include/linux/ |
A D | kstrtox.h | 79 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64() function
|
/linux-6.3-rc2/drivers/rtc/ |
A D | sysfs.c | 181 retval = kstrtos64(buf_ptr, 0, &alarm); in wakealarm_store()
|
/linux-6.3-rc2/kernel/time/ |
A D | ntp.c | 1082 int rc = kstrtos64(str, 0, &ntp_tick_adj); in ntp_tick_adj_setup()
|
/linux-6.3-rc2/block/ |
A D | blk-sysfs.c | 56 err = kstrtos64(page, 10, &v); in queue_var_store64()
|
/linux-6.3-rc2/drivers/hwmon/pmbus/ |
A D | pmbus_core.c | 1167 if (kstrtos64(buf, 10, &val) < 0) in pmbus_set_sensor()
|
Completed in 18 milliseconds