Searched refs:nb_pts (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/host1x/ |
D | syncpt.c | 64 for (i = 0; i < host->info->nb_pts && sp->name; i++, sp++) in host1x_syncpt_alloc() 67 if (i >= host->info->nb_pts) in host1x_syncpt_alloc() 346 syncpt = devm_kzalloc(host->dev, sizeof(*syncpt) * host->info->nb_pts, in host1x_syncpt_init() 356 for (i = 0; i < host->info->nb_pts; i++) { in host1x_syncpt_init() 403 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit() 436 return host->info->nb_pts; in host1x_syncpt_nb_pts() 451 if (host->info->nb_pts < id) in host1x_syncpt_get()
|
D | dev.c | 65 .nb_pts = 32, 74 .nb_pts = 32, 83 .nb_pts = 192,
|
D | intr.c | 276 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()
|
D | dev.h | 94 int nb_pts; /* host1x: num syncpoints supported */ member
|
/drivers/gpu/host1x/hw/ |
D | intr_hw.c | 50 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); i++) { in syncpt_thresh_isr() 67 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); ++i) { in _host1x_intr_disable_all_syncpt_intrs() 82 for (i = 0; i < host->info->nb_pts; i++) in _host1x_intr_init_host_sync()
|
/drivers/media/usb/uvc/ |
D | uvc_video.c | 815 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode() 824 stream->stats.frame.nb_pts++; in uvc_video_stats_decode() 887 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
|
D | uvcvideo.h | 419 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member
|