Searched refs:kstrtobool_from_user (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | kstrtox.h | 251 kstrtobool_from_user(const char __user *s, size_t count, bool *res) in kstrtobool_from_user() function
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | debug.c | 868 ret = kstrtobool_from_user(buffer, count, &enable); in rtw_debugfs_get_coex_info() 901 err = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_coex_enable() 933 ret = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_edcca_enable() 973 err = kstrtobool_from_user(buffer, count, &input); in rtw_debugfs_set_fw_crash()
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | debug.c | 3475 ret = kstrtobool_from_user(user_buf, count, &btc->manual_ctrl); in rtw89_dump_ba_cam() 3496 if (kstrtobool_from_user(user_buf, count, &fw_log_manual)) in rtw89_sta_ids_get_iter()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | debug.c | 2405 if (kstrtobool_from_user(user_buf, count, &val)) in ath10k_write_warm_hw_reset()
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | trans.c | 2937 ret = kstrtobool_from_user(user_buf, count, &new_value); in iwl_write_to_user_buf()
|