/drivers/media/platform/mtk-vcodec/ |
D | mtk_vcodec_fw_priv.h | 18 int (*load_firmware)(struct mtk_vcodec_fw *fw); member
|
D | mtk_vcodec_fw.c | 32 return fw->ops->load_firmware(fw); in mtk_vcodec_fw_load_firmware()
|
D | mtk_vcodec_fw_scp.c | 47 .load_firmware = mtk_vcodec_scp_load_firmware,
|
D | mtk_vcodec_fw_vpu.c | 71 .load_firmware = mtk_vcodec_vpu_load_firmware,
|
/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 | 188 .load_firmware = rt2800soc_load_firmware,
|
D | rt2800pci.c | 343 .load_firmware = rt2800_load_firmware,
|
D | rt2800usb.c | 680 .load_firmware = rt2800_load_firmware,
|
D | rt2x00.h | 543 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
|
/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 | 1681 .load_firmware = rtl8192eu_load_firmware,
|
D | rtl8xxxu_8723b.c | 1645 .load_firmware = rtl8723bu_load_firmware,
|
D | rtl8xxxu.h | 1410 int (*load_firmware) (struct rtl8xxxu_priv *priv); member
|
/drivers/gpu/drm/amd/include/ |
D | kgd_pp_interface.h | 332 int (*load_firmware)(void *handle); member
|
/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 | 172 load_firmware(struct isar_hw *isar, const u8 *buf, int size) in load_firmware() function 1669 isar->firmware = &load_firmware; in mISDNisar_init()
|
/drivers/gpu/drm/amd/pm/ |
D | amdgpu_dpm.c | 1615 if (adev->powerplay.pp_funcs && adev->powerplay.pp_funcs->load_firmware) { in amdgpu_pm_load_smu_firmware() 1616 r = adev->powerplay.pp_funcs->load_firmware(adev->powerplay.pp_handle); in amdgpu_pm_load_smu_firmware()
|
/drivers/infiniband/hw/hfi1/ |
D | chip.h | 687 int load_firmware(struct hfi1_devdata *dd);
|
D | firmware.c | 1622 int load_firmware(struct hfi1_devdata *dd) in load_firmware() function
|
/drivers/staging/r8188eu/hal/ |
D | rtl8188e_hal_init.c | 545 static int load_firmware(struct rt_firmware *pFirmware, struct device *device) in load_firmware() function 596 rtStatus = load_firmware(&dvobj->firmware, device); in rtl8188e_FirmwareDownload()
|
/drivers/gpu/drm/amd/pm/powerplay/ |
D | amd_powerplay.c | 1687 .load_firmware = pp_dpm_load_fw,
|
/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 1688 static int load_firmware(struct octeon_device *oct) in load_firmware() function 4320 ret = load_firmware(octeon_dev); in octeon_device_init()
|