Searched refs:nb_pts (Results 1 – 7 of 7) sorted by relevance
41 for (i = 0; i < host->info->nb_pts && sp->name; i++, sp++) in _host1x_syncpt_alloc()319 syncpt = devm_kzalloc(host->dev, sizeof(*syncpt) * host->info->nb_pts, in host1x_syncpt_init()324 for (i = 0; i < host->info->nb_pts; ++i) { in host1x_syncpt_init()363 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit()369 return host->info->nb_pts; in host1x_syncpt_nb_pts()384 if (host->info->nb_pts < id) in host1x_syncpt_get()
276 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_init() local284 for (id = 0; id < nb_pts; ++id) { in host1x_intr_init()324 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_stop() local330 for (id = 0; id < nb_pts; ++id) { in host1x_intr_stop()
75 .nb_pts = 32,
93 int nb_pts; /* host1x: num syncpoints supported */ member
51 for (i = 0; i <= BIT_WORD(host->info->nb_pts); i++) { in syncpt_thresh_isr()68 for (i = 0; i <= BIT_WORD(host->info->nb_pts); ++i) { in _host1x_intr_disable_all_syncpt_intrs()83 for (i = 0; i < host->info->nb_pts; i++) in _host1x_intr_init_host_sync()
748 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode()757 stream->stats.frame.nb_pts++; in uvc_video_stats_decode()820 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
392 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member