/linux-2.6.39/Documentation/firmware_class/ |
D | README | 2 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/ |
D | saa7134-dvb.c | 281 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/ |
D | fw.c | 131 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/ |
D | firmware.h | 39 int request_firmware(const struct firmware **fw, const char *name, 48 static inline int request_firmware(const struct firmware **fw, in request_firmware() function
|
D | ihex.h | 61 ret = request_firmware(&lfw, fw_name, dev); in request_ihex_firmware()
|
/linux-2.6.39/drivers/staging/go7007/ |
D | s2250-loader.c | 101 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/ |
D | README.AddingFirmware | 6 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/ |
D | bcm3510.h | 34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | sp8870.h | 35 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | sp887x.h | 17 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | or51211.h | 34 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
D | tdhd1.h | 40 .request_firmware = alps_tdhd1_204_request_firmware
|
D | tda1004x.h | 103 int (*request_firmware)(struct dvb_frontend* fe, const struct firmware **fw, char* name); member
|
/linux-2.6.39/drivers/bluetooth/ |
D | ath3k.c | 284 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()
|
D | bcm203x.c | 190 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/ |
D | iop_fw_load.c | 73 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/ |
D | TODO | 6 - change firmware loading for usb driver to proper kernel method (request_firmware)
|
/linux-2.6.39/drivers/net/bna/ |
D | cna_fwimg.c | 31 if (request_firmware(&fw, fw_name, &pdev->dev)) { in cna_read_firmware()
|
/linux-2.6.39/drivers/base/ |
D | Kconfig | 93 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/ |
D | isight_firmware.c | 50 if (request_firmware(&firmware, "isight.fw", &dev->dev) != 0) { in isight_firmware_load()
|
/linux-2.6.39/drivers/net/wireless/rt2x00/ |
D | rt2x00firmware.c | 53 retval = request_firmware(&fw, fw_name, device); in rt2x00lib_request_firmware()
|
/linux-2.6.39/drivers/staging/vt6656/ |
D | firmware.c | 78 rc = request_firmware(&pDevice->firmware, FIRMWARE_NAME, dev); in FIRMWAREbDownload()
|
/linux-2.6.39/drivers/staging/brcm80211/brcmfmac/ |
D | README | 10 - On-chip firmware loaded using standard request_firmware()
|
/linux-2.6.39/drivers/firmware/ |
D | sigma.c | 82 ret = request_firmware(&fw, name, &client->dev); in process_sigma_firmware()
|
/linux-2.6.39/drivers/media/dvb/dvb-usb/ |
D | lmedm04.c | 748 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()
|