nb_pts             74 drivers/gpu/host1x/dev.c 	.nb_pts = 32,
nb_pts             84 drivers/gpu/host1x/dev.c 	.nb_pts = 32,
nb_pts             94 drivers/gpu/host1x/dev.c 	.nb_pts = 192,
nb_pts            104 drivers/gpu/host1x/dev.c 	.nb_pts = 192,
nb_pts            123 drivers/gpu/host1x/dev.c 	.nb_pts = 576,
nb_pts            145 drivers/gpu/host1x/dev.c 	.nb_pts = 704,
nb_pts             94 drivers/gpu/host1x/dev.h 	unsigned int nb_pts; /* host1x: number of syncpoints supported */
nb_pts             39 drivers/gpu/host1x/hw/intr_hw.c 	for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); i++) {
nb_pts             56 drivers/gpu/host1x/hw/intr_hw.c 	for (i = 0; i < DIV_ROUND_UP(host->info->nb_pts, 32); ++i) {
nb_pts             90 drivers/gpu/host1x/hw/intr_hw.c 	for (i = 0; i < host->info->nb_pts; i++)
nb_pts            135 drivers/gpu/host1x/hw/intr_hw.c 	for (i = 0; i < host->info->nb_pts; i++)
nb_pts            265 drivers/gpu/host1x/intr.c 	u32 nb_pts = host1x_syncpt_nb_pts(host);
nb_pts            270 drivers/gpu/host1x/intr.c 	for (id = 0; id < nb_pts; ++id) {
nb_pts            309 drivers/gpu/host1x/intr.c 	u32 nb_pts = host1x_syncpt_nb_pts(host);
nb_pts            315 drivers/gpu/host1x/intr.c 	for (id = 0; id < nb_pts; ++id) {
nb_pts             55 drivers/gpu/host1x/syncpt.c 	for (i = 0; i < host->info->nb_pts && sp->name; i++, sp++)
nb_pts             58 drivers/gpu/host1x/syncpt.c 	if (i >= host->info->nb_pts)
nb_pts            371 drivers/gpu/host1x/syncpt.c 	syncpt = devm_kcalloc(host->dev, host->info->nb_pts, sizeof(*syncpt),
nb_pts            381 drivers/gpu/host1x/syncpt.c 	for (i = 0; i < host->info->nb_pts; i++) {
nb_pts            463 drivers/gpu/host1x/syncpt.c 	for (i = 0; i < host->info->nb_pts; i++, sp++)
nb_pts            509 drivers/gpu/host1x/syncpt.c 	return host->info->nb_pts;
nb_pts            529 drivers/gpu/host1x/syncpt.c 	if (id >= host->info->nb_pts)
nb_pts            811 drivers/media/usb/uvc/uvc_video.c 	if (has_pts && stream->stats.frame.nb_pts) {
nb_pts            820 drivers/media/usb/uvc/uvc_video.c 		stream->stats.frame.nb_pts++;
nb_pts            883 drivers/media/usb/uvc/uvc_video.c 		  frame->nb_pts_diffs, frame->last_pts_diff, frame->nb_pts,
nb_pts            459 drivers/media/usb/uvc/uvcvideo.h 	unsigned int nb_pts;		/* Number of packets with a PTS timestamp */