Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/b43/ !
Dmain.h29 extern int b43_modparam_verbose;
Dmain.c104 int b43_modparam_verbose = B43_VERBOSITY_DEFAULT; variable
105 module_param_named(verbose, b43_modparam_verbose, int, 0644);
387 if (b43_modparam_verbose < B43_VERBOSITY_INFO) in b43info()
408 if (b43_modparam_verbose < B43_VERBOSITY_ERROR) in b43err()
429 if (b43_modparam_verbose < B43_VERBOSITY_WARN) in b43warn()
450 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in b43dbg()
4679 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in setup_struct_wldev_for_init()
Ddebugfs.c640 b43_modparam_verbose = B43_VERBOSITY_MAX; in b43_debug()