Home
last modified time | relevance | path

Searched refs:load_firmware (Results 1 – 21 of 21) sorted by relevance

/drivers/media/common/tuners/
Dtuner-xc2028.c535 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
769 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware()
779 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
781 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
803 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
805 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()
Dxc4000.c701 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
984 rc = load_firmware(fe, BASE, &std0); in check_firmware()
993 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
995 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1017 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
/drivers/net/wireless/rt2x00/
Drt2x00firmware.c114 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
Drt2x00.h559 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
Drt2800usb.c854 .load_firmware = rt2800_load_firmware,
Drt2800pci.c1089 .load_firmware = rt2800_load_firmware,
Drt73usb.c2335 .load_firmware = rt73usb_load_firmware,
Drt61pci.c2999 .load_firmware = rt61pci_load_firmware,
/drivers/isdn/hardware/eicon/
Dcapimain.c112 ctrl->load_firmware = NULL; in diva_os_set_controller_struct()
/drivers/isdn/hardware/avm/
Db1pci.c112 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pci_probe()
251 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in b1pciv4_probe()
Db1pcmcia.c108 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pcmcia_add_card()
Db1isa.c121 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1isa_probe()
Dt1pci.c119 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in t1pci_add_card()
Dt1isa.c430 cinfo->capi_ctrl.load_firmware = t1isa_load_firmware; in t1isa_probe()
Dc4.c1211 cinfo->capi_ctrl.load_firmware = c4_load_firmware; in c4_add_card()
/drivers/isdn/capi/
Dkcapi.c1100 if (ctr->load_firmware == NULL) { in old_capi_manufacturer()
1131 retval = ctr->load_firmware(ctr, &ldata); in old_capi_manufacturer()
/drivers/tty/
Disicom.c1371 static int __devinit load_firmware(struct pci_dev *pdev, in load_firmware() function
1609 retval = load_firmware(pdev, index, signature); in isicom_probe()
/drivers/media/dvb/frontends/
Ddrxd_hard.c908 static int load_firmware(struct drxd_state *state, const char *fw_name) in load_firmware() function
1559 if (load_firmware(state, DRX_FW_FILENAME_A2)) in SetDeviceTypeId()
1569 if (load_firmware(state, DRX_FW_FILENAME_B1)) in SetDeviceTypeId()
/drivers/isdn/hysdn/
Dhycapi.c775 ctrl->load_firmware = hycapi_load_firmware; in hycapi_capi_create()
/drivers/isdn/hardware/mISDN/
DmISDNisar.c186 load_firmware(struct isar_hw *isar, const u8 *buf, int size) in load_firmware() function
1704 isar->firmware = &load_firmware; in mISDNisar_init()
/drivers/isdn/gigaset/
Dcapi.c2381 iif->ctr.load_firmware = NULL; in gigaset_isdn_regdev()