Searched refs:syncpt_id (Results 1 – 6 of 6) sorted by relevance
/linux/include/trace/events/ |
H A D | host1x.h | 131 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/drivers/gpu/host1x/ |
H A D | syncpt.c | 523 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/drivers/crypto/tegra/ |
H A D | tegra-se-key.c | 91 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_key_prep_ins_cmd()
|
H A D | tegra-se.h | 429 unsigned int syncpt_id; member
|
H A D | tegra-se-hash.c | 274 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_sha_prep_cmd()
|
/linux/include/linux/ |
H A D | host1x.h | 228 u32 syncpt_id);
|