Searched refs:kstrtou64_from_user (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dkstrtox.h112 static inline int __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int base, u64 *res) function
/linux-master/drivers/accel/ivpu/
H A Divpu_debugfs.c245 ret = kstrtou64_from_user(user_buf, size, 0, &trace_hw_component_mask);
/linux-master/net/mac80211/
H A Ddebugfs_key.c105 ret = kstrtou64_from_user(userbuf, count, 16, &pn);
/linux-master/drivers/ntb/test/
H A Dntb_tool.c1132 ret = kstrtou64_from_user(ubuf, size, 0, &val);
1382 ret = kstrtou64_from_user(ubuf, size, 0, &val);
/linux-master/drivers/accel/habanalabs/common/
H A Ddebugfs.c1140 rc = kstrtou64_from_user(buf, count, 16, &value);

Completed in 165 milliseconds