Searched refs:firmware (Results 126 - 150 of 502) sorted by relevance

1234567891011>>

/drivers/staging/rtl8712/
H A Ddrv_types.h179 const struct firmware *fw;
/drivers/media/common/siano/
H A Dsmscoreapi.c33 #include <linux/firmware.h>
440 MODULE_PARM_DESC(default_mode, "default firmware id (device mode)");
919 struct sms_firmware *firmware = (struct sms_firmware *) buffer; local
923 u8 *payload = firmware->payload;
925 firmware->start_address = le32_to_cpup((__le32 *)&firmware->start_address);
926 firmware->length = le32_to_cpup((__le32 *)&firmware->length);
928 mem_address = firmware->start_address;
931 mem_address, firmware
[all...]
/drivers/fmc/
H A DKconfig39 internal EEPROM of the PCB, using the firmware loader to get
/drivers/media/usb/dvb-usb/
H A Dgp8psk.c115 const struct firmware *fw = NULL;
120 err("did not find the bcm4500 firmware file. (%s) "
121 "Please see linux/Documentation/dvb/ for more details on firmware-problems. (%d)",
131 info("downloading bcm4500 firmware from file '%s'",bcm4500_firmware);
143 err("failed to load bcm4500 firmware.");
148 err("failed to load bcm4500 firmware.");
180 if (! (status & bm8pskFW_Loaded)) /* BCM4500 firmware loaded */
219 /* load BCM4500 firmware */
266 .firmware = "dvb-usb-gp8psk-01.fw",
/drivers/media/usb/gspca/
H A Dvicam.c36 #include <linux/firmware.h>
40 #define VICAM_FIRMWARE "vicam/firmware.fw"
242 const struct firmware *uninitialized_var(fw);
248 pr_err("Failed to load \"vicam/firmware.fw\": %d\n", ret);
/drivers/misc/
H A Dlattice-ecp3-config.c11 #include <linux/firmware.h>
69 static void firmware_load(const struct firmware *fw, void *context)
83 dev_err(&spi->dev, "Cannot load firmware, aborting\n");
184 * Don't forget to release the firmware again
/drivers/net/wireless/
H A DKconfig36 tristate "Marvell 8xxx Libertas WLAN driver support with thin firmware"
43 bool "Enable full debugging output in the Libertas thin firmware module."
49 tristate "Marvell Libertas 8388 USB 802.11b/g cards with thin firmware"
86 and need their firmware loaded at start-up. If yours is
87 one of these, you will need to provide a firmware image
89 firmware package can be downloaded from
182 The zd1201 device requires external firmware to be loaded.
/drivers/net/wireless/cw1200/
H A Dcw1200.h36 struct firmware;
125 const struct firmware *sdd;
137 /* firmware/hardware info */
/drivers/net/wireless/libertas/
H A Dif_usb.c9 #include <linux/firmware.h>
45 /* table of firmware file names */
67 const struct firmware *fw,
68 const struct firmware *unused);
334 const uint8_t *firmware = cardp->fw->data; local
349 firmware binary. Insert the seqnum in the middle... */
350 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
356 memcpy(fwdata->data, &firmware[cardp->totalbytes],
587 /* Give device 5s to either write firmware to its RAM or eeprom */
822 pr_err("firmware fil
[all...]
H A Dif_cs.c30 #include <linux/firmware.h>
164 * with polling is needed while downloading the firmware. At this stage,
167 * Fortunately, this function is never used once the firmware is in
216 * an interrupt in the firmware, to tell the firmware about those events:
220 * IF_CS_BIT_COMMAND a firmware block or a command has been downloaded
241 * Used to send commands (and to send firmware block) and to
250 * The card status registers shows what the card/firmware actually
270 * The card int cause register is used by the card/firmware to notify us
276 * IF_CS_BIT_RESP the firmware ha
[all...]
/drivers/pci/pcie/
H A DKconfig39 ASPM is initially set up by the firmware. With this option enabled,
/drivers/scsi/isci/
H A Dprobe_roms.c28 #include <linux/firmware.h>
114 struct isci_orom *isci_request_firmware(struct pci_dev *pdev, const struct firmware *fw)
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_usb.c15 #include <linux/firmware.h>
67 const struct firmware *dsp_fw;
/drivers/staging/rtl8188eu/hal/
H A Dfw.c36 #include <linux/firmware.h>
189 const struct firmware *fw;
/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_firmware.c24 #include <linux/firmware.h>
219 RT_TRACE(COMP_FIRMWARE, "Unknown firmware status");
250 " firmware state\n");
262 const struct firmware *fw_entry;
269 RT_TRACE(COMP_FIRMWARE, "request firmware fail!\n");
/drivers/staging/rtl8192u/
H A Dr819xU_firmware.c2 * Procedure: Init boot code/firmware code/data session
4 * Description: This routine will initialize firmware. If any error occurs during the initialization
12 * NDIS_STATUS_SUCCESS - if firmware initialization process success
19 #include <linux/firmware.h>
63 /* Allocate skb buffer to contain firmware info and tx descriptor info
119 // NDIS_STATUS_SUCCESS - if firmware initialization process success
211 const struct firmware *fw_entry;
230 RT_TRACE(COMP_FIRMWARE, "PlatformInitFirmware: undefined firmware state\n");
235 * Download data image for firmware reset
245 RT_TRACE(COMP_ERR, "request firmware fai
[all...]
/drivers/net/wireless/b43legacy/
H A Db43legacy.h358 /* The firmware file header */
585 /* firmware loading work */
640 /* Pointers to the firmware data and meta information about it. */
643 const struct firmware *ucode;
645 const struct firmware *pcm;
646 /* Initial MMIO values for the firmware */
647 const struct firmware *initvals;
648 /* Initial MMIO values for the firmware, band-specific */
649 const struct firmware *initvals_band;
737 const struct firmware *fw
[all...]
/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c33 #include <linux/firmware.h>
779 /* wait for firmware to handle the API command */
944 const struct firmware *firmware; local
995 retval = request_firmware(&firmware, CX231xx_FIRM_IMAGE_NAME,
999 pr_err("ERROR: Hotplug firmware request failed (%s).\n",
1001 pr_err("Please fix your hotplug setup, the board will not work without firmware loaded!\n");
1005 if (firmware->size != CX231xx_FIRM_IMAGE_SIZE) {
1007 firmware->size, CX231xx_FIRM_IMAGE_SIZE);
1008 release_firmware(firmware);
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c42 #include <linux/firmware.h>
112 const struct firmware *fw);
114 const struct firmware *fw);
124 const struct firmware *fw)
395 const struct firmware *fw;
910 qib_sd7220_ib_load(struct qib_devdata *dd, const struct firmware *fw)
916 qib_sd7220_ib_vfy(struct qib_devdata *dd, const struct firmware *fw)
/drivers/net/wireless/p54/
H A Dp54pci.c18 #include <linux/firmware.h>
79 /* wait for the firmware to reset properly */
82 err = p54_parse_firmware(dev, priv->firmware);
87 dev_err(&priv->pdev->dev, "wrong firmware, "
88 "please get a LM86(PCI) firmware a try again.\n");
92 data = (__le32 *) priv->firmware->data;
93 remains = priv->firmware->size;
129 /* wait for the firmware to boot properly */
472 wiphy_err(dev->wiphy, "Cannot boot firmware!\n");
490 static void p54p_firmware_step2(const struct firmware *f
[all...]
/drivers/media/dvb-frontends/
H A Dor51211.c28 * This driver needs external firmware. Please use the command
30 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
31 * or /lib/firmware (depending on configuration of firmware hotplug).
38 #include <linux/firmware.h>
108 const struct firmware *fw)
127 /* Create firmware buffer */
367 const struct firmware* fw;
373 /* Request the firmware, this will block until it uploads */
374 pr_info("Waiting for firmware uploa
[all...]
H A Dsp8870.c23 * This driver needs external firmware. Please use the command
25 * download/extract it, and then copy it to /usr/lib/hotplug/firmware
26 * or /lib/firmware (depending on configuration of firmware hotplug).
33 #include <linux/firmware.h>
60 /* firmware size for sp8870 */
63 /* starting point for firmware in file 'Sc_main.mc' */
98 static int sp8870_firmware_upload (struct sp8870_state* state, const struct firmware *fw)
121 // do firmware upload
134 printk("%s: firmware uploa
[all...]
/drivers/media/pci/cx18/
H A Dcx18-dvb.c36 #include <linux/firmware.h>
131 * driver (yuanrap.sys) and which we load as a firmware.
137 const struct firmware **fw)
145 CX18_ERR("Unable to open firmware file %s\n", fn);
161 "mpc718' if you need the firmware\n");
171 const struct firmware *fw = NULL;
180 /* Loop through all the register-value pairs in the firmware file */
269 CX18_ERR("Failed to initialize firmware starting DVB feed\n");
596 * The firmware seems to enable the TS DMUX clock
H A Dcx18-firmware.c2 * cx18 firmware functions
27 #include "cx18-firmware.h"
29 #include <linux/firmware.h>
103 const struct firmware *fw = NULL;
110 CX18_ERR("Unable to open firmware %s\n", fn);
111 CX18_ERR("Did you put the firmware in the hotplug firmware directory?\n");
133 CX18_INFO("loaded %s firmware (%zu bytes)\n", fn, fw->size);
143 const struct firmware *fw = NULL;
154 CX18_ERR("unable to open firmware
[all...]
/drivers/cpuidle/
H A Dcpuidle-powernv.c18 #include <asm/firmware.h>

Completed in 2475 milliseconds

1234567891011>>