Searched refs:kstrtou64_from_user (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | kstrtox.h | 112 static inline int __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int… in kstrtou64_from_user() function
|
/linux/drivers/ntb/test/ |
H A D | ntb_tool.c | 1132 ret = kstrtou64_from_user(ubuf, size, 0, &val); in tool_db_event_write() 1382 ret = kstrtou64_from_user(ubuf, size, 0, &val); in tool_msg_event_write()
|
/linux/drivers/accel/habanalabs/common/ |
H A D | debugfs.c | 1135 rc = kstrtou64_from_user(buf, count, 16, &value); in hl_i2c_data_write()
|