Home
last modified time | relevance | path

Searched refs:nb_pts (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Dsyncpt.c71 for (i = 0; i < host->info->nb_pts && kref_read(&sp->ref); i++, sp++) in host1x_syncpt_alloc()
74 if (i >= host->info->nb_pts) in host1x_syncpt_alloc()
286 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt), in host1x_syncpt_init()
296 for (i = 0; i < host->info->nb_pts; i++) { in host1x_syncpt_init()
381 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit()
427 return host->info->nb_pts; in host1x_syncpt_nb_pts()
448 if (id >= host->info->nb_pts) in host1x_syncpt_get_by_id()
467 if (id >= host->info->nb_pts) in host1x_syncpt_get_by_id_noref()
H A Ddev.c86 .nb_pts = 32,
101 .nb_pts = 32,
116 .nb_pts = 192,
131 .nb_pts = 192,
161 .nb_pts = 576,
197 .nb_pts = 704,
245 .nb_pts = 1024,
H A Ddev.h99 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
H A 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()
/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A 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()
H A Ddev.c74 .nb_pts = 32,
88 .nb_pts = 32,
102 .nb_pts = 192,
116 .nb_pts = 192,
139 .nb_pts = 576,
162 .nb_pts = 704,
H A Dintr.c264 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_init() local
269 for (id = 0; id < nb_pts; ++id) { in host1x_intr_init()
308 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_stop() local
314 for (id = 0; id < nb_pts; ++id) { in host1x_intr_stop()
H A Ddev.h94 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dintr_hw.c22 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); i++) { in syncpt_thresh_isr()
42 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); ++i) { in host1x_intr_disable_all_syncpt_intrs()
73 for (id = 0; id < host->info->nb_pts; id++) in intr_hw_init()
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_video.c843 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode()
852 stream->stats.frame.nb_pts++; in uvc_video_stats_decode()
915 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
H A Duvcvideo.h466 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member
/kernel/linux/linux-6.6/drivers/media/usb/uvc/
H A Duvc_video.c859 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode()
868 stream->stats.frame.nb_pts++; in uvc_video_stats_decode()
931 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
H A Duvcvideo.h348 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member

Completed in 15 milliseconds