Searched refs:firmware (Results 201 - 225 of 502) sorted by relevance

1234567891011>>

/drivers/pinctrl/
H A DKconfig77 Most pins are usually muxed to some other functionality by firmware,
/drivers/soc/ti/
H A Dknav_qmss_queue.c35 #include <linux/firmware.h>
1441 ret = of_property_read_string(child, "firmware",
1442 &pdsp->firmware);
1443 if (ret < 0 || !pdsp->firmware) {
1444 dev_err(dev, "unknown firmware for pdsp %s\n",
1450 pdsp->firmware);
1482 dev_dbg(dev, "added pdsp %s: command %p, iram %p, regs %p, intd %p, firmware %s\n",
1484 pdsp->intd, pdsp->firmware);
1510 const struct firmware *fw;
1513 ret = request_firmware(&fw, pdsp->firmware, kde
[all...]
/drivers/uwb/i1480/dfu/
H A Dmac.c23 * Implementation of the code for parsing the firmware file (extract
27 * function pointers to push the firmware to the device.
30 #include <linux/firmware.h>
46 /* Free a chain of firmware headers */
60 /* Fill a firmware header descriptor from a memory buffer */
90 * Get a buffer where the firmware is supposed to be and create a
158 * @hdr: Pointer to the firmware chunk
206 * Writes firmware headers to the device.
209 * @hdr: Processed firmware
264 /** Puts the device in firmware uploa
[all...]
/drivers/cpufreq/
H A Dpowernv-cpufreq.c32 #include <asm/firmware.h>
58 * from the firmware passed via device-tree
153 * the firmware
247 * firmware for CPU 'cpu'. This value is reported through the sysfs
/drivers/firmware/
H A Dmemmap.c2 * linux/drivers/firmware/memmap.c
18 #include <linux/firmware-map.h>
31 * Firmware map entry. Because firmware memory maps are flat and not
138 * firmware_map_add_entry() - Does the real work to add a firmware memmap entry.
168 * firmware_map_remove_entry() - Does the real work to remove a firmware
276 * firmware_map_add_hotplug() - Adds a firmware mapping entry when we do
282 * Adds a firmware mapping entry. This function is for memory hotplug, it is
318 * firmware_map_add_early() - Adds a firmware mapping entry.
323 * Adds a firmware mapping entry. This function uses the bootmem allocator
342 * firmware_map_remove() - remove a firmware mappin
[all...]
/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnvc0.h95 bool firmware; member in struct:nvc0_graph_priv
/drivers/gpu/drm/radeon/
H A Dci_smc.c25 #include <linux/firmware.h>
H A Dradeon_mn.c31 #include <linux/firmware.h>
H A Dsi_smc.c25 #include <linux/firmware.h>
/drivers/isdn/hardware/mISDN/
H A Disar.h58 int (*firmware)(struct isar_hw *, const u8 *, int); member in struct:isar_hw
/drivers/media/dvb-frontends/
H A Ddrxk_hard.h358 const struct firmware *fw;
H A Dds3000.c27 #include <linux/firmware.h>
41 /* as of March 2009 current DS3000 firmware version is 1.78 */
271 /* I2C write for 8k firmware load */
345 const struct firmware *fw);
350 const struct firmware *fw;
359 /* Load firmware */
360 /* request the firmware, this will block until someone uploads it */
361 printk(KERN_INFO "%s: Waiting for firmware upload (%s)...\n", __func__,
365 printk(KERN_INFO "%s: Waiting for firmware upload(2)...\n", __func__);
367 printk(KERN_ERR "%s: No firmware uploade
[all...]
H A Dm88ds3103_priv.h23 #include <linux/firmware.h>
H A Dnxt200x.c33 * This driver needs external firmware. Please use the command
36 * download/extract the appropriate firmware, and then copy it to
37 * /usr/lib/hotplug/firmware/ or /lib/firmware/
38 * (depending on configuration of firmware hotplug).
293 "firmware upload.\n");
422 static int nxt2002_load_firmware (struct dvb_frontend* fe, const struct firmware *fw)
442 /* Hold the micro in reset while loading firmware */
465 /* write remaining bytes of firmware */
489 static int nxt2004_load_firmware (struct dvb_frontend* fe, const struct firmware *f
[all...]
/drivers/media/mmc/siano/
H A Dsmssdio.c37 #include <linux/firmware.h>
/drivers/media/pci/ngene/
H A Dngene-dvb.c7 * Modifications for new nGene firmware,
40 #include <linux/firmware.h>
/drivers/media/platform/coda/
H A Dcoda.h49 char *firmware; member in struct:coda_devtype
/drivers/media/usb/dvb-usb/
H A DMakefile1 dvb-usb-objs += dvb-usb-firmware.o dvb-usb-init.o dvb-usb-urb.o dvb-usb-i2c.o
H A Dvp7045.c204 deb_info("firmware says: %s ",buf);
242 .firmware = "dvb-usb-vp7045-01.fw",
/drivers/net/wimax/i2400m/
H A Dfw.c45 * targeted at uploading the firmware and launching it.
51 * firmware. Normal hardware takes only signed firmware.
61 * then is fully booted. At this point we can upload the firmware.
65 * collected in i2400m_barker_db along with the firmware
75 * in the future, we might not upload the firmware until userspace
78 * We can then upload the firmware file. The file is composed of a BCF
84 * the new firmware [i2400m_dnload_finalize()].
86 * Once firmware is uploaded, we are good to go :)
109 * Note that in some cases, we can't just load a firmware fil
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dsdio_host.h21 #include <linux/firmware.h>
22 #include "firmware.h"
/drivers/net/wireless/libertas_tf/
H A Dif_usb.c19 #include <linux/firmware.h>
284 u8 *firmware = (u8 *) cardp->fw->data; local
301 firmware binary. Insert the seqnum in the middle... */
302 memcpy(&fwdata->hdr, &firmware[cardp->totalbytes],
308 memcpy(fwdata->data, &firmware[cardp->totalbytes],
809 pr_err("firmware file format check FAIL\n");
811 lbtf_deb_fw("firmware file format check PASS\n");
829 pr_err("firmware %s not found\n", lbtf_fw_name);
876 /* Send the first firmware packet... */
/drivers/net/wireless/mwifiex/
H A Dusb.c349 /* PID_1 is used for firmware downloading only */
436 * 'host sleep activate' request to the firmware and turns off the traffic.
487 * sends a 'host sleep cancel' request to the firmware.
805 u8 *firmware = fw->fw_buf, *recv_buff; local
812 if (!firmware) {
814 "No firmware image found! Terminating download\n");
836 memcpy(&fwdata->fw_hdr, &firmware[tlen],
843 memcpy(fwdata->data, &firmware[tlen], dlen);
854 /* send the firmware block */
867 /* Receive the firmware bloc
[all...]
/drivers/net/wireless/p54/
H A Dp54.h178 /* memory management (as seen by the firmware) */
185 /* firmware/hardware info */
271 int p54_parse_firmware(struct ieee80211_hw *dev, const struct firmware *fw);
/drivers/net/wireless/rsi/
H A Drsi_91x_main.c20 #include <linux/firmware.h>

Completed in 527 milliseconds

1234567891011>>