Searched refs:kstrtou32_from_user (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | kernel.h | 381 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
|
/linux-4.4.14/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-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | debug.c | 813 ret = kstrtou32_from_user(user_buf, count, 0, ®_addr); in ath10k_reg_addr_write() 884 ret = kstrtou32_from_user(user_buf, count, 0, ®_val); in ath10k_reg_value_write()
|
/linux-4.4.14/fs/proc/ |
D | base.c | 1258 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()
|