Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_telemetry_debugfs.c730 if (kstrtou32_from_user(userbuf, count, 0, &verbosity)) in telem_pss_trc_verb_write()
777 if (kstrtou32_from_user(userbuf, count, 0, &verbosity)) in telem_ioss_trc_verb_write()
Dintel_pmc_core.c507 if (kstrtou32_from_user(userbuf, buf_size, 10, &val)) { in pmc_core_ltr_ignore_write()
/Linux-v4.19/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-v4.19/include/linux/
Dkernel.h459 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
/Linux-v4.19/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-v4.19/drivers/net/wireless/ath/ath10k/
Ddebug.c666 ret = kstrtou32_from_user(user_buf, count, 0, &reg_addr); in ath10k_reg_addr_write()
737 ret = kstrtou32_from_user(user_buf, count, 0, &reg_val); in ath10k_reg_value_write()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtrans.c2626 ret = kstrtou32_from_user(user_buf, count, 16, &reset_flag); in iwl_dbgfs_interrupt_write()
/Linux-v4.19/fs/proc/
Dbase.c1250 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()