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 },
923 cannot be recovered without a complete reset and firmware
1727 the Motorola firmware is downloaded, the card *never*
1729 during firmware loading, and after that wavefront_status()
1740 firmware prevents RX-ready interrupts.
1974 const struct firmware *firmware;
1976 err = request_firmware(&firmware, path, dev->card->dev);
1978 snd_printk(KERN_ERR "firmware (%s) download failed!!!\n", path);
1983 buf = firmware->data;
1990 "invalid firmware section length %d\n",
1997 if (firmware->size < len + section_length) {
1998 snd_printk(KERN_ERR "firmware section read error.\n");
2015 snd_printk(KERN_ERR "time out for firmware ACK.\n");
2030 release_firmware(firmware);
2034 release_firmware(firmware);
2035 snd_printk(KERN_ERR "firmware download failed!!!\n");
2194 snd_printk ("firmware %d.%d already loaded.\n",
2212 snd_printk ("reloading firmware as you requested.\n");
2219 snd_printk ("no response to firmware probe, assume raw.\n");