Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h225 kstrtobool(const char *s, bool *res) in kstrtobool() function
261 return (kstrtobool(buf, res)); in kstrtobool_from_user()
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Ddebug.c890 ret = kstrtobool(tmp, &enable); in rtw_debugfs_set_coex_enable()
962 ret = kstrtobool(tmp, &input); in rtw_debugfs_set_fw_crash()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Ddebug.c2020 if (kstrtobool(buf, &val) != 0) in ath10k_write_btcoex()
2158 if (kstrtobool(buf, &val) != 0) in ath10k_write_peer_stats()
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c2038 ret = kstrtobool(arg, &res); in enable_ini_set()