Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDkstrtox.h251 kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() function
/freebsd-14-stable/sys/contrib/dev/rtw88/
HDdebug.c924 ret = kstrtobool_from_user(buffer, count, &enable); in rtw_debugfs_set_coex_enable()
957 err = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_edcca_enable()
989 ret = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_fw_crash()
1029 err = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_force_lowest_basic_rate()
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDdebug.c3503 ret = kstrtobool_from_user(user_buf, count, &btc->manual_ctrl); in rtw89_debug_priv_btc_manual_set()
3524 if (kstrtobool_from_user(user_buf, count, &fw_log_manual)) in rtw89_debug_priv_fw_log_manual_set()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDdebug.c2405 if (kstrtobool_from_user(user_buf, count, &val)) in ath10k_write_warm_hw_reset()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/pcie/
HDtrans.c2937 ret = kstrtobool_from_user(user_buf, count, &new_value); in iwl_dbgfs_rfkill_write()