Home
last modified time | relevance | path

Searched refs:kstrtou8_from_user (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h303 kstrtou8_from_user(const char __user *s, size_t count, unsigned int base, in kstrtou8_from_user() function
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddebugfs.c1412 if (kstrtou8_from_user(user_buf, count, 0, &ps_timekeeper_enable)) in ath11k_write_ps_timekeeper_enable()
1477 if (kstrtou8_from_user(user_buf, count, 0, &reset_ps_duration)) in ath11k_write_reset_ps_duration()
1532 if (kstrtou8_from_user(user_buf, count, 0, &ps_state_enable)) in ath11k_write_ps_state_enable()
H A Ddebugfs_sta.c706 ret = kstrtou8_from_user(user_buf, count, 0, &type); in ath11k_write_htt_peer_stats_reset()
H A Ddebugfs_htt_stats.c4625 ret = kstrtou8_from_user(user_buf, count, 0, &type); in ath11k_write_htt_stats_type()
4858 ret = kstrtou8_from_user(user_buf, count, 0, &type); in ath11k_write_htt_stats_reset()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Ddebugfs_sta.c419 if (kstrtou8_from_user(user_buf, count, 0, &peer_debug_trigger)) in ath10k_dbg_sta_write_peer_debug_trigger()
H A Ddebug.c1366 if (kstrtou8_from_user(user_buf, count, 0, &enable)) in ath10k_write_ani_enable()
2460 if (kstrtou8_from_user(user_buf, count, 0, &ps_state_enable)) in ath10k_write_ps_state_enable()
/freebsd/sys/contrib/dev/rtw89/
H A Ddebug.c3427 ret = kstrtou8_from_user(user_buf, count, 0, &crash_type); in rtw89_dump_addr_cam()