Searched refs:kstrtou32_from_user (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/platform/x86/ |
| D | intel_telemetry_debugfs.c | 689 if (kstrtou32_from_user(userbuf, count, 0, &verbosity)) in telem_pss_trc_verb_write() 736 if (kstrtou32_from_user(userbuf, count, 0, &verbosity)) in telem_ioss_trc_verb_write()
|
| D | intel_pmc_core.c | 574 if (kstrtou32_from_user(userbuf, buf_size, 10, &val)) { in pmc_core_ltr_ignore_write()
|
| /Linux-v5.4/drivers/ntb/test/ |
| D | ntb_tool.c | 1182 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.4/include/linux/ |
| D | kernel.h | 454 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
|
| /Linux-v5.4/drivers/net/wireless/ath/ath6kl/ |
| D | debug.c | 544 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.4/drivers/net/wireless/ath/ath10k/ |
| D | debug.c | 658 ret = kstrtou32_from_user(user_buf, count, 0, ®_addr); in ath10k_reg_addr_write() 729 ret = kstrtou32_from_user(user_buf, count, 0, ®_val); in ath10k_reg_value_write()
|
| /Linux-v5.4/drivers/net/wireless/intel/iwlwifi/pcie/ |
| D | trans.c | 2673 ret = kstrtou32_from_user(user_buf, count, 16, &reset_flag); in iwl_dbgfs_interrupt_write()
|
| /Linux-v5.4/fs/proc/ |
| D | base.c | 1265 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()
|