Home
last modified time | relevance | path

Searched refs:request_firmware (Results 1 – 25 of 225) sorted by relevance

123456789

/linux-2.6.39/Documentation/firmware_class/
DREADME2 request_firmware() hotplug interface:
21 kernel(driver): calls request_firmware(&fw_entry, $FIRMWARE, device)
41 kernel: request_firmware() returns and the driver has the firmware
43 request_firmware() returns non-zero and fw_entry is set to
52 if(request_firmware(&fw_entry, $FIRMWARE, device) == 0)
71 once and make request_firmware() return with error.
/linux-2.6.39/drivers/media/video/saa7134/
Dsaa7134-dvb.c281 return request_firmware(fw, name, &dev->pci->dev); in philips_tda1004x_request_firmware()
404 .request_firmware = philips_tda1004x_request_firmware
416 .request_firmware = philips_tda1004x_request_firmware
512 .request_firmware = philips_tda1004x_request_firmware
523 .request_firmware = philips_tda1004x_request_firmware
534 .request_firmware = philips_tda1004x_request_firmware
662 .request_firmware = philips_tda1004x_request_firmware
676 .request_firmware = philips_tda1004x_request_firmware
689 .request_firmware = philips_tda1004x_request_firmware
702 .request_firmware = philips_tda1004x_request_firmware
[all …]
/linux-2.6.39/drivers/net/wireless/orinoco/
Dfw.c131 err = request_firmware(&fw_entry, firmware, priv->dev); in orinoco_dl_firmware()
294 if (request_firmware(&fw_entry, fw->pri_fw, priv->dev) != 0) { in symbol_dl_firmware()
313 if (request_firmware(&fw_entry, fw->sta_fw, priv->dev) != 0) { in symbol_dl_firmware()
370 if (request_firmware(&fw_entry, pri_fw, priv->dev) == 0) in orinoco_cache_fw()
375 if (request_firmware(&fw_entry, fw, priv->dev) == 0) in orinoco_cache_fw()
/linux-2.6.39/include/linux/
Dfirmware.h39 int request_firmware(const struct firmware **fw, const char *name,
48 static inline int request_firmware(const struct firmware **fw, in request_firmware() function
Dihex.h61 ret = request_firmware(&lfw, fw_name, dev); in request_ihex_firmware()
/linux-2.6.39/drivers/staging/go7007/
Ds2250-loader.c101 if (request_firmware(&fw, S2250_LOADER_FIRMWARE, &usbdev->dev)) { in s2250loader_probe()
114 if (request_firmware(&fw, S2250_FIRMWARE, &usbdev->dev)) { in s2250loader_probe()
/linux-2.6.39/firmware/
DREADME.AddingFirmware6 device drivers which predate the common use of request_firmware().
8 As we update those drivers to use request_firmware() and keep a clean
/linux-2.6.39/drivers/media/dvb/frontends/
Dbcm3510.h34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
Dsp8870.h35 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
Dsp887x.h17 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
Dor51211.h34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
Dtdhd1.h40 .request_firmware = alps_tdhd1_204_request_firmware
Dtda1004x.h103 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
/linux-2.6.39/drivers/bluetooth/
Dath3k.c284 ret = request_firmware(&firmware, filename, &udev->dev); in ath3k_load_patch()
346 ret = request_firmware(&firmware, filename, &udev->dev); in ath3k_load_syscfg()
399 if (request_firmware(&firmware, "ath3k-1.fw", &udev->dev) < 0) { in ath3k_probe()
Dbcm203x.c190 if (request_firmware(&firmware, "BCM2033-MD.hex", &udev->dev) < 0) { in bcm203x_probe()
217 if (request_firmware(&firmware, "BCM2033-FW.bin", &udev->dev) < 0) { in bcm203x_probe()
/linux-2.6.39/arch/cris/arch-v32/drivers/
Diop_fw_load.c73 retval = request_firmware(&fw_entry, in iop_fw_load_spu()
138 retval = request_firmware(&fw_entry, fw_name, &iop_mpu_device); in iop_fw_load_mpu()
/linux-2.6.39/drivers/staging/ft1000/
DTODO6 - change firmware loading for usb driver to proper kernel method (request_firmware)
/linux-2.6.39/drivers/net/bna/
Dcna_fwimg.c31 if (request_firmware(&fw, fw_name, &pdev->dev)) { in cna_read_firmware()
/linux-2.6.39/drivers/base/
DKconfig93 into the kernel directly, where request_firmware() will find
99 every driver which uses request_firmware() and ships its
117 and request_firmware() in the source. These files should exist under
123 kernel. Then any request_firmware("usb8388.bin") will be
/linux-2.6.39/drivers/usb/misc/
Disight_firmware.c50 if (request_firmware(&firmware, "isight.fw", &dev->dev) != 0) { in isight_firmware_load()
/linux-2.6.39/drivers/net/wireless/rt2x00/
Drt2x00firmware.c53 retval = request_firmware(&fw, fw_name, device); in rt2x00lib_request_firmware()
/linux-2.6.39/drivers/staging/vt6656/
Dfirmware.c78 rc = request_firmware(&pDevice->firmware, FIRMWARE_NAME, dev); in FIRMWAREbDownload()
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/
DREADME10 - On-chip firmware loaded using standard request_firmware()
/linux-2.6.39/drivers/firmware/
Dsigma.c82 ret = request_firmware(&fw, name, &client->dev); in process_sigma_firmware()
/linux-2.6.39/drivers/media/dvb/dvb-usb/
Dlmedm04.c748 ret = request_firmware(&fw, fw_lme, &udev->dev); in lme_firmware_switch()
756 ret = request_firmware(&fw, fw_lme, &udev->dev); in lme_firmware_switch()
771 ret = request_firmware(&fw, fw_lme, &udev->dev); in lme_firmware_switch()
777 ret = request_firmware(&fw, fw_lme, &udev->dev); in lme_firmware_switch()
783 ret = request_firmware(&fw, fw_lme, &udev->dev); in lme_firmware_switch()

123456789