Searched refs:kstrtou64_from_user (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/include/linux/ |
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-6.6.21/drivers/accel/ivpu/ |
D | ivpu_debugfs.c | 189 ret = kstrtou64_from_user(user_buf, size, 0, &trace_hw_component_mask); in fw_trace_hw_comp_mask_fops_write()
|
/linux-6.6.21/net/mac80211/ |
D | debugfs_key.c | 105 ret = kstrtou64_from_user(userbuf, count, 16, &pn); in key_tx_spec_write()
|
/linux-6.6.21/drivers/ntb/test/ |
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-6.6.21/drivers/accel/habanalabs/common/ |
D | debugfs.c | 1142 rc = kstrtou64_from_user(buf, count, 16, &value); in hl_i2c_data_write()
|