Home
last modified time | relevance | path

Searched refs:nb_pts (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/host1x/hw/
Dintr_hw.c39 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); i++) { in syncpt_thresh_isr()
56 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); ++i) { in _host1x_intr_disable_all_syncpt_intrs()
90 for (i = 0; i < host->info->nb_pts; i++) in _host1x_intr_init_host_sync()
135 for (i = 0; i < host->info->nb_pts; i++) in _host1x_free_syncpt_irq()
/Linux-v5.4/drivers/gpu/host1x/
Dsyncpt.c55 for (i = 0; i < host->info->nb_pts && sp->name; i++, sp++) in host1x_syncpt_alloc()
58 if (i >= host->info->nb_pts) in host1x_syncpt_alloc()
371 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt), in host1x_syncpt_init()
381 for (i = 0; i < host->info->nb_pts; i++) { in host1x_syncpt_init()
463 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit()
509 return host->info->nb_pts; in host1x_syncpt_nb_pts()
529 if (id >= host->info->nb_pts) in host1x_syncpt_get()
Ddev.c74 .nb_pts = 32,
84 .nb_pts = 32,
94 .nb_pts = 192,
104 .nb_pts = 192,
123 .nb_pts = 576,
145 .nb_pts = 704,
Dintr.c265 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_init() local
270 for (id = 0; id < nb_pts; ++id) { in host1x_intr_init()
309 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_stop() local
315 for (id = 0; id < nb_pts; ++id) { in host1x_intr_stop()
Ddev.h94 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_video.c811 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode()
820 stream->stats.frame.nb_pts++; in uvc_video_stats_decode()
883 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
Duvcvideo.h458 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member