Home
last modified time | relevance | path

Searched refs:kstrtou32_from_user (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/accel/ivpu/
H A Divpu_debugfs.c162 ret = kstrtou32_from_user(user_buf, size, 0, &trace_destination_mask); in fw_trace_destination_mask_fops_write()
215 ret = kstrtou32_from_user(user_buf, size, 0, &trace_level); in fw_trace_level_fops_write()
/openbmc/linux/include/linux/
H A Dkstrtox.h122 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
/openbmc/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c689 err = kstrtou32_from_user(userbuf, count, 0, &verbosity); in telem_pss_trc_verb_write()
737 err = kstrtou32_from_user(userbuf, count, 0, &verbosity); in telem_ioss_trc_verb_write()
/openbmc/linux/drivers/bus/mhi/host/
H A Ddebugfs.c288 if (kstrtou32_from_user(ubuf, count, 0, &timeout_ms)) in mhi_debugfs_timeout_ms_write()
/openbmc/linux/drivers/ntb/test/
H A Dntb_tool.c1179 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_spad_write()
1220 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_peer_spad_write()
1302 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_outmsg_write()
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c544 ret = kstrtou32_from_user(user_buf, count, 0, &ar->debug.fwlog_mask); in ath6kl_fwlog_mask_write()
846 ret = kstrtou32_from_user(user_buf, count, 0, &val); in ath6kl_endpoint_stats_write()
/openbmc/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c523 err = kstrtou32_from_user(userbuf, buf_size, 10, &value); in pmc_core_ltr_ignore_write()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c659 ret = kstrtou32_from_user(user_buf, count, 0, &reg_addr); in ath10k_reg_addr_write()
730 ret = kstrtou32_from_user(user_buf, count, 0, &reg_val); in ath10k_reg_value_write()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dmr.c436 err = kstrtou32_from_user(buf, count, 0, &target); in size_write()
495 err = kstrtou32_from_user(buf, count, 0, &var); in limit_write()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2799 ret = kstrtou32_from_user(user_buf, count, 16, &reset_flag); in iwl_dbgfs_interrupt_write()
/openbmc/linux/fs/proc/
H A Dbase.c1350 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()