Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/mediatek/vcodec/common/
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)
Dmtk_vcodec_dbgfs.h31 int inst_id; member
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.12.1/drivers/ras/amd/atl/
Dmap.c164 ctx->inst_id, &reg_dram_offset)) in get_dram_offset()
170 ctx->inst_id, &reg_dram_offset)) in get_dram_offset()
216 ctx->inst_id, &ctx->map.base)) in df2_get_dram_addr_map()
221 ctx->inst_id, &ctx->map.limit)) 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()
252 ctx->inst_id, &ctx->map.limit)) in df4_get_dram_addr_map()
257 ctx->inst_id, &ctx->map.ctl)) in df4_get_dram_addr_map()
262 ctx->inst_id, &ctx->map.intlv)) in df4_get_dram_addr_map()
277 ctx->inst_id, &remap_reg)) in df4_get_dram_addr_map()
[all …]
Dcore.c121 ctx.inst_id = coh_st_inst_id; in norm_to_sys_addr()
Dinternal.h258 u16 inst_id; member
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.12.1/drivers/media/platform/mediatek/vcodec/decoder/
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
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()
Dvdec_vpu_if.h38 uint32_t inst_id; member
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dgfx_v9_4.c829 uint32_t se_id, uint32_t inst_id, in gfx_v9_4_ras_error_count() argument
847 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
857 gfx_v9_4_ras_fields[i].name, se_id, inst_id, in gfx_v9_4_ras_error_count()
Dvcn_v4_0_3.c1773 uint32_t inst_off, inst_id; in vcn_v4_0_3_dump_ip_state() local
1783 inst_id = GET_INST(VCN, i); in vcn_v4_0_3_dump_ip_state()
1786 adev->vcn.ip_dump[inst_off] = RREG32_SOC15(VCN, inst_id, regUVD_POWER_STATUS); in vcn_v4_0_3_dump_ip_state()
1794 inst_id)); in vcn_v4_0_3_dump_ip_state()
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()
Dgfx_v9_0.c6955 uint32_t se_id, uint32_t inst_id, uint32_t value, in gfx_v9_0_ras_error_count() argument
6974 se_id, inst_id, in gfx_v9_0_ras_error_count()
6986 se_id, inst_id, in gfx_v9_0_ras_error_count()
/linux-6.12.1/net/mac80211/
Dtrace.h2042 __field(u8, inst_id)
2049 __entry->inst_id = func->instance_id;
2055 LOCAL_PR_ARG, VIF_PR_ARG, __entry->type, __entry->inst_id
Dcfg.c4445 u8 inst_id, in ieee80211_nan_func_terminated() argument
4458 func = idr_find(&sdata->u.nan.function_inst_ids, inst_id); in ieee80211_nan_func_terminated()
4465 idr_remove(&sdata->u.nan.function_inst_ids, inst_id); in ieee80211_nan_func_terminated()
4471 cfg80211_nan_func_terminated(ieee80211_vif_to_wdev(vif), inst_id, in ieee80211_nan_func_terminated()
4488 func = idr_find(&sdata->u.nan.function_inst_ids, match->inst_id); in ieee80211_nan_func_match()
/linux-6.12.1/include/net/
Dcfg80211.h9417 u8 inst_id; member
9450 u8 inst_id,
Dmac80211.h7523 u8 inst_id,
/linux-6.12.1/net/wireless/
Dnl80211.c14850 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match->addr)) in cfg80211_nan_match()
14884 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in cfg80211_nan_match()
14922 u8 inst_id, in cfg80211_nan_func_terminated() argument
14932 if (WARN_ON(!inst_id)) in cfg80211_nan_func_terminated()
14960 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in cfg80211_nan_func_terminated()