Lines Matching defs:firmware
27 #include <linux/firmware.h>
597 /* Read the firmware capabilities bitmask (Opensource firmware only) */
859 * on the firmware version.
914 * on the firmware version.
1828 * invalid beacon. This can happen for example, if the firmware
1872 b43err(dev->wl, "Whoopsy, firmware panic! Reason: %u\n", reason);
1879 /* Do not restart the controller or firmware.
1896 /* The proprietary firmware doesn't have this IRQ. */
1948 b43info(dev->wl, "The firmware just executed the MARKER(%u) "
1957 /* Acknowledge the debug-IRQ, so the firmware can continue. */
2170 "and download the correct firmware for this driver version. " \
2179 static void b43_fw_cb(const struct firmware *firmware, void *context)
2183 ctx->blob = firmware;
2196 /* Don't fetch anything. Free possibly cached firmware. */
2206 /* Free the cached firmware first. */
2209 * We could also redesign this to cache the firmware for all possible
2236 pr_err("Unable to load firmware\n");
2517 b43err(dev->wl, "The driver does not know which firmware (ucode) "
2523 b43err(dev->wl, "The driver does not know which firmware (PCM) "
2529 b43err(dev->wl, "The driver does not know which firmware (initvals) "
2534 /* We failed to load this firmware image. The error message
2579 /* Could not find a usable firmware. Print the errors. */
2683 "You must upgrade your firmware files.\n");
2699 /* Default to firmware/hardware crypto acceleration. */
2707 b43info(dev->wl, "Loading OpenSource firmware version %u.%u\n",
2712 b43info(dev->wl, "Hardware crypto acceleration not supported by firmware\n");
2719 b43info(dev->wl, "Loading firmware version %u.%u "
2725 b43warn(dev->wl, "No \"pcm5.fw\" firmware file found. "
2738 b43warn(dev->wl, "You are using an old firmware image. "
2739 "Support for old firmware will be removed soon "
2958 b43err(dev->wl, "b43_mac_enable(): The firmware "
3210 /* Set the TX-Antenna for management frames sent by firmware. */
3233 /* firmware is released later */
3255 goto out; /* firmware is released later */
3259 goto out; /* firmware is released later */
3370 /* Check if the firmware is still alive.
3374 b43err(dev->wl, "Firmware watchdog: The firmware died!\n");
4003 * The firmware takes care of races with the TX handler.
4195 /* We don't have firmware for the crypto engine.
4900 /* Disable sending probe responses from firmware.
5289 /* We release firmware that late to not be required to re-request
5645 /* setup and start work to load firmware */
5670 return; /* NULL if firmware never loaded */
5727 /* setup and start work to load firmware */
5753 return; /* NULL if firmware never loaded */