Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/platform/x86/
Dintel_telemetry_debugfs.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()
Dintel_pmc_core.c877 err = kstrtou32_from_user(userbuf, buf_size, 10, &val); in pmc_core_ltr_ignore_write()
/Linux-v5.10/drivers/bus/mhi/core/
Ddebugfs.c286 if (kstrtou32_from_user(ubuf, count, 0, &timeout_ms)) in mhi_debugfs_timeout_ms_write()
/Linux-v5.10/drivers/ntb/test/
Dntb_tool.c1182 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_spad_write()
1223 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_peer_spad_write()
1305 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_outmsg_write()
/Linux-v5.10/include/linux/
Dkernel.h443 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
/Linux-v5.10/drivers/net/wireless/ath/ath6kl/
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()
/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dmr.c331 err = kstrtou32_from_user(buf, count, 0, &target); in size_write()
390 err = kstrtou32_from_user(buf, count, 0, &var); in limit_write()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Ddebug.c658 ret = kstrtou32_from_user(user_buf, count, 0, &reg_addr); in ath10k_reg_addr_write()
729 ret = kstrtou32_from_user(user_buf, count, 0, &reg_val); in ath10k_reg_value_write()
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c2723 ret = kstrtou32_from_user(user_buf, count, 16, &reset_flag); in iwl_dbgfs_interrupt_write()
/Linux-v5.10/fs/proc/
Dbase.c1289 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()