Symbol: firmware
share/examples/kld/firmware/fwconsumer/fw_consumer.c
38
static const struct firmware *fp;
share/examples/kld/firmware/fwconsumer/fw_consumer.c
77
MODULE_DEPEND(fw_consumer, firmware, 1, 1, 1);
sys/bus/u4b/wlan/if_mtw.c
1110
const struct firmware *firmware;
sys/bus/u4b/wlan/if_mtw.c
1129
firmware = firmware_get(fwname);
sys/bus/u4b/wlan/if_mtw.c
1131
firmware = firmware_get_flags(fwname, FIRMWARE_GET_NOWARN);
sys/bus/u4b/wlan/if_mtw.c
1133
if (firmware == NULL) {
sys/bus/u4b/wlan/if_mtw.c
1140
fw = (const struct mtw_ucode *)(firmware->data + 0x1e);
sys/bus/u4b/wlan/if_mtw.c
1141
ilen = firmware->datasize - 0x1e;
sys/bus/u4b/wlan/if_mtw.c
1145
if ((error = mtw_ucode_write(sc, firmware->data, ilen,
sys/bus/u4b/wlan/if_mtw.c
1150
firmware_put(firmware, FIRMWARE_UNLOAD);
sys/bus/u4b/wlan/if_mtw.c
1166
firmware = firmware_get(fwname);
sys/bus/u4b/wlan/if_mtw.c
1168
firmware = firmware_get_flags(fwname, FIRMWARE_GET_NOWARN);
sys/bus/u4b/wlan/if_mtw.c
1172
if (firmware == NULL) {
sys/bus/u4b/wlan/if_mtw.c
1178
size = firmware->datasize;
sys/bus/u4b/wlan/if_mtw.c
1186
fw = (const struct mtw_ucode *)firmware->data;
sys/bus/u4b/wlan/if_mtw.c
1251
firmware_put(firmware, FIRMWARE_UNLOAD);
sys/bus/u4b/wlan/if_mtw.c
4755
MODULE_DEPEND(mtw, firmware, 1, 1, 1);
sys/bus/u4b/wlan/if_run.c
1116
const struct firmware *fw;
sys/bus/u4b/wlan/if_run.c
6273
MODULE_DEPEND(run, firmware, 1, 1, 1);
sys/bus/u4b/wlan/if_urtwn.c
3864
const struct firmware *fw;
sys/bus/u4b/wlan/if_urtwn.c
5603
MODULE_DEPEND(urtwn, firmware, 1, 1, 1);
sys/dev/disk/ahci/ahci_cam.c
1124
bcopy(at->at_identify.firmware,
sys/dev/disk/ahci/ahci_cam.c
406
firmware_len = sizeof(at->at_identify.firmware);
sys/dev/disk/ahci/ahci_cam.c
407
firmware_id = at->at_identify.firmware;
sys/dev/disk/ahci/ahci_cam.c
727
swap = (u_int16_t *)id->firmware;
sys/dev/disk/ahci/ahci_cam.c
728
for (i = 0; i < sizeof(id->firmware) / sizeof(u_int16_t); i++)
sys/dev/disk/ahci/atascsi.h
80
u_int8_t firmware[8]; /* 23 */
sys/dev/disk/isp/isp_freebsd.h
225
const struct firmware * fw;
sys/dev/disk/sili/atascsi.h
74
u_int8_t firmware[8]; /* 23 */
sys/dev/disk/sili/sili_cam.c
1068
bcopy(at->at_identify.firmware,
sys/dev/disk/sili/sili_cam.c
401
firmware_len = sizeof(at->at_identify.firmware);
sys/dev/disk/sili/sili_cam.c
402
firmware_id = at->at_identify.firmware;
sys/dev/disk/sili/sili_cam.c
686
swap = (u_int16_t *)id->firmware;
sys/dev/disk/sili/sili_cam.c
687
for (i = 0; i < sizeof(id->firmware) / sizeof(u_int16_t); i++)
sys/dev/drm/amd/amdgpu/amdgpu.h
990
struct amdgpu_firmware firmware;
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
215
ucode = &adev->firmware.ucode[id];
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
451
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
452
ucode = &adev->firmware.ucode[AMDGPU_UCODE_ID_SMC];
sys/dev/drm/amd/amdgpu/amdgpu_cgs.c
456
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1308
adev->firmware.gpu_info_fw = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1354
err = request_firmware(&adev->firmware.gpu_info_fw, fw_name, adev->dev);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1361
err = amdgpu_ucode_validate(adev->firmware.gpu_info_fw);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1369
hdr = (const struct gpu_info_firmware_header_v1_0 *)adev->firmware.gpu_info_fw->data;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
1376
(const struct gpu_info_firmware_v1_0 *)(adev->firmware.gpu_info_fw->data +
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2424
lockinit(&adev->firmware.mutex, "agfwm", 0, LK_CANRECURSE);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2746
if (adev->firmware.gpu_info_fw) {
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2747
release_firmware(adev->firmware.gpu_info_fw);
sys/dev/drm/amd/amdgpu/amdgpu_device.c
2748
adev->firmware.gpu_info_fw = NULL;
sys/dev/drm/amd/amdgpu/amdgpu_device.c
954
adev->firmware.load_type = amdgpu_ucode_get_load_type(adev, amdgpu_fw_load_type);
sys/dev/drm/amd/amdgpu/amdgpu_dpm.h
435
const struct firmware *fw; /* SMC firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
252
const struct firmware *me_fw; /* ME firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
254
const struct firmware *pfp_fw; /* PFP firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
256
const struct firmware *ce_fw; /* CE firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
258
const struct firmware *rlc_fw; /* RLC firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
260
const struct firmware *mec_fw; /* MEC firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gfx.h
262
const struct firmware *mec2_fw; /* MEC2 firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gmc.h
131
const struct firmware *fw; /* MC firmware */
sys/dev/drm/amd/amdgpu/amdgpu_gmc.h
46
struct firmware;
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
304
for (i = 0; i < adev->firmware.max_ucodes; i++) {
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
305
ucode = &adev->firmware.ucode[i];
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
420
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
423
mutex_lock(&adev->firmware.mutex);
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
438
mutex_unlock(&adev->firmware.mutex);
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
442
adev->firmware.load_type = AMDGPU_FW_LOAD_DIRECT;
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
443
mutex_unlock(&adev->firmware.mutex);
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
452
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
479
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
497
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
502
mutex_lock(&adev->firmware.mutex);
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
512
mutex_unlock(&adev->firmware.mutex);
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
518
mutex_unlock(&adev->firmware.mutex);
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
524
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
535
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
540
if (!adev->firmware.fw_size)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
543
ucode = &adev->firmware.ucode[ucode_type];
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
586
if (NULL == adev->firmware.funcs)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
587
adev->firmware.funcs = &psp_funcs;
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
70
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_psp.c
86
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_psp.h
105
const struct firmware *sos_fw;
sys/dev/drm/amd/amdgpu/amdgpu_psp.h
119
const struct firmware *asd_fw;
sys/dev/drm/amd/amdgpu/amdgpu_psp.h
191
#define amdgpu_psp_check_fw_loading_status(adev, i) (adev)->firmware.funcs->check_fw_loading_status((adev), (i))
sys/dev/drm/amd/amdgpu/amdgpu_sdma.h
39
const struct firmware *fw;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
251
int amdgpu_ucode_validate(const struct firmware *fw)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
337
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP ||
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
425
if (adev->firmware.load_type != AMDGPU_FW_LOAD_DIRECT) {
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
426
amdgpu_bo_create_kernel(adev, adev->firmware.fw_size, PAGE_SIZE,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
428
&adev->firmware.fw_buf,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
429
(u64*)&adev->firmware.fw_buf_mc,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
430
&adev->firmware.fw_buf_ptr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
431
if (!adev->firmware.fw_buf) {
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
435
memset(adev->firmware.fw_buf_ptr, 0, adev->firmware.fw_size);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
443
if (adev->firmware.load_type != AMDGPU_FW_LOAD_DIRECT)
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
444
amdgpu_bo_free_kernel(&adev->firmware.fw_buf,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
445
(u64*)&adev->firmware.fw_buf_mc,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
446
&adev->firmware.fw_buf_ptr);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
462
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
464
adev->firmware.max_ucodes = AMDGPU_UCODE_ID_MAXIMUM - 3;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
466
adev->firmware.max_ucodes = AMDGPU_UCODE_ID_MAXIMUM - 4;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
468
adev->firmware.max_ucodes = AMDGPU_UCODE_ID_MAXIMUM;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
471
for (i = 0; i < adev->firmware.max_ucodes; i++) {
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
472
ucode = &adev->firmware.ucode[i];
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
474
amdgpu_ucode_init_single_fw(adev, ucode, adev->firmware.fw_buf_mc + fw_offset,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
475
adev->firmware.fw_buf_ptr + fw_offset);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
477
adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
480
amdgpu_ucode_patch_jt(ucode, adev->firmware.fw_buf_mc + fw_offset,
sys/dev/drm/amd/amdgpu/amdgpu_ucode.c
481
adev->firmware.fw_buf_ptr + fw_offset);
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
240
const struct firmware *fw;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
264
const struct firmware *gpu_info_fw;
sys/dev/drm/amd/amdgpu/amdgpu_ucode.h
276
int amdgpu_ucode_validate(const struct firmware *fw);
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
252
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_uvd.c
404
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_uvd.h
55
const struct firmware *fw; /* UVD firmware */
sys/dev/drm/amd/amdgpu/amdgpu_vce.h
47
const struct firmware *fw; /* VCE firmware */
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
125
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/amdgpu_vcn.c
202
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/amdgpu_vcn.h
76
const struct firmware *fw; /* VCN firmware */
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1176
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_PFP];
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1180
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1183
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_ME];
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1187
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1190
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_CE];
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1194
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1197
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_RLC_G];
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1201
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1204
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_MEC1];
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1208
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1213
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1217
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_STORAGE];
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1220
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1225
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_MEC2];
sys/dev/drm/amd/amdgpu/gfx_v8_0.c
1229
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
2512
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
3295
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
747
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
748
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_PFP];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
752
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
755
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_ME];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
759
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
762
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_CE];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
766
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
769
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_RLC_G];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
773
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
780
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_RLC_RESTORE_LIST_CNTL];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
783
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
786
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_RLC_RESTORE_LIST_GPM_MEM];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
789
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
792
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_RLC_RESTORE_LIST_SRM_MEM];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
795
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
799
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_MEC1];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
804
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
807
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_MEC1_JT];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
810
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
814
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_MEC2];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
819
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
821
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_CP_MEC2_JT];
sys/dev/drm/amd/amdgpu/gfx_v9_0.c
824
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/psp_v10_0.c
194
&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/psp_v10_0.c
272
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/psp_v11_0.c
262
&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/psp_v11_0.c
335
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/psp_v3_1.c
312
&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/psp_v3_1.c
390
amdgpu_bo_free_kernel(&adev->firmware.rbuf,
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
163
if (adev->firmware.load_type == AMDGPU_FW_LOAD_SMU) {
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
164
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_SDMA0 + i];
sys/dev/drm/amd/amdgpu/sdma_v2_4.c
168
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
321
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_SDMA0 + i];
sys/dev/drm/amd/amdgpu/sdma_v3_0.c
325
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
314
adev->firmware.load_type == AMDGPU_FW_LOAD_PSP ? "true" : "false");
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
316
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
317
info = &adev->firmware.ucode[AMDGPU_UCODE_ID_SDMA0 + i];
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
321
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/sdma_v4_0.c
958
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
433
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
436
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD].ucode_id = AMDGPU_UCODE_ID_UVD;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
437
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD].fw = adev->uvd.fw;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
438
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
442
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD1].ucode_id = AMDGPU_UCODE_ID_UVD1;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
443
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD1].fw = adev->uvd.fw;
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
444
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
668
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
671
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD].tmr_mc_addr_lo:
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
672
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD1].tmr_mc_addr_lo);
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
675
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD].tmr_mc_addr_hi:
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
676
adev->firmware.ucode[AMDGPU_UCODE_ID_UVD1].tmr_mc_addr_hi);
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
812
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
814
lower_32_bits(adev->firmware.ucode[AMDGPU_UCODE_ID_UVD].mc_addr));
sys/dev/drm/amd/amdgpu/uvd_v7_0.c
816
upper_32_bits(adev->firmware.ucode[AMDGPU_UCODE_ID_UVD].mc_addr));
sys/dev/drm/amd/amdgpu/vce_v4_0.c
247
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vce_v4_0.c
250
adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].mc_addr >> 8);
sys/dev/drm/amd/amdgpu/vce_v4_0.c
253
(adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].mc_addr >> 40) & 0xff);
sys/dev/drm/amd/amdgpu/vce_v4_0.c
281
offset = (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) ? offset + size : 0;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
431
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP)
sys/dev/drm/amd/amdgpu/vce_v4_0.c
438
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vce_v4_0.c
447
adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].ucode_id = AMDGPU_UCODE_ID_VCE;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
448
adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].fw = adev->vce.fw;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
449
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/vce_v4_0.c
498
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vce_v4_0.c
565
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vce_v4_0.c
587
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vce_v4_0.c
619
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vce_v4_0.c
620
tmr_mc_addr = (uint64_t)(adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].tmr_mc_addr_hi) << 32 |
sys/dev/drm/amd/amdgpu/vce_v4_0.c
621
adev->firmware.ucode[AMDGPU_UCODE_ID_VCE].tmr_mc_addr_lo;
sys/dev/drm/amd/amdgpu/vce_v4_0.c
640
offset = (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) ? offset + size : 0;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
109
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
112
adev->firmware.ucode[AMDGPU_UCODE_ID_VCN].ucode_id = AMDGPU_UCODE_ID_VCN;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
113
adev->firmware.ucode[AMDGPU_UCODE_ID_VCN].fw = adev->vcn.fw;
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
114
adev->firmware.fw_size +=
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
288
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
290
(adev->firmware.ucode[AMDGPU_UCODE_ID_VCN].tmr_mc_addr_lo));
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
292
(adev->firmware.ucode[AMDGPU_UCODE_ID_VCN].tmr_mc_addr_hi));
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
355
if (adev->firmware.load_type == AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
357
(adev->firmware.ucode[AMDGPU_UCODE_ID_VCN].tmr_mc_addr_lo),
sys/dev/drm/amd/amdgpu/vcn_v1_0.c
360
(adev->firmware.ucode[AMDGPU_UCODE_ID_VCN].tmr_mc_addr_hi),
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
547
if (adev->firmware.load_type != AMDGPU_FW_LOAD_PSP) {
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
575
adev->firmware.ucode[AMDGPU_UCODE_ID_DMCU_ERAM].ucode_id = AMDGPU_UCODE_ID_DMCU_ERAM;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
576
adev->firmware.ucode[AMDGPU_UCODE_ID_DMCU_ERAM].fw = adev->dm.fw_dmcu;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
577
adev->firmware.fw_size +=
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
580
adev->firmware.ucode[AMDGPU_UCODE_ID_DMCU_INTV].ucode_id = AMDGPU_UCODE_ID_DMCU_INTV;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
581
adev->firmware.ucode[AMDGPU_UCODE_ID_DMCU_INTV].fw = adev->dm.fw_dmcu;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
582
adev->firmware.fw_size +=
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.h
131
const struct firmware *fw_dmcu;
sys/dev/drm/amd/powerplay/inc/hwmgr.h
193
uint32_t firmware);
sys/dev/drm/amd/powerplay/inc/hwmgr.h
196
uint32_t firmware);
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
150
uint32_t firmware)
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
163
if (firmware ==
sys/dev/drm/amd/powerplay/smumgr/smu8_smumgr.c
164
(cgs_read_register(hwmgr->device, mmMP0PUB_IND_DATA) & firmware))
sys/dev/drm/drm_edid_load.c
71
const struct firmware *fw = NULL;
sys/dev/drm/i915/gvt/gvt.h
266
struct intel_gvt_firmware firmware;
sys/dev/drm/i915/intel_csr.c
280
const struct firmware *fw)
sys/dev/drm/i915/intel_csr.c
432
const struct firmware *fw = NULL;
sys/dev/drm/i915/intel_opregion.c
927
const struct firmware *fw = NULL;
sys/dev/drm/i915/intel_uc_fw.c
44
const struct firmware *fw = NULL;
sys/dev/drm/include/linux/firmware.h
39
request_firmware(const struct firmware **fw, const char *name, __unused struct device *dev) {
sys/dev/drm/include/linux/firmware.h
50
void (*cont)(const struct firmware *fw, void *context))
sys/dev/drm/include/linux/firmware.h
52
const struct firmware *fw;
sys/dev/drm/include/linux/firmware.h
65
request_firmware_direct(const struct firmware **fw, const char *name,
sys/dev/drm/include/linux/firmware.h
72
release_firmware(const struct firmware *fw) {
sys/dev/drm/radeon/radeon.h
2407
const struct firmware *me_fw; /* all family ME firmware */
sys/dev/drm/radeon/radeon.h
2408
const struct firmware *pfp_fw; /* r6/700 PFP firmware */
sys/dev/drm/radeon/radeon.h
2409
const struct firmware *rlc_fw; /* r6/700 RLC firmware */
sys/dev/drm/radeon/radeon.h
2410
const struct firmware *mc_fw; /* NI MC firmware */
sys/dev/drm/radeon/radeon.h
2411
const struct firmware *ce_fw; /* SI CE firmware */
sys/dev/drm/radeon/radeon.h
2412
const struct firmware *mec_fw; /* CIK MEC firmware */
sys/dev/drm/radeon/radeon.h
2413
const struct firmware *mec2_fw; /* KV MEC2 firmware */
sys/dev/drm/radeon/radeon.h
2414
const struct firmware *sdma_fw; /* CIK SDMA firmware */
sys/dev/drm/radeon/radeon.h
2415
const struct firmware *smc_fw; /* SMC firmware */
sys/dev/drm/radeon/radeon.h
2416
const struct firmware *uvd_fw; /* UVD firmware */
sys/dev/drm/radeon/radeon.h
2417
const struct firmware *vce_fw; /* VCE firmware */
sys/dev/drm/radeon/radeon_ucode.c
156
int radeon_ucode_validate(const struct firmware *fw)
sys/dev/drm/radeon/radeon_ucode.h
225
int radeon_ucode_validate(const struct firmware *fw);
sys/dev/misc/psm/psm.c
313
int firmware;
sys/dev/misc/psm/psm.c
7001
int vendor, firmware;
sys/dev/misc/psm/psm.c
7018
firmware = read_aux_data(kbdc);
sys/dev/misc/psm/psm.c
7019
if (firmware < 0x01)
sys/dev/misc/psm/psm.c
7034
sc->hw.hwid = firmware;
sys/dev/misc/psm/psm.c
7038
vendor, firmware);
sys/dev/misc/psm/psm.c
7040
sc->tpinfo.firmware = firmware;
sys/dev/netif/ath/ath/if_ath_pci.c
250
const struct firmware *fw = NULL;
sys/dev/netif/bwn/bwn/if_bwn.c
4143
const struct firmware *fw;
sys/dev/netif/bwn/bwn/if_bwn.c
7493
MODULE_DEPEND(bwn, firmware, 1, 1, 1); /* firmware support */
sys/dev/netif/bwn/bwn/if_bwnvar.h
818
const struct firmware *fw;
sys/dev/netif/iwi/if_iwi.c
128
MODULE_DEPEND(iwi, firmware, 1, 1, 1);
sys/dev/netif/iwi/if_iwi.c
2211
const struct firmware *fp = fw->fp;
sys/dev/netif/iwi/if_iwi.c
2276
const struct firmware *fp;
sys/dev/netif/iwi/if_iwivar.h
113
const struct firmware *fp; /* image handle */
sys/dev/netif/iwm/if_iwm.c
571
const struct firmware *fwp;
sys/dev/netif/iwm/if_iwm.c
6752
MODULE_DEPEND(iwm, firmware, 1, 1, 1);
sys/dev/netif/iwm/if_iwmvar.h
182
const struct firmware *fw_fp;
sys/dev/netif/iwn/if_iwn.c
387
MODULE_DEPEND(iwn, firmware, 1, 1, 1);
sys/dev/netif/iwn/if_iwnvar.h
288
const struct firmware *fw_fp;
sys/dev/netif/mxge/if_mxge.c
161
MODULE_DEPEND(mxge, firmware, 1, 1, 1);
sys/dev/netif/mxge/if_mxge.c
656
const struct firmware *fw;
sys/dev/netif/oce/oce_sysctl.c
213
const struct firmware *fw;
sys/dev/netif/oce/oce_sysctl.c
251
oce_be3_fwupgrade(POCE_SOFTC sc, const struct firmware *fw)
sys/dev/netif/oce/oce_sysctl.c
281
oce_be3_flashdata(POCE_SOFTC sc, const struct firmware *fw, int num_imgs)
sys/dev/netif/oce/oce_sysctl.c
476
oce_lancer_fwupgrade(POCE_SOFTC sc, const struct firmware *fw)
sys/dev/netif/oce/oce_sysctl.c
48
static int oce_be3_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
sys/dev/netif/oce/oce_sysctl.c
50
static int oce_be3_flashdata(POCE_SOFTC sc, const struct firmware
sys/dev/netif/oce/oce_sysctl.c
52
static int oce_lancer_fwupgrade(POCE_SOFTC sc, const struct firmware *fw);
sys/dev/netif/ral/if_ral_pci.c
60
MODULE_DEPEND(ral, firmware, 1, 1, 1);
sys/dev/netif/ral/rt2661.c
2527
const struct firmware *fp;
sys/dev/netif/ral/rt2860.c
4179
const struct firmware *fp;
sys/dev/netif/wpi/if_wpi.c
317
MODULE_DEPEND(wpi, firmware, 1, 1, 1);
sys/dev/netif/wpi/if_wpi.c
5068
const struct firmware *fp;
sys/dev/netif/wpi/if_wpivar.h
249
const struct firmware *fw_fp;
sys/dev/raid/dpt/dpt.h
944
u_int8_t firmware[4];
sys/dev/raid/dpt/dpt_scsi.c
1210
sizeof(((dpt_inq_t*)NULL)->firmware),
sys/dev/raid/dpt/dpt_scsi.c
1322
if (strncmp(dpt->board_data.firmware, "07G0", 4) >= 0)
sys/dev/raid/dpt/dpt_scsi.c
1431
dpt->board_data.modelNum, dpt->board_data.firmware);
sys/kern/subr_firmware.c
108
struct firmware fw; /* externally visible information */
sys/kern/subr_firmware.c
172
const struct firmware *
sys/kern/subr_firmware.c
174
unsigned int version, const struct firmware *parent)
sys/kern/subr_firmware.c
304
const struct firmware *
sys/kern/subr_firmware.c
359
firmware_put(const struct firmware *p, int flags)
sys/kern/subr_firmware.c
538
DECLARE_MODULE(firmware, firmware_mod, SI_SUB_DRIVERS, SI_ORDER_FIRST);
sys/kern/subr_firmware.c
539
MODULE_VERSION(firmware, 1);
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
1102
bt3c_download_firmware(bt3c_softc_p sc, char const *firmware, int firmware_size)
sys/netgraph7/bluetooth/drivers/bt3c/ng_bt3c_pccard.c
1122
block = (ng_bt3c_firmware_block_ep const *)(firmware + size);
sys/sys/firmware.h
58
const struct firmware *firmware_register(const char *,
sys/sys/firmware.h
59
const void *, size_t, unsigned int, const struct firmware *);
sys/sys/firmware.h
61
const struct firmware *firmware_get(const char *);
sys/sys/firmware.h
63
void firmware_put(const struct firmware *, int);
usr.sbin/mfiutil/mfi_show.c
613
MFI_COMMAND(show, firmware, show_firmware);
usr.sbin/mpsutil/mps_cmd.c
467
mps_firmware_get(int fd, unsigned char **firmware, bool bios)
usr.sbin/mpsutil/mps_cmd.c
473
*firmware = NULL;
usr.sbin/mpsutil/mps_cmd.c
488
*firmware = calloc(size, sizeof(unsigned char));
usr.sbin/mpsutil/mps_cmd.c
489
if (*firmware == NULL) {
usr.sbin/mpsutil/mps_cmd.c
494
*firmware, size, 0)) {
usr.sbin/mpsutil/mps_cmd.c
495
free(*firmware);