Searched refs:b43info (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/broadcom/b43/ |
D | rfkill.c | 44 b43info(wl, "Radio hardware status changed to %s\n", in b43_rfkill_poll()
|
D | main.c | 382 void b43info(struct b43_wl *wl, const char *fmt, ...) in b43info() function 1919 b43info(dev->wl, "Shared memory dump:\n"); in handle_irq_ucode_debug() 1927 b43info(dev->wl, "Microcode register dump:\n"); in handle_irq_ucode_debug() 1948 b43info(dev->wl, "The firmware just executed the MARKER(%u) " in handle_irq_ucode_debug() 2706 b43info(dev->wl, "Loading OpenSource firmware version %u.%u\n", in b43_upload_microcode() 2711 b43info(dev->wl, "Hardware crypto acceleration not supported by firmware\n"); in b43_upload_microcode() 2718 b43info(dev->wl, "Loading firmware version %u.%u " in b43_upload_microcode() 4034 b43info(dev->wl, "Radio turned on by software\n"); in b43_op_config() 4036 b43info(dev->wl, "The hardware RF-kill button " in b43_op_config() 4042 b43info(dev->wl, "Radio turned off by software\n"); in b43_op_config() [all …]
|
D | b43.h | 1086 __printf(2, 3) void b43info(struct b43_wl *wl, const char *fmt, ...);
|