Searched refs:kstrtou32_from_user (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kstrtox.h | 295 kstrtou32_from_user(const char __user *s, size_t count, unsigned int base, in kstrtou32_from_user() function
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | debug.c | 700 ret = kstrtou32_from_user(user_buf, count, 0, ®_addr); in ath10k_reg_addr_write() 771 ret = kstrtou32_from_user(user_buf, count, 0, ®_val); in ath10k_reg_value_write()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans.c | 2873 ret = kstrtou32_from_user(user_buf, count, 16, &reset_flag); in iwl_dbgfs_rfkill_read()
|