| /linux/drivers/media/platform/mediatek/vcodec/common/ |
| H A D | mtk_vcodec_util.h | 37 #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 D | mtk_vcodec_dbgfs.h | 31 int inst_id; member
|
| H A D | mtk_vcodec_dbgfs.c | 160 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/drivers/ras/amd/atl/ |
| H A D | map.c | 164 ctx->inst_id, ®_dram_offset)) in get_dram_offset() 170 ctx->inst_id, ®_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 …]
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | vdec_ipi_msg.h | 47 uint32_t inst_id; member 92 uint32_t inst_id; member 116 uint32_t inst_id; member 129 u32 inst_id; member
|
| H A D | vdec_vpu_if.h | 38 uint32_t inst_id; member
|
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | sdma_v5_0.c | 1618 u32 inst_id = ring->me; in sdma_v5_0_restore_queue() local 1624 freeze = RREG32(sdma_v5_0_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE)); in sdma_v5_0_restore_queue() 1626 WREG32(sdma_v5_0_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE), freeze); in sdma_v5_0_restore_queue() 1628 r = sdma_v5_0_gfx_resume_instance(adev, inst_id, true); in sdma_v5_0_restore_queue()
|
| H A D | sdma_v5_2.c | 1531 u32 inst_id = ring->me; in sdma_v5_2_restore_queue() local 1537 freeze = RREG32(sdma_v5_2_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE)); in sdma_v5_2_restore_queue() 1539 WREG32(sdma_v5_2_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE), freeze); in sdma_v5_2_restore_queue() 1541 r = sdma_v5_2_gfx_resume_instance(adev, inst_id, true); in sdma_v5_2_restore_queue()
|
| H A D | gfx_v9_0.c | 7018 uint32_t se_id, uint32_t inst_id, uint32_t value, in gfx_v9_0_ras_error_count() argument 7037 se_id, inst_id, in gfx_v9_0_ras_error_count() 7049 se_id, inst_id, in gfx_v9_0_ras_error_count()
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 5225 u8 inst_id, in ieee80211_nan_func_terminated() argument 5242 func = idr_find(&sdata->u.nan.de.function_inst_ids, inst_id); in ieee80211_nan_func_terminated() 5249 idr_remove(&sdata->u.nan.de.function_inst_ids, inst_id); in ieee80211_nan_func_terminated() 5255 cfg80211_nan_func_terminated(ieee80211_vif_to_wdev(vif), inst_id, in ieee80211_nan_func_terminated() 5276 func = idr_find(&sdata->u.nan.de.function_inst_ids, match->inst_id); in ieee80211_nan_func_match()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 10459 u8 inst_id; member 10492 u8 inst_id,
|
| H A D | mac80211.h | 7927 u8 inst_id,
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 17143 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match->addr)) in cfg80211_nan_match() 17177 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in cfg80211_nan_match() 17215 u8 inst_id, in cfg80211_nan_func_terminated() argument 17228 if (WARN_ON(!inst_id)) in cfg80211_nan_func_terminated() 17256 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in cfg80211_nan_func_terminated()
|