| /drivers/media/tuners/ |
| A D | 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()
|
| A D | xc4000.c | 680 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 D | mtk_vcodec_fw_priv.h | 20 int (*load_firmware)(struct mtk_vcodec_fw *fw); member
|
| A D | mtk_vcodec_fw.c | 37 return fw->ops->load_firmware(fw); in mtk_vcodec_fw_load_firmware()
|
| A D | mtk_vcodec_fw_scp.c | 47 .load_firmware = mtk_vcodec_scp_load_firmware,
|
| A D | mtk_vcodec_fw_vpu.c | 77 .load_firmware = mtk_vcodec_vpu_load_firmware,
|
| /drivers/net/wireless/ralink/rt2x00/ |
| A D | rt2x00firmware.c | 100 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev, in rt2x00lib_load_firmware()
|
| A D | rt2800soc.c | 211 .load_firmware = rt2800soc_load_firmware,
|
| A D | rt2800pci.c | 348 .load_firmware = rt2800_load_firmware,
|
| A D | rt2800usb.c | 685 .load_firmware = rt2800_load_firmware,
|
| A D | rt2x00.h | 533 int (*load_firmware) (struct rt2x00_dev *rt2x00dev, member
|
| /drivers/net/wireless/realtek/rtl8xxxu/ |
| A D | 8192c.c | 619 .load_firmware = rtl8192cu_load_firmware,
|
| A D | 8723a.c | 493 .load_firmware = rtl8723au_load_firmware,
|
| A D | 8192e.c | 1724 .load_firmware = rtl8192eu_load_firmware,
|
| A D | 8188f.c | 1711 .load_firmware = rtl8188fu_load_firmware,
|
| A D | 8710b.c | 1820 .load_firmware = rtl8710bu_load_firmware,
|
| A D | 8723b.c | 1713 .load_firmware = rtl8723bu_load_firmware,
|
| A D | 8188e.c | 1838 .load_firmware = rtl8188eu_load_firmware,
|
| /drivers/media/dvb-frontends/ |
| A D | drxd_hard.c | 890 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 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/gpu/drm/amd/pm/ |
| A D | amdgpu_dpm.c | 692 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 D | chip.h | 687 int load_firmware(struct hfi1_devdata *dd);
|
| A D | firmware.c | 1621 int load_firmware(struct hfi1_devdata *dd) in load_firmware() function
|
| /drivers/gpu/drm/amd/include/ |
| A D | kgd_pp_interface.h | 440 int (*load_firmware)(void *handle); member
|
| /drivers/gpu/drm/amd/pm/powerplay/ |
| A D | amd_powerplay.c | 1577 .load_firmware = pp_dpm_load_fw,
|