Searched refs:nb_pts (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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() 101 for (i = 0; i < host->info->nb_pts; i++) in _host1x_intr_init_host_sync() 146 for (i = 0; i < host->info->nb_pts; i++) in _host1x_free_syncpt_irq()
|
/Linux-v4.19/drivers/gpu/host1x/ |
D | syncpt.c | 66 for (i = 0; i < host->info->nb_pts && sp->name; i++, sp++) in host1x_syncpt_alloc() 69 if (i >= host->info->nb_pts) in host1x_syncpt_alloc() 382 syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt), in host1x_syncpt_init() 392 for (i = 0; i < host->info->nb_pts; i++) { in host1x_syncpt_init() 474 for (i = 0; i < host->info->nb_pts; i++, sp++) in host1x_syncpt_deinit() 520 return host->info->nb_pts; in host1x_syncpt_nb_pts() 540 if (id >= host->info->nb_pts) in host1x_syncpt_get()
|
D | dev.c | 80 .nb_pts = 32, 90 .nb_pts = 32, 100 .nb_pts = 192, 110 .nb_pts = 192, 120 .nb_pts = 576,
|
D | intr.c | 276 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_init() local 281 for (id = 0; id < nb_pts; ++id) { in host1x_intr_init() 320 u32 nb_pts = host1x_syncpt_nb_pts(host); in host1x_intr_stop() local 326 for (id = 0; id < nb_pts; ++id) { in host1x_intr_stop()
|
D | dev.h | 99 unsigned int nb_pts; /* host1x: number of syncpoints supported */ member
|
/Linux-v4.19/drivers/media/usb/uvc/ |
D | uvcvideo.h | 452 unsigned int nb_pts; /* Number of packets with a PTS timestamp */ member
|
D | uvc_video.c | 808 if (has_pts && stream->stats.frame.nb_pts) { in uvc_video_stats_decode() 817 stream->stats.frame.nb_pts++; in uvc_video_stats_decode() 880 frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts, in uvc_video_stats_update()
|