Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h295 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 Ddebug.c700 ret = kstrtou32_from_user(user_buf, count, 0, &reg_addr); in ath10k_reg_addr_write()
771 ret = kstrtou32_from_user(user_buf, count, 0, &reg_val); in ath10k_reg_value_write()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2873 ret = kstrtou32_from_user(user_buf, count, 16, &reset_flag); in iwl_dbgfs_rfkill_read()