Home
last modified time | relevance | path

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

12

/drivers/media/tuners/
Dtuner-xc2028.c545 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
781 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware()
791 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
793 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
815 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
817 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
998 rc = load_firmware(fe, BASE, &std0); in check_firmware()
1007 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1009 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1031 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
/drivers/net/wireless/rt2x00/
Drt2x00firmware.c111 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
Drt2800soc.c191 .load_firmware = rt2800soc_load_firmware,
Drt2800pci.c352 .load_firmware = rt2800_load_firmware,
Drt2x00.h540 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
Drt2800usb.c872 .load_firmware = rt2800_load_firmware,
Drt73usb.c2329 .load_firmware = rt73usb_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.c1106 if (ctr->load_firmware == NULL) { in old_capi_manufacturer()
1137 retval = ctr->load_firmware(ctr, &ldata); in old_capi_manufacturer()
/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h673 int (*load_firmware) (struct rtl8xxxu_priv *priv); member
Drtl8xxxu.c5715 ret = priv->fops->load_firmware(priv); in rtl8xxxu_probe()
5803 .load_firmware = rtl8723au_load_firmware,
5812 .load_firmware = rtl8192cu_load_firmware,
/drivers/tty/
Disicom.c1371 static int load_firmware(struct pci_dev *pdev, in load_firmware() function
1609 retval = load_firmware(pdev, index, signature); in isicom_probe()
/drivers/staging/rdma/hfi1/
Dchip.h627 int load_firmware(struct hfi1_devdata *dd);
Dfirmware.c1235 int load_firmware(struct hfi1_devdata *dd) in load_firmware() function
/drivers/isdn/hysdn/
Dhycapi.c775 ctrl->load_firmware = hycapi_load_firmware; in hycapi_capi_create()
/drivers/media/dvb-frontends/
Ddrxd_hard.c904 static int load_firmware(struct drxd_state *state, const char *fw_name) in load_firmware() function
1555 if (load_firmware(state, DRX_FW_FILENAME_A2)) in SetDeviceTypeId()
1565 if (load_firmware(state, DRX_FW_FILENAME_B1)) in SetDeviceTypeId()
/drivers/isdn/hardware/mISDN/
DmISDNisar.c186 load_firmware(struct isar_hw *isar, const u8 *buf, int size) in load_firmware() function
1684 isar->firmware = &load_firmware; in mISDNisar_init()
/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c1636 static int load_firmware(struct octeon_device *oct) in load_firmware() function
3634 ret = load_firmware(octeon_dev); in octeon_device_init()

12