Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h251 kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() function
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Ddebug.c925 err = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_edcca_enable()
1002 err = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_force_lowest_basic_rate()
/freebsd-14.2/sys/contrib/dev/rtw89/
H A Ddebug.c3219 ret = kstrtobool_from_user(user_buf, count, &btc_manual); in rtw89_debug_priv_btc_manual_set()
3237 if (kstrtobool_from_user(user_buf, count, &fw_log_manual)) in rtw89_debug_fw_log_manual_set()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Ddebug.c2405 if (kstrtobool_from_user(user_buf, count, &val)) in ath10k_write_warm_hw_reset()
/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Dtrans.c2894 ret = kstrtobool_from_user(user_buf, count, &new_value); in iwl_dbgfs_rfkill_write()