Searched refs:nb_pts (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/host1x/hw/ |
| H A D | intr_hw.c | 36 for (i = irq_data->offset; i < DIV_ROUND_UP(host->info->nb_pts, 32); in syncpt_thresh_isr() 51 for (i = 1; i < (host->info->nb_pts / 32) - 1; i += 2) { in syncpt_thresh_isr() 63 for (i = irq_data->offset; i < DIV_ROUND_UP(host->info->nb_pts, 64); in syncpt_thresh_isr() 80 for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); ++i) { in host1x_intr_disable_all_syncpt_intrs() 113 for (id = 0; id < host->info->nb_pts; id++) { in host1x_intr_init_host_sync()
|
| /linux/drivers/gpu/host1x/ |
| H A D | dev.c | 95 .nb_pts = 32, 110 .nb_pts = 32, 125 .nb_pts = 192, 140 .nb_pts = 192, 181 .nb_pts = 576, 220 .nb_pts = 704, 273 .nb_pts = 1024,
|
| H A D | dev.h | 101 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
|
| /linux/drivers/media/usb/uvc/ |
| H A D | uvc_video.c | 957 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode() 966 stream->stats.frame.nb_pts++; in uvc_video_stats_decode() 1029 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
|