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

/drivers/net/wireless/rt2x00/
H A Drt2x00firmware.c114 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev,
H A Drt2x00.h554 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member in struct:rt2x00lib_ops
H A Drt2800pci.c1042 .load_firmware = rt2800_load_firmware,
H A Drt2800usb.c776 .load_firmware = rt2800_load_firmware,
H A Drt73usb.c2325 .load_firmware = rt73usb_load_firmware,
H A Drt61pci.c2990 .load_firmware = rt61pci_load_firmware,
/drivers/isdn/hardware/eicon/
H A Dcapimain.c112 ctrl->load_firmware = NULL;
/drivers/media/common/tuners/
H A Dtuner-xc2028.c535 static int load_firmware(struct dvb_frontend *fe, unsigned int type, function
769 rc = load_firmware(fe, BASE | new_fw.type, &std0);
779 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0);
781 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ,
803 rc = load_firmware(fe, new_fw.type, &new_fw.id);
805 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id);
H A Dxc4000.c701 static int load_firmware(struct dvb_frontend *fe, unsigned int type, function
984 rc = load_firmware(fe, BASE, &std0);
993 rc = load_firmware(fe, BASE | INIT1, &std0);
995 rc = load_firmware(fe, BASE | INIT1, &std0);
1017 rc = load_firmware(fe, new_fw.type, &new_fw.id);
/drivers/isdn/hardware/avm/
H A Db1pci.c112 cinfo->capi_ctrl.load_firmware = b1_load_firmware;
251 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware;
H A Db1isa.c121 cinfo->capi_ctrl.load_firmware = b1_load_firmware;
H A Db1pcmcia.c108 cinfo->capi_ctrl.load_firmware = b1_load_firmware;
H A Dt1pci.c119 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware;
H A Dt1isa.c430 cinfo->capi_ctrl.load_firmware = t1isa_load_firmware;
H A Dc4.c1211 cinfo->capi_ctrl.load_firmware = c4_load_firmware;
/drivers/isdn/capi/
H A Dkcapi.c1100 if (ctr->load_firmware == NULL) {
1131 retval = ctr->load_firmware(ctr, &ldata);
/drivers/isdn/hysdn/
H A Dhycapi.c775 ctrl->load_firmware = hycapi_load_firmware;
/drivers/media/dvb/frontends/
H A Ddrxd_hard.c908 static int load_firmware(struct drxd_state *state, const char *fw_name) function
1559 if (load_firmware(state, DRX_FW_FILENAME_A2))
1569 if (load_firmware(state, DRX_FW_FILENAME_B1))
/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c186 load_firmware(struct isar_hw *isar, const u8 *buf, int size) function
1704 isar->firmware = &load_firmware;
/drivers/tty/
H A Disicom.c1374 static int __devinit load_firmware(struct pci_dev *pdev, function
1612 retval = load_firmware(pdev, index, signature);
/drivers/isdn/gigaset/
H A Dcapi.c2379 iif->ctr.load_firmware = NULL;

Completed in 2558 milliseconds