Searched refs:nb_pts (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/host1x/ |
H 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() 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 D | dev.c | 86 .nb_pts = 32, 101 .nb_pts = 32, 116 .nb_pts = 192, 131 .nb_pts = 192, 161 .nb_pts = 576, 198 .nb_pts = 704, 270 .nb_pts = 1024,
|
H A D | dev.h | 101 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
|
/linux/drivers/gpu/host1x/hw/ |
H A D | intr_hw.c | 21 for (i = irq_data->offset; i < DIV_ROUND_UP(host->info->nb_pts, 32); 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() 75 for (id = 0; id < host->info->nb_pts; id++) { in host1x_intr_init_host_sync()
|
/linux/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 922 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode() 931 stream->stats.frame.nb_pts++; in uvc_video_stats_decode() 994 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
|
H A D | uvcvideo.h | 356 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member
|