Home
last modified time | relevance | path

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

/linux-6.1.9/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()
87 for (id = 0; id < host->info->nb_pts; id++) in intr_hw_init()
101 for (i = 0; i < host->info->nb_pts; i++) in _host1x_intr_init_host_sync()
146 for (i = 0; i < host->info->nb_pts; i++) in _host1x_free_syncpt_irq()
/linux-6.1.9/drivers/gpu/host1x/
Dsyncpt.c70 for (i = 0; i < host->info->nb_pts && kref_read(&sp->ref); i++, sp++) in host1x_syncpt_alloc()
73 if (i >= host->info->nb_pts) in host1x_syncpt_alloc()
334 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt), in host1x_syncpt_init()
344 for (i = 0; i < host->info->nb_pts; i++) { in host1x_syncpt_init()
429 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit()
475 return host->info->nb_pts; in host1x_syncpt_nb_pts()
496 if (id >= host->info->nb_pts) in host1x_syncpt_get_by_id()
515 if (id >= host->info->nb_pts) in host1x_syncpt_get_by_id_noref()
Ddev.c85 .nb_pts = 32,
100 .nb_pts = 32,
115 .nb_pts = 192,
130 .nb_pts = 192,
160 .nb_pts = 576,
196 .nb_pts = 704,
232 .nb_pts = 1024,
Dintr.c285 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_init() local
290 for (id = 0; id < nb_pts; ++id) { in host1x_intr_init()
326 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_stop() local
332 for (id = 0; id < nb_pts; ++id) { in host1x_intr_stop()
Ddev.h100 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
/linux-6.1.9/drivers/media/usb/uvc/
Duvc_video.c855 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode()
864 stream->stats.frame.nb_pts++; in uvc_video_stats_decode()
927 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
Duvcvideo.h350 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member