Home
last modified time | relevance | path

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

12

/drivers/media/platform/mtk-vcodec/
Dmtk_vcodec_fw_priv.h18 int (*load_firmware)(struct mtk_vcodec_fw *fw); member
Dmtk_vcodec_fw.c32 return fw->ops->load_firmware(fw); in mtk_vcodec_fw_load_firmware()
Dmtk_vcodec_fw_scp.c47 .load_firmware = mtk_vcodec_scp_load_firmware,
Dmtk_vcodec_fw_vpu.c71 .load_firmware = mtk_vcodec_vpu_load_firmware,
/drivers/media/tuners/
Dtuner-xc2028.c542 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()
Dxc4000.c682 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/
Drt2x00firmware.c100 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
Drt2800soc.c188 .load_firmware = rt2800soc_load_firmware,
Drt2800pci.c343 .load_firmware = rt2800_load_firmware,
Drt2800usb.c680 .load_firmware = rt2800_load_firmware,
Drt2x00.h543 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_8723a.c362 .load_firmware = rtl8723au_load_firmware,
Drtl8xxxu_8192c.c545 .load_firmware = rtl8192cu_load_firmware,
Drtl8xxxu_8192e.c1681 .load_firmware = rtl8192eu_load_firmware,
Drtl8xxxu_8723b.c1645 .load_firmware = rtl8723bu_load_firmware,
Drtl8xxxu.h1410 int (*load_firmware) (struct rtl8xxxu_priv *priv); member
/drivers/gpu/drm/amd/include/
Dkgd_pp_interface.h332 int (*load_firmware)(void *handle); member
/drivers/media/dvb-frontends/
Ddrxd_hard.c890 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/
DmISDNisar.c172 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/
Damdgpu_dpm.c1615 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/
Dchip.h687 int load_firmware(struct hfi1_devdata *dd);
Dfirmware.c1622 int load_firmware(struct hfi1_devdata *dd) in load_firmware() function
/drivers/staging/r8188eu/hal/
Drtl8188e_hal_init.c545 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/
Damd_powerplay.c1687 .load_firmware = pp_dpm_load_fw,
/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c1688 static int load_firmware(struct octeon_device *oct) in load_firmware() function
4320 ret = load_firmware(octeon_dev); in octeon_device_init()

12