Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h302 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/rtw88/
H A Ddebug.c322 ret = kstrtou32_from_user(buffer, count, 0, &input); in rtw_debugfs_set_single_input()
/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()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c3868 ret = kstrtou32_from_user(user_buf, count, 0, &conf); in rtw89_debug_priv_disable_dm_set()