Home
last modified time | relevance | path

Searched refs:syncpt_id (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/include/trace/events/
H A Dhost1x.h131 TP_PROTO(const char *name, u32 cmdbufs, u32 relocs, u32 syncpt_id,
134 TP_ARGS(name, cmdbufs, relocs, syncpt_id, syncpt_incrs),
140 __field(u32, syncpt_id)
148 __entry->syncpt_id = syncpt_id;
155 __entry->syncpt_id, __entry->syncpt_incrs)
237 TP_PROTO(struct host1x_bo *bo, u32 offset, u32 syncpt_id, u32 thresh,
240 TP_ARGS(bo, offset, syncpt_id, thresh, min),
245 __field(u32, syncpt_id)
253 __entry->syncpt_id = syncpt_id;
260 __entry->syncpt_id, __entry->thresh,
/linux-6.15/drivers/gpu/host1x/
H A Dsyncpt.c523 u32 syncpt_id) in host1x_syncpt_release_vblank_reservation() argument
530 kref_put(&host->syncpt[syncpt_id].ref, do_nothing); in host1x_syncpt_release_vblank_reservation()
/linux-6.15/drivers/crypto/tegra/
H A Dtegra-se-key.c91 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_key_prep_ins_cmd()
H A Dtegra-se-aes.c256 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_aes_prep_cmd()
641 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_gmac_prep_cmd()
700 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_gcm_crypt_prep_cmd()
750 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_gcm_prep_final_cmd()
883 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_cbcmac_prep_cmd()
922 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_ctr_prep_cmd()
1518 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_cmac_prep_cmd()
H A Dtegra-se-main.c215 se->syncpt_id = host1x_syncpt_id(se->syncpt); in tegra_se_client_init()
H A Dtegra-se.h433 unsigned int syncpt_id; member
H A Dtegra-se-hash.c341 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_sha_prep_cmd()
/linux-6.15/include/linux/
H A Dhost1x.h228 u32 syncpt_id);