Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Dsyncpt.c41 for (i = 0; i < host->info->nb_pts && sp->name; i++, sp++) in _host1x_syncpt_alloc()
319 syncpt = devm_kzalloc(host->dev, sizeof(*syncpt) * host->info->nb_pts, in host1x_syncpt_init()
324 for (i = 0; i < host->info->nb_pts; ++i) { in host1x_syncpt_init()
363 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit()
369 return host->info->nb_pts; in host1x_syncpt_nb_pts()
384 if (host->info->nb_pts < id) in host1x_syncpt_get()
Dintr.c276 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_init() local
284 for (id = 0; id < nb_pts; ++id) { in host1x_intr_init()
324 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_stop() local
330 for (id = 0; id < nb_pts; ++id) { in host1x_intr_stop()
Ddev.c75 .nb_pts = 32,
Ddev.h93 int nb_pts; /* host1x: num syncpoints supported */ member
/drivers/gpu/host1x/hw/
Dintr_hw.c51 for (i = 0; i <= BIT_WORD(host->info->nb_pts); i++) { in syncpt_thresh_isr()
68 for (i = 0; i <= BIT_WORD(host->info->nb_pts); ++i) { in _host1x_intr_disable_all_syncpt_intrs()
83 for (i = 0; i < host->info->nb_pts; i++) in _host1x_intr_init_host_sync()
/drivers/media/usb/uvc/
Duvc_video.c748 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode()
757 stream->stats.frame.nb_pts++; in uvc_video_stats_decode()
820 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
Duvcvideo.h392 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member