Lines Matching defs:firmware
27 #include <linux/firmware.h>
35 static int wf_raw = 0; /* we normally check for "raw state" to firmware
38 board and load the firmware anyway.
54 /* XXX this needs to be made firmware and hardware version dependent */
57 static char *ospath = DEFAULT_OSPATH; /* the firmware file name */
99 MODULE_PARM_DESC(ospath, "pathname to processed ICS2115 OS firmware");
180 { WFC_FIRMWARE_VERSION, "report firmware version", 2, 0, 0 },
919 cannot be recovered without a complete reset and firmware
1720 the Motorola firmware is downloaded, the card *never*
1722 during firmware loading, and after that wavefront_status()
1733 firmware prevents RX-ready interrupts.
1964 const struct firmware *firmware;
1966 err = request_firmware(&firmware, path, dev->card->dev);
1968 snd_printk(KERN_ERR "firmware (%s) download failed!!!\n", path);
1973 buf = firmware->data;
1980 "invalid firmware section length %d\n",
1987 if (firmware->size < len + section_length) {
1988 snd_printk(KERN_ERR "firmware section read error.\n");
2005 snd_printk(KERN_ERR "time out for firmware ACK.\n");
2020 release_firmware(firmware);
2024 release_firmware(firmware);
2025 snd_printk(KERN_ERR "firmware download failed!!!\n");
2184 snd_printk ("firmware %d.%d already loaded.\n",
2202 snd_printk ("reloading firmware as you requested.\n");
2209 snd_printk ("no response to firmware probe, assume raw.\n");