Searched refs:kstrtou8_from_user (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kstrtox.h | 303 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 D | debugfs.c | 1412 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 D | debugfs_sta.c | 706 ret = kstrtou8_from_user(user_buf, count, 0, &type); in ath11k_write_htt_peer_stats_reset()
|
H A D | debugfs_htt_stats.c | 4625 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 D | debugfs_sta.c | 419 if (kstrtou8_from_user(user_buf, count, 0, &peer_debug_trigger)) in ath10k_dbg_sta_write_peer_debug_trigger()
|
H A D | debug.c | 1366 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 D | debug.c | 3427 ret = kstrtou8_from_user(user_buf, count, 0, &crash_type); in rtw89_dump_addr_cam()
|