Home
last modified time | relevance | path

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

/linux/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.h101 unsigned int nb_pts; /* host1x: number of syncpoints supported */
99 unsigned int nb_pts; /* host1x: number of syncpoints supported */ global() member
/linux/drivers/gpu/host1x/hw/
H A Dintr_hw.c21 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 syncpt_thresh_isr()
75 for (id = 0; id < host->info->nb_pts; id++) { in intr_hw_init()
/linux/drivers/media/usb/uvc/
H A Duvc_video.c922 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 Duvcvideo.h356 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member