Searched refs:kstrtou32_from_user (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 517 ret = kstrtou32_from_user(user_buf, count, 0, &ar->debug.fwlog_mask); ath6kl_fwlog_mask_write() 837 ret = kstrtou32_from_user(user_buf, count, 0, &val); ath6kl_endpoint_stats_write()
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 1049 ret = kstrtou32_from_user(user_buf, count, 0, ®_addr); ath10k_reg_addr_write() 1120 ret = kstrtou32_from_user(user_buf, count, 0, ®_val); ath10k_reg_value_write()
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 380 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, u32 *res) kstrtou32_from_user() function
|
Completed in 363 milliseconds