Home
last modified time | relevance | path

Searched refs:b43_modparam_verbose (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dmain.h29 extern int b43_modparam_verbose;
31 /* Logmessage verbosity levels. Update the b43_modparam_verbose helptext, if
H A 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()
H A Ddebugfs.c640 b43_modparam_verbose = B43_VERBOSITY_MAX; in b43_debug()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dmain.h29 extern int b43_modparam_verbose;
31 /* Logmessage verbosity levels. Update the b43_modparam_verbose helptext, if
H A 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()
4682 if (b43_modparam_verbose < B43_VERBOSITY_DEBUG) in setup_struct_wldev_for_init()
H A Ddebugfs.c640 b43_modparam_verbose = B43_VERBOSITY_MAX; in b43_debug()

Completed in 16 milliseconds