Home
last modified time | relevance | path

Searched refs:kstrtoint_from_user (Results 1 – 3 of 3) sorted by path

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h468 kstrtoint_from_user(const char __user *s, size_t count, unsigned int base, in kstrtoint_from_user() function
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs_sta.c427 ret = kstrtoint_from_user(buf, count, 0, &enable); in ath11k_dbg_sta_write_peer_pktlog()
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c1036 if (kstrtoint_from_user(buffer, count, 10, &bit)) in rtw_debugfs_set_dm_cap()