Home
last modified time | relevance | path

Searched refs:kstrtobool (Results 1 – 3 of 3) sorted by relevance

/src/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h250 kstrtobool(const char *s, bool *res) in kstrtobool() function
280 return (kstrtobool(buf, res)); in kstrtobool_from_user()
/src/sys/contrib/dev/iwlwifi/mvm/
H A Ddebugfs.c56 if (!kstrtobool(buf, &force)) in iwl_dbgfs_stop_ctdp_write()
86 if (!kstrtobool(buf, &force)) in iwl_dbgfs_start_ctdp_write()
/src/sys/contrib/dev/rtw89/
H A Ddebug.c3707 ret = kstrtobool(buf, &btc->manual_ctrl); in rtw89_debug_priv_btc_manual_set()
3728 if (kstrtobool(buf, &fw_log_manual)) in rtw89_debug_priv_fw_log_manual_set()