| /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 | gfx_v9_0.c | 6973 uint32_t se_id, uint32_t inst_id, uint32_t value, in gfx_v9_0_ras_error_count() 6992 se_id, inst_id, in gfx_v9_0_ras_error_count() 7004 se_id, inst_id, 6965 gfx_v9_0_ras_error_count(struct amdgpu_device * adev,const struct soc15_reg_entry * reg,uint32_t se_id,uint32_t inst_id,uint32_t value,uint32_t * sec_count,uint32_t * ded_count) gfx_v9_0_ras_error_count() argument
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 5236 u8 inst_id, in ieee80211_set_tid_config() 5253 func = idr_find(&sdata->u.nan.de.function_inst_ids, inst_id); in ieee80211_reset_tid_config() 5260 idr_remove(&sdata->u.nan.de.function_inst_ids, inst_id); in ieee80211_reset_tid_config() 5266 cfg80211_nan_func_terminated(ieee80211_vif_to_wdev(vif), inst_id, in ieee80211_reset_tid_config() 5287 func = idr_find(&sdata->u.nan.de.function_inst_ids, match->inst_id); in ieee80211_set_after_color_change_beacon() 5031 ieee80211_nan_func_terminated(struct ieee80211_vif * vif,u8 inst_id,enum nl80211_nan_func_term_reason reason,gfp_t gfp) ieee80211_nan_func_terminated() argument
|
| /linux/include/net/ |
| H A D | mac80211.h | 7899 * @inst_id: the local instance id 7904 u8 inst_id,
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 16954 if (WARN_ON(!match->inst_id || !match->peer_inst_id || !match->addr)) 16988 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, match->inst_id)) in nl80211_nan_set_peer_sched() 17026 u8 inst_id, in nl80211_nan_set_peer_sched() 17039 if (WARN_ON(!inst_id)) in nl80211_nan_set_peer_sched() 17067 if (nla_put_u8(msg, NL80211_NAN_FUNC_INSTANCE_ID, inst_id) || in nl80211_nan_set_peer_sched() 16660 cfg80211_nan_func_terminated(struct wireless_dev * wdev,u8 inst_id,enum nl80211_nan_func_term_reason reason,u64 cookie,gfp_t gfp) cfg80211_nan_func_terminated() argument
|