Home
last modified time | relevance | path

Searched refs:inst_id (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/drivers/media/platform/mediatek/vcodec/common/
H A Dmtk_vcodec_util.h37 #define mtk_vcodec_err(inst_id, plat_dev, fmt, args...) \ argument
38 dev_err(&(plat_dev)->dev, "[MTK_VCODEC][ERROR][%d]: " fmt "\n", inst_id, ##args)
51 #define mtk_vcodec_debug(inst_id, plat_dev, fmt, args...) \ argument
55 inst_id, __func__, __LINE__, ##args); \
61 #define mtk_vcodec_debug(inst_id, plat_dev, fmt, args...) \ argument
62 dev_dbg(&(plat_dev)->dev, "[MTK_VCODEC][%d]: " fmt "\n", inst_id, ##args)
H A Dmtk_vcodec_dbgfs.h31 int inst_id; member
H A Dmtk_vcodec_dbgfs.c160 dbgfs_inst->inst_id = ctx->id; in mtk_vcodec_dbgfs_create()
170 if (dbgfs_inst->inst_id == ctx_id) { in mtk_vcodec_dbgfs_remove()
/linux-6.15/drivers/ras/amd/atl/
H A Dmap.c216 ctx->inst_id, &ctx->map.base)) in df2_get_dram_addr_map()
234 ctx->inst_id, &ctx->map.ctl)) in df3_get_dram_addr_map()
247 ctx->inst_id, &ctx->map.base)) in df4_get_dram_addr_map()
257 ctx->inst_id, &ctx->map.ctl)) in df4_get_dram_addr_map()
277 ctx->inst_id, &remap_reg)) in df4_get_dram_addr_map()
286 ctx->inst_id, &remap_reg)) in df4_get_dram_addr_map()
303 ctx->inst_id, &ctx->map.base)) in df4p5_get_dram_addr_map()
313 ctx->inst_id, &ctx->map.ctl)) in df4p5_get_dram_addr_map()
333 ctx->inst_id, &remap_reg)) in df4p5_get_dram_addr_map()
342 ctx->inst_id, &remap_reg)) in df4p5_get_dram_addr_map()
[all …]
H A Dcore.c121 ctx.inst_id = coh_st_inst_id; in norm_to_sys_addr()
H A Dinternal.h259 u16 inst_id; member
H A Ddenormalize.c408 if (ctx->inst_id >= ARRAY_SIZE(phy_to_log_coh_st_map_mi300)) { in get_logical_coh_st_fabric_id_mi300()
413 return phy_to_log_coh_st_map_mi300[ctx->inst_id] | (ctx->node_id << df_cfg.node_id_shift); in get_logical_coh_st_fabric_id_mi300()
/linux-6.15/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_ipi_msg.h47 uint32_t inst_id; member
92 uint32_t inst_id; member
116 uint32_t inst_id; member
129 u32 inst_id; member
H A Dvdec_vpu_if.c33 vpu->inst_id = 0xdeadbeef; in handle_init_ack_msg()
46 vpu->inst_id = msg->inst_id; in handle_init_ack_msg()
194 msg.inst_id = vpu->inst_id; in vcodec_send_ap_ipi()
262 msg.inst_id = vpu->inst_id; in vpu_dec_start()
286 msg.inst_id = vpu->inst_id; in vpu_dec_get_param()
H A Dvdec_vpu_if.h38 uint32_t inst_id; member
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_jpeg.c485 u32 inst_off, inst_id, is_powered; in amdgpu_jpeg_dump_ip_state() local
495 inst_id = GET_INST(JPEG, i); in amdgpu_jpeg_dump_ip_state()
500 inst_id)); in amdgpu_jpeg_dump_ip_state()
507 inst_id)); in amdgpu_jpeg_dump_ip_state()
H A Dgfx_v9_4.c828 uint32_t se_id, uint32_t inst_id, in gfx_v9_4_ras_error_count() argument
846 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
856 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
H A Dvcn_v4_0_3.c1837 uint32_t inst_off, inst_id; in vcn_v4_0_3_dump_ip_state() local
1847 inst_id = GET_INST(VCN, i); in vcn_v4_0_3_dump_ip_state()
1850 adev->vcn.ip_dump[inst_off] = RREG32_SOC15(VCN, inst_id, regUVD_POWER_STATUS); in vcn_v4_0_3_dump_ip_state()
1858 inst_id)); in vcn_v4_0_3_dump_ip_state()
H A Dgfx_v9_4_2.c1452 uint32_t se_id, uint32_t inst_id, in gfx_v9_4_2_get_reg_error_count() argument
1470 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count()
1480 gfx_v9_4_2_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_2_get_reg_error_count()
H A Dgfx_v9_0.c6967 uint32_t se_id, uint32_t inst_id, uint32_t value, in gfx_v9_0_ras_error_count() argument
6986 se_id, inst_id, in gfx_v9_0_ras_error_count()
6998 se_id, inst_id, in gfx_v9_0_ras_error_count()
/linux-6.15/net/mac80211/
H A Dtrace.h2045 __field(u8, inst_id)
2052 __entry->inst_id = func->instance_id;
2058 LOCAL_PR_ARG, VIF_PR_ARG, __entry->type, __entry->inst_id
H A Dcfg.c4508 u8 inst_id, in ieee80211_nan_func_terminated() argument
4521 func = idr_find(&sdata->u.nan.function_inst_ids, inst_id); in ieee80211_nan_func_terminated()
4528 idr_remove(&sdata->u.nan.function_inst_ids, inst_id); in ieee80211_nan_func_terminated()
4534 cfg80211_nan_func_terminated(ieee80211_vif_to_wdev(vif), inst_id, in ieee80211_nan_func_terminated()
4551 func = idr_find(&sdata->u.nan.function_inst_ids, match->inst_id); in ieee80211_nan_func_match()
/linux-6.15/include/net/
H A Dcfg80211.h9498 u8 inst_id; member
9531 u8 inst_id,
H A Dmac80211.h7587 u8 inst_id,
/linux-6.15/net/wireless/
H A Dnl80211.c14878 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match->addr)) in cfg80211_nan_match()
14912 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in cfg80211_nan_match()
14950 u8 inst_id, in cfg80211_nan_func_terminated() argument
14960 if (WARN_ON(!inst_id)) in cfg80211_nan_func_terminated()
14988 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in cfg80211_nan_func_terminated()