Home
last modified time | relevance | path

Searched refs:lbs_debug (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Ddefs.h48 extern unsigned int lbs_debug;
52 do { if ((lbs_debug & (grp)) == (grp)) \
90 (lbs_debug & LBS_DEB_HEX) && in lbs_deb_hex()
91 (lbs_debug & grp)) in lbs_deb_hex()
H A Dmain.c38 unsigned int lbs_debug; variable
39 EXPORT_SYMBOL_GPL(lbs_debug); variable
40 module_param_named(libertas_debug, lbs_debug, int, 0644);
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Ddefs.h48 extern unsigned int lbs_debug;
52 do { if ((lbs_debug & (grp)) == (grp)) \
90 (lbs_debug & LBS_DEB_HEX) && in lbs_deb_hex()
91 (lbs_debug & grp)) in lbs_deb_hex()
H A Dmain.c38 unsigned int lbs_debug; variable
39 EXPORT_SYMBOL_GPL(lbs_debug); variable
40 module_param_named(libertas_debug, lbs_debug, int, 0644);

Completed in 5 milliseconds