Searched refs:kstrtos64 (Results 1 – 7 of 7) sorted by relevance
/linux/lib/ |
H 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/include/linux/ |
H A D | kstrtox.h | 79 static inline int __must_check kstrtos64(const char *s, unsigned int base, s64 *res) in kstrtos64() function
|
/linux/drivers/rtc/ |
H A D | sysfs.c | 181 retval = kstrtos64(buf_ptr, 0, &alarm); in wakealarm_store()
|
/linux/block/ |
H A D | blk-sysfs.c | 496 err = kstrtos64(page, 10, &v); in queue_var_store64()
|
/linux/kernel/time/ |
H A D | ntp.c | 1087 int rc = kstrtos64(str, 0, &tk_ntp_data.ntp_tick_adj); in ntp_tick_adj_setup()
|
/linux/fs/btrfs/ |
H A D | sysfs.c | 1351 ret = kstrtos64(value_str, 10, value_ret); in btrfs_read_policy_to_enum()
|
/linux/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 1245 if (kstrtos64(buf, 10, &val) < 0) in pmbus_set_sensor()
|