Home
last modified time | relevance | path

Searched refs:kstrtou64_from_user (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dkstrtox.h112 static inline int __must_check kstrtou64_from_user(const char __user *s, size_t count, unsigned int… in kstrtou64_from_user() function
/linux-6.1.9/net/mac80211/
Ddebugfs_key.c105 ret = kstrtou64_from_user(userbuf, count, 16, &pn); in key_tx_spec_write()
/linux-6.1.9/drivers/ntb/test/
Dntb_tool.c1137 ret = kstrtou64_from_user(ubuf, size, 0, &val); in tool_db_event_write()
1387 ret = kstrtou64_from_user(ubuf, size, 0, &val); in tool_msg_event_write()
/linux-6.1.9/drivers/misc/habanalabs/common/
Ddebugfs.c1163 rc = kstrtou64_from_user(buf, count, 16, &value); in hl_i2c_data_write()