Home
last modified time | relevance | path

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

12

/drivers/media/tuners/
A Dxc2028.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()
A Dxc4000.c680 static int load_firmware(struct dvb_frontend *fe, unsigned int type, in load_firmware() function
975 rc = load_firmware(fe, BASE, &std0); in check_firmware()
984 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
986 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
1008 rc = load_firmware(fe, new_fw.type, &new_fw.id); in check_firmware()
/drivers/media/platform/mediatek/vcodec/common/
A Dmtk_vcodec_fw_priv.h20 int (*load_firmware)(struct mtk_vcodec_fw *fw); member
A Dmtk_vcodec_fw.c37 return fw->ops->load_firmware(fw); in mtk_vcodec_fw_load_firmware()
A Dmtk_vcodec_fw_scp.c47 .load_firmware = mtk_vcodec_scp_load_firmware,
A Dmtk_vcodec_fw_vpu.c77 .load_firmware = mtk_vcodec_vpu_load_firmware,
/drivers/net/wireless/ralink/rt2x00/
A Drt2x00firmware.c100 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
A Drt2800soc.c211 .load_firmware = rt2800soc_load_firmware,
A Drt2800pci.c348 .load_firmware = rt2800_load_firmware,
A Drt2800usb.c685 .load_firmware = rt2800_load_firmware,
A Drt2x00.h533 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
/drivers/net/wireless/realtek/rtl8xxxu/
A D8192c.c619 .load_firmware = rtl8192cu_load_firmware,
A D8723a.c493 .load_firmware = rtl8723au_load_firmware,
A D8192e.c1724 .load_firmware = rtl8192eu_load_firmware,
A D8188f.c1711 .load_firmware = rtl8188fu_load_firmware,
A D8710b.c1820 .load_firmware = rtl8710bu_load_firmware,
A D8723b.c1713 .load_firmware = rtl8723bu_load_firmware,
A D8188e.c1838 .load_firmware = rtl8188eu_load_firmware,
/drivers/media/dvb-frontends/
A Ddrxd_hard.c890 static int load_firmware(struct drxd_state *state, const char *fw_name) in load_firmware() function
1540 if (load_firmware(state, DRX_FW_FILENAME_A2)) in SetDeviceTypeId()
1550 if (load_firmware(state, DRX_FW_FILENAME_B1)) in SetDeviceTypeId()
/drivers/isdn/hardware/mISDN/
A DmISDNisar.c173 load_firmware(struct isar_hw *isar, const u8 *buf, int size) in load_firmware() function
1670 isar->firmware = &load_firmware; in mISDNisar_init()
/drivers/gpu/drm/amd/pm/
A Damdgpu_dpm.c692 if (!pp_funcs || !pp_funcs->load_firmware || in amdgpu_pm_load_smu_firmware()
697 r = pp_funcs->load_firmware(adev->powerplay.pp_handle); in amdgpu_pm_load_smu_firmware()
/drivers/infiniband/hw/hfi1/
A Dchip.h687 int load_firmware(struct hfi1_devdata *dd);
A Dfirmware.c1621 int load_firmware(struct hfi1_devdata *dd) in load_firmware() function
/drivers/gpu/drm/amd/include/
A Dkgd_pp_interface.h440 int (*load_firmware)(void *handle); member
/drivers/gpu/drm/amd/pm/powerplay/
A Damd_powerplay.c1577 .load_firmware = pp_dpm_load_fw,

Completed in 78 milliseconds

12