/drivers/media/tuners/ |
D | tuner-xc2028.c | 542 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function 778 rc = load_firmware(fe, BASE | new_fw.type, &std0); in check_firmware() 788 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 790 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware() 812 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware() 814 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()
|
D | xc4000.c | 682 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function 977 rc = load_firmware(fe, BASE, &std0); in check_firmware() 986 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 988 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 1010 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
|
/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00firmware.c | 100 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
|
D | rt2800soc.c | 187 .load_firmware = rt2800soc_load_firmware,
|
D | rt2800pci.c | 342 .load_firmware = rt2800_load_firmware,
|
D | rt2800usb.c | 679 .load_firmware = rt2800_load_firmware,
|
D | rt2x00.h | 534 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
|
/drivers/staging/isdn/avm/ |
D | b1pci.c | 112 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pci_probe() 251 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in b1pciv4_probe()
|
D | b1pcmcia.c | 108 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1pcmcia_add_card()
|
D | b1isa.c | 121 cinfo->capi_ctrl.load_firmware = b1_load_firmware; in b1isa_probe()
|
D | t1pci.c | 119 cinfo->capi_ctrl.load_firmware = b1dma_load_firmware; in t1pci_add_card()
|
D | t1isa.c | 430 cinfo->capi_ctrl.load_firmware = t1isa_load_firmware; in t1isa_probe()
|
/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_8723a.c | 362 .load_firmware = rtl8723au_load_firmware,
|
D | rtl8xxxu_8192c.c | 545 .load_firmware = rtl8192cu_load_firmware,
|
D | rtl8xxxu_8192e.c | 1631 .load_firmware = rtl8192eu_load_firmware,
|
D | rtl8xxxu.h | 1310 int (*load_firmware) (struct rtl8xxxu_priv *priv); member
|
D | rtl8xxxu_8723b.c | 1647 .load_firmware = rtl8723bu_load_firmware,
|
/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 267 int (*load_firmware)(void *handle); member
|
/drivers/isdn/capi/ |
D | kcapi.c | 1102 if (ctr->load_firmware == NULL) { in old_capi_manufacturer() 1133 retval = ctr->load_firmware(ctr, &ldata); in old_capi_manufacturer()
|
/drivers/tty/ |
D | isicom.c | 1334 static int load_firmware(struct pci_dev *pdev, in load_firmware() function 1572 retval = load_firmware(pdev, index, signature); in isicom_probe()
|
/drivers/staging/isdn/hysdn/ |
D | hycapi.c | 761 ctrl->load_firmware = hycapi_load_firmware; in hycapi_capi_create()
|
/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 890 static int load_firmware(struct drxd_state *state, const char *fw_name) in load_firmware() function 1548 if (load_firmware(state, DRX_FW_FILENAME_A2)) in SetDeviceTypeId() 1558 if (load_firmware(state, DRX_FW_FILENAME_B1)) in SetDeviceTypeId()
|
/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 173 load_firmware(struct isar_hw *isar, const u8 *buf, int size) in load_firmware() function 1670 isar->firmware = &load_firmware; in mISDNisar_init()
|
/drivers/infiniband/hw/hfi1/ |
D | chip.h | 723 int load_firmware(struct hfi1_devdata *dd);
|
/drivers/gpu/drm/amd/powerplay/ |
D | amd_powerplay.c | 1553 .load_firmware = pp_dpm_load_fw,
|