Searched refs:nb_pts (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/gpu/host1x/ |
A D | syncpt.c | 71 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() 280 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt), in host1x_syncpt_init() 290 for (i = 0; i < host->info->nb_pts; i++) { in host1x_syncpt_init() 375 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit() 421 return host->info->nb_pts; in host1x_syncpt_nb_pts() 442 if (id >= host->info->nb_pts) in host1x_syncpt_get_by_id() 461 if (id >= host->info->nb_pts) in host1x_syncpt_get_by_id_noref()
|
A D | dev.c | 85 .nb_pts = 32, 100 .nb_pts = 32, 115 .nb_pts = 192, 130 .nb_pts = 192, 160 .nb_pts = 576, 196 .nb_pts = 704, 244 .nb_pts = 1024,
|
A D | dev.h | 99 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
|
/linux-6.3-rc2/drivers/gpu/host1x/hw/ |
A D | intr_hw.c | 22 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()
|
/linux-6.3-rc2/drivers/media/usb/uvc/ |
A D | uvc_video.c | 859 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()
|
A D | uvcvideo.h | 348 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member
|
Completed in 14 milliseconds