| /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 | amdgpu_jpeg.c | 489 u32 inst_off, inst_id, is_powered; in amdgpu_jpeg_dump_ip_state() local 499 inst_id = GET_INST(JPEG, i); in amdgpu_jpeg_dump_ip_state() 504 inst_id)); in amdgpu_jpeg_dump_ip_state() 511 inst_id)); in amdgpu_jpeg_dump_ip_state()
|
| H A D | sdma_v5_0.c | 1610 u32 inst_id = ring->me; in sdma_v5_0_restore_queue() local 1616 freeze = RREG32(sdma_v5_0_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE)); in sdma_v5_0_restore_queue() 1618 WREG32(sdma_v5_0_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE), freeze); in sdma_v5_0_restore_queue() 1620 r = sdma_v5_0_gfx_resume_instance(adev, inst_id, true); in sdma_v5_0_restore_queue()
|
| H A D | sdma_v5_2.c | 1520 u32 inst_id = ring->me; in sdma_v5_2_restore_queue() local 1526 freeze = RREG32(sdma_v5_2_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE)); in sdma_v5_2_restore_queue() 1528 WREG32(sdma_v5_2_get_reg_offset(adev, inst_id, mmSDMA0_FREEZE), freeze); in sdma_v5_2_restore_queue() 1530 r = sdma_v5_2_gfx_resume_instance(adev, inst_id, true); in sdma_v5_2_restore_queue()
|
| /linux/net/mac80211/ |
| H A D | trace.h | 2116 __field(u8, inst_id) 2123 __entry->inst_id = func->instance_id; 2128 ", type: %u, inst_id: %u", 2129 LOCAL_PR_ARG, VIF_PR_ARG, __entry->type, __entry->inst_id
|
| H A D | cfg.c | 4853 u8 inst_id, in ieee80211_nan_func_terminated() argument 4866 func = idr_find(&sdata->u.nan.function_inst_ids, inst_id); in ieee80211_nan_func_terminated() 4873 idr_remove(&sdata->u.nan.function_inst_ids, inst_id); in ieee80211_nan_func_terminated() 4879 cfg80211_nan_func_terminated(ieee80211_vif_to_wdev(vif), inst_id, in ieee80211_nan_func_terminated() 4896 func = idr_find(&sdata->u.nan.function_inst_ids, match->inst_id); in ieee80211_nan_func_match()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 9980 u8 inst_id; member 10013 u8 inst_id,
|
| H A D | mac80211.h | 7716 u8 inst_id,
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 16226 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match->addr)) in cfg80211_nan_match() 16260 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in cfg80211_nan_match() 16298 u8 inst_id, in cfg80211_nan_func_terminated() argument 16311 if (WARN_ON(!inst_id)) in cfg80211_nan_func_terminated() 16339 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in cfg80211_nan_func_terminated()
|