Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h280 kstrtouint_from_user(const char __user *s, size_t count, unsigned int base, in kstrtouint_from_user() function
299 return (kstrtouint_from_user(s, count, base, p)); in kstrtou32_from_user()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebug.c1899 if (kstrtouint_from_user(ubuf, count, 0, &filter)) in ath10k_write_pktlog_filter()
1966 if (kstrtouint_from_user(ubuf, count, 0, &period)) in ath10k_write_quiet_period()
2095 if (kstrtouint_from_user(ubuf, count, 0, &filter)) in ath10k_write_enable_extd_tx_stats()
H A Ddebugfs_sta.c204 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode)) in ath10k_dbg_sta_write_aggr_mode()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c567 if (kstrtouint_from_user(ubuf, count, 0, &filter)) in ath11k_write_enable_extd_tx_stats()
624 if (kstrtouint_from_user(ubuf, count, 0, &enable)) in ath11k_write_extd_rx_stats()
H A Ddebugfs_sta.c660 if (kstrtouint_from_user(user_buf, count, 0, &aggr_mode)) in ath11k_dbg_sta_write_aggr_mode()