Searched refs:syncpt_id (Results 1 – 8 of 8) sorted by relevance
| /linux/include/trace/events/ |
| 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/ |
| 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/ |
| A D | tegra-se-key.c | 91 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_key_prep_ins_cmd()
|
| A D | tegra-se-aes.c | 250 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_aes_prep_cmd() 592 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_gmac_prep_cmd() 651 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_gcm_crypt_prep_cmd() 701 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_gcm_prep_final_cmd() 834 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_cbcmac_prep_cmd() 873 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_ctr_prep_cmd() 1439 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_cmac_prep_cmd()
|
| A D | tegra-se-main.c | 215 se->syncpt_id = host1x_syncpt_id(se->syncpt); in tegra_se_client_init()
|
| A D | tegra-se.h | 429 unsigned int syncpt_id; member
|
| A D | tegra-se-hash.c | 274 host1x_uclass_incr_syncpt_indx_f(se->syncpt_id); in tegra_sha_prep_cmd()
|
| /linux/include/linux/ |
| A D | host1x.h | 223 u32 syncpt_id);
|
Completed in 70 milliseconds