Home
last modified time | relevance | path

Searched refs:new_fw (Results 1 – 10 of 10) sorted by relevance

/drivers/media/tuners/
Dtuner-xc2028.c724 struct firmware_properties new_fw; in check_firmware() local
739 new_fw.type = type; in check_firmware()
740 new_fw.id = std; in check_firmware()
741 new_fw.std_req = std; in check_firmware()
742 new_fw.scode_table = SCODE | priv->ctrl.scode_table; in check_firmware()
743 new_fw.scode_nr = 0; in check_firmware()
744 new_fw.int_freq = int_freq; in check_firmware()
748 dump_firm_type(new_fw.type); in check_firmware()
749 printk("(%x), id %016llx, ", new_fw.type, in check_firmware()
750 (unsigned long long)new_fw.std_req); in check_firmware()
[all …]
Dxc4000.c948 struct firmware_properties new_fw; in check_firmware() local
963 new_fw.type = type; in check_firmware()
964 new_fw.id = std; in check_firmware()
965 new_fw.std_req = std; in check_firmware()
966 new_fw.scode_table = SCODE; in check_firmware()
967 new_fw.scode_nr = 0; in check_firmware()
968 new_fw.int_freq = int_freq; in check_firmware()
972 dump_firm_type(new_fw.type); in check_firmware()
973 printk(KERN_CONT "(%x), id %016llx, ", new_fw.type, in check_firmware()
974 (unsigned long long)new_fw.std_req); in check_firmware()
[all …]
/drivers/gpu/drm/radeon/
Dcik.c1882 if (rdev->new_fw) { in ci_mc_load_microcode()
1921 if (rdev->new_fw) { in ci_mc_load_microcode()
1940 if (rdev->new_fw) in ci_mc_load_microcode()
1984 int new_fw = 0; in cik_init_microcode() local
2086 new_fw++; in cik_init_microcode()
2111 new_fw++; in cik_init_microcode()
2136 new_fw++; in cik_init_microcode()
2161 new_fw++; in cik_init_microcode()
2175 new_fw++; in cik_init_microcode()
2201 new_fw++; in cik_init_microcode()
[all …]
Dci_smc.c218 if (rdev->new_fw) { in ci_load_smc_ucode()
Dsi_smc.c222 if (rdev->new_fw) { in si_load_smc_ucode()
Dsi.c1559 if (rdev->new_fw) { in si_mc_load_microcode()
1608 if (rdev->new_fw) { in si_mc_load_microcode()
1618 if (rdev->new_fw) in si_mc_load_microcode()
1653 int new_fw = 0; in si_init_microcode() local
1776 new_fw++; in si_init_microcode()
1801 new_fw++; in si_init_microcode()
1826 new_fw++; in si_init_microcode()
1851 new_fw++; in si_init_microcode()
1885 new_fw++; in si_init_microcode()
1918 new_fw++; in si_init_microcode()
[all …]
Dcik_sdma.c472 if (rdev->new_fw) { in cik_sdma_load_microcode()
Dradeon_kms.c271 if (rdev->new_fw) in radeon_info_ioctl()
Dradeon.h2421 bool new_fw; member
/drivers/media/usb/dvb-usb/
Dcxusb.c1423 struct firmware new_fw; in bluebird_patch_dvico_firmware_download() local
1431 new_fw.size = fw->size; in bluebird_patch_dvico_firmware_download()
1432 new_fw.data = new_fw_data; in bluebird_patch_dvico_firmware_download()
1439 ret = usb_cypress_load_firmware(udev, &new_fw, in bluebird_patch_dvico_firmware_download()