Searched refs:firmware (Results 51 - 75 of 502) sorted by relevance

1234567891011>>

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.h58 const struct firmware *fw_bin[MAX_FW_IMAGES];
59 const struct firmware *fw_hdr[MAX_FW_IMAGES];
/drivers/net/wireless/libertas/
H A DMakefile9 libertas-y += firmware.o
H A Dif_usb.h57 * bootcmdresp > 0 is a BOOT_CMD_RESP_* from firmware
66 const struct firmware *fw;
/drivers/sfi/
H A DKconfig9 for platform firmware to pass information to the operating system
/drivers/net/wireless/rtlwifi/rtl8192se/
H A Dsw.c87 static void rtl92se_fw_cb(const struct firmware *firmware, void *context) argument
96 if (!firmware) {
101 if (firmware->size > rtlpriv->max_fw_size) {
105 release_firmware(firmware);
109 memcpy(pfirmware->sz_fw_tmpbuffer, firmware->data, firmware->size);
110 pfirmware->sz_fw_tmpbufferlen = firmware->size;
111 release_firmware(firmware);
207 /* for firmware bu
[all...]
/drivers/media/usb/dvb-usb/
H A Ddtt200u.c138 .firmware = "dvb-usb-dtt200u-01.fw",
188 .firmware = "dvb-usb-wt220u-02.fw",
238 .firmware = "dvb-usb-wt220u-fc03.fw",
288 .firmware = "dvb-usb-wt220u-zl0353-01.fw",
338 .firmware = "dvb-usb-wt220u-miglia-01.fw",
H A Ddvb-usb.h15 #include <linux/firmware.h>
63 * pre-firmware state
65 * post-firmware state
225 * @usb_ctrl: which USB device-side controller is in use. Needed for firmware
227 * @firmware: name of the firmware file.
228 * @download_firmware: called to download the firmware when the usb_ctrl is
230 * @no_reconnect: device doesn't do a reconnect after downloading the firmware,
271 int (*download_firmware) (struct usb_device *, const struct firmware *);
272 const char *firmware; member in struct:dvb_usb_device_properties
[all...]
/drivers/bluetooth/
H A Dbfusb.c34 #include <linux/firmware.h>
545 const unsigned char *firmware, int count)
552 BT_INFO("BlueFRITZ! USB loading firmware");
556 BT_ERR("Can't allocate memory chunk for firmware");
576 memcpy(buf, firmware + sent, size);
582 BT_ERR("Error in firmware loading");
626 const struct firmware *firmware; local
647 /* Initialize control structure and load firmware */
667 if (request_firmware(&firmware, "bfubas
544 bfusb_load_firmware(struct bfusb_data *data, const unsigned char *firmware, int count) argument
[all...]
/drivers/firmware/
H A DKconfig30 bool "Add firmware-provided memory map to sysfs" if EXPERT
33 Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap.
37 See also Documentation/ABI/testing/sysfs-firmware-memmap.
44 If your firmware supplies the PCDP table, and you want to
48 If your firmware supplies the HCDP table, and you want to
108 under /sys/firmware/dmi when this option is enabled and
135 source "drivers/firmware/google/Kconfig"
136 source "drivers/firmware/efi/Kconfig"
/drivers/input/touchscreen/
H A Dili210x.c191 struct firmware_version firmware; local
207 /* Get firmware version */
209 &firmware, sizeof(firmware));
211 dev_err(dev, "Failed to get firmware version, err: %d\n",
286 "ILI210x initialized (IRQ: %d), firmware version %d.%d.%d",
287 client->irq, firmware.id, firmware.major, firmware.minor);
/drivers/gpu/drm/mga/
H A Dmga_warp.c30 #include <linux/firmware.h>
55 const struct firmware *fw = NULL;
/drivers/isdn/hardware/eicon/
H A DKconfig17 In order to use this card, additional firmware is necessary, which
/drivers/media/usb/go7007/
H A Dgo7007-loader.c17 #include <linux/firmware.h>
46 const struct firmware *fw;
76 dev_info(&interface->dev, "loading firmware %s\n", fw1);
80 "unable to load firmware from file \"%s\"\n", fw1);
95 "unable to load firmware from file \"%s\"\n", fw2);
101 dev_err(&interface->dev, "firmware download failed\n");
140 MODULE_DESCRIPTION("firmware loader for go7007-usb");
/drivers/net/wireless/ath/ath10k/
H A Dcore.c19 #include <linux/firmware.h>
75 /* set the firmware mode to STA/IBSS/AP */
78 ath10k_err(ar, "setting firmware mode (1/2) failed\n");
97 ath10k_err(ar, "setting firmware mode (2/2) failed\n");
119 static const struct firmware *ath10k_fetch_fw_file(struct ath10k *ar,
124 const struct firmware *fw;
282 ath10k_err(ar, "unknown firmware mode: %d\n", mode);
287 "boot uploading firmware image %p len %d mode %s\n",
292 ath10k_err(ar, "failed to download %s firmware: %d\n",
308 if (ar->firmware
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A DMakefile35 firmware.o \
/drivers/net/wireless/p54/
H A Dp54pci.h97 const struct firmware *firmware; member in struct:p54p_priv
/drivers/net/wireless/rsi/
H A Drsi_91x_usb_ops.c18 #include <linux/firmware.h>
23 * copying the TA firmware to the card.Basically this
27 * @fw: Pointer to the firmware value to be written.
28 * @len: length of firmware file.
78 rsi_dbg(INIT_ZONE, "%s: loaded firmware\n", __func__);
125 * of loading the TA firmware.This function also
136 const struct firmware *fw_entry = NULL;
/drivers/scsi/device_handler/
H A DKconfig25 be sent to start it and cannot upgrade the firmware then select y.
/drivers/scsi/isci/
H A Dprobe_roms.h59 #include <linux/firmware.h>
159 struct isci_orom *isci_request_firmware(struct pci_dev *pdev, const struct firmware *fw);
/drivers/base/
H A DMakefile5 cpu.o firmware.o init.o map.o devres.o \
/drivers/gpu/drm/nouveau/core/
H A Dos.h11 #include <linux/firmware.h>
/drivers/gpu/drm/nouveau/nvif/
H A Dos.h11 #include <linux/firmware.h>
/drivers/media/dvb-frontends/
H A Dtdhd1.h31 static int alps_tdhd1_204_request_firmware(struct dvb_frontend *fe, const struct firmware **fw, char *name);
/drivers/media/pci/ivtv/
H A DMakefile2 ivtv-driver.o ivtv-fileops.o ivtv-firmware.o \
/drivers/media/platform/exynos4-is/
H A Dfimc-is.h145 const struct firmware *info;
175 const struct firmware *f_w;
214 const struct firmware *info;
253 struct firmware *f_w;

Completed in 517 milliseconds

1234567891011>>