/kernel/linux/linux-6.6/fs/proc/ |
H A D | inode.c | 358 static __poll_t pde_poll(struct proc_dir_entry *pde, struct file *file, struct poll_table_struct *pts) in pde_poll() argument 364 return poll(file, pts); in pde_poll() 368 static __poll_t proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll() argument 374 return pde_poll(pde, file, pts); in proc_reg_poll() 376 rv = pde_poll(pde, file, pts); in proc_reg_poll()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_ipack.c | 277 p->pts[p->found - 9] = buf[c]; in av7110_ipack_instant_repack() 338 p->pts[0] = p->check; in av7110_ipack_instant_repack() 347 p->pts[p->which - 2] = buf[c]; in av7110_ipack_instant_repack() 359 p->pts[p->which - 2] = buf[c]; in av7110_ipack_instant_repack()
|
/kernel/linux/linux-5.10/drivers/media/radio/si470x/ |
H A D | radio-si470x-common.c | 516 struct poll_table_struct *pts) in si470x_fops_poll() 519 __poll_t req_events = poll_requested_events(pts); in si470x_fops_poll() 520 __poll_t retval = v4l2_ctrl_poll(file, pts); in si470x_fops_poll() 527 poll_wait(file, &radio->read_queue, pts); in si470x_fops_poll() 515 si470x_fops_poll(struct file *file, struct poll_table_struct *pts) si470x_fops_poll() argument
|
/kernel/linux/linux-6.6/drivers/media/radio/si470x/ |
H A D | radio-si470x-common.c | 516 struct poll_table_struct *pts) in si470x_fops_poll() 519 __poll_t req_events = poll_requested_events(pts); in si470x_fops_poll() 520 __poll_t retval = v4l2_ctrl_poll(file, pts); in si470x_fops_poll() 527 poll_wait(file, &radio->read_queue, pts); in si470x_fops_poll() 515 si470x_fops_poll(struct file *file, struct poll_table_struct *pts) si470x_fops_poll() argument
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_ipack.c | 277 p->pts[p->found - 9] = buf[c]; in av7110_ipack_instant_repack() 338 p->pts[0] = p->check; in av7110_ipack_instant_repack() 347 p->pts[p->which - 2] = buf[c]; in av7110_ipack_instant_repack() 359 p->pts[p->which - 2] = buf[c]; in av7110_ipack_instant_repack()
|
/kernel/linux/linux-5.10/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-common.h | 56 s64 pts; member
|
H A D | mmal-vchiq.c | 144 s64 pts; member 268 buffer->pts = msg_context->u.bulk.pts; in buffer_work_cb() 352 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive() 432 m.u.buffer_from_host.buffer_header.pts = MMAL_TIME_UNKNOWN; in buffer_from_host() 1334 mmalbuf->pts = MMAL_TIME_UNKNOWN; in port_disable()
|
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/ |
H A D | mmal-common.h | 56 s64 pts; member
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | ivtv-streams.c | 912 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts) in ivtv_stop_v4l2_decode_stream() argument 928 IVTV_DEBUG_INFO("Stop Decode at %llu, flags: %x\n", (unsigned long long)pts, flags); in ivtv_stop_v4l2_decode_stream() 931 if (!(flags & V4L2_DEC_CMD_STOP_IMMEDIATELY) || pts) { in ivtv_stop_v4l2_decode_stream() 935 if (pts) { in ivtv_stop_v4l2_decode_stream() 937 0, (u32)(pts & 0xffffffff), (u32)(pts >> 32)); in ivtv_stop_v4l2_decode_stream()
|
H A D | ivtv-ioctl.c | 270 dc->stop.pts = 0; in ivtv_video_command() 278 return ivtv_stop_v4l2_decode_stream(s, dc->flags, dc->stop.pts); in ivtv_video_command() 1674 s64 *pts = arg; in ivtv_decoder_ioctls() local 1679 *pts = s->dma_pts; in ivtv_decoder_ioctls() 1684 return ivtv_g_pts_frame(itv, pts, &frame); in ivtv_decoder_ioctls() 1689 s64 pts; in ivtv_decoder_ioctls() local 1698 return ivtv_g_pts_frame(itv, &pts, frame); in ivtv_decoder_ioctls()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-streams.c | 912 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts) in ivtv_stop_v4l2_decode_stream() argument 928 IVTV_DEBUG_INFO("Stop Decode at %llu, flags: %x\n", (unsigned long long)pts, flags); in ivtv_stop_v4l2_decode_stream() 931 if (!(flags & V4L2_DEC_CMD_STOP_IMMEDIATELY) || pts) { in ivtv_stop_v4l2_decode_stream() 935 if (pts) { in ivtv_stop_v4l2_decode_stream() 937 0, (u32)(pts & 0xffffffff), (u32)(pts >> 32)); in ivtv_stop_v4l2_decode_stream()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | ringbuf.c | 311 struct poll_table_struct *pts) in ringbuf_map_poll_kern() 316 poll_wait(filp, &rb_map->rb->waitq, pts); in ringbuf_map_poll_kern() 324 struct poll_table_struct *pts) in ringbuf_map_poll_user() 329 poll_wait(filp, &rb_map->rb->waitq, pts); in ringbuf_map_poll_user() 310 ringbuf_map_poll_kern(struct bpf_map *map, struct file *filp, struct poll_table_struct *pts) ringbuf_map_poll_kern() argument 323 ringbuf_map_poll_user(struct bpf_map *map, struct file *filp, struct poll_table_struct *pts) ringbuf_map_poll_user() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | video.h | 95 __u64 pts; member
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_encoder.h | 24 u64 pts; member
|
H A D | vidtv_s302m.c | 226 /* use the same pts from the video access unit*/ in vidtv_s302m_compute_pts_from_video() 228 au->pts = sync_au->pts; in vidtv_s302m_compute_pts_from_video() 403 * is created with values for 'num_samples' and 'pts' taken empirically from in vidtv_s302m_encode() 415 e->access_units->pts = (ctx->au_count * FF_S302M_DEFAULT_PTS_INCREMENT) + in vidtv_s302m_encode()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_encoder.h | 24 u64 pts; member
|
H A D | vidtv_s302m.c | 226 /* use the same pts from the video access unit*/ in vidtv_s302m_compute_pts_from_video() 228 au->pts = sync_au->pts; in vidtv_s302m_compute_pts_from_video() 403 * is created with values for 'num_samples' and 'pts' taken empirically from in vidtv_s302m_encode() 415 e->access_units->pts = (ctx->au_count * FF_S302M_DEFAULT_PTS_INCREMENT) + in vidtv_s302m_encode()
|
/kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
H A D | video.h | 80 __u64 pts; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | video.h | 61 __u64 pts; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | video.h | 61 __u64 pts; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/ |
H A D | video.h | 50 __u64 pts; member
|
/kernel/linux/linux-5.10/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 503 buf->pts = get_unaligned_le32(&data[2]); in uvc_video_clock_decode() 723 delta_stc = buf->pts - (1UL << 31); in uvc_video_clock_update() 742 stream->dev->name, buf->pts, in uvc_video_clock_update() 802 u32 pts; in uvc_video_stats_decode() local 835 pts = get_unaligned_le32(&data[2]); in uvc_video_stats_decode() 844 if (stream->stats.frame.pts != pts) { in uvc_video_stats_decode() 853 stream->stats.frame.pts = pts; in uvc_video_stats_decode() 911 "%u/%u/%u pts ( in uvc_video_stats_update() [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/uvc/ |
H A D | uvc_video.c | 514 buf->pts = get_unaligned_le32(&data[2]); in uvc_video_clock_decode() 738 delta_stc = buf->pts - (1UL << 31); in uvc_video_clock_update() 757 stream->dev->name, buf->pts, in uvc_video_clock_update() 818 u32 pts; in uvc_video_stats_decode() local 851 pts = get_unaligned_le32(&data[2]); in uvc_video_stats_decode() 860 if (stream->stats.frame.pts != pts) { in uvc_video_stats_decode() 869 stream->stats.frame.pts = pts; in uvc_video_stats_decode() 928 "frame %u stats: %u/%u/%u packets, %u/%u/%u pts ( in uvc_video_stats_update() [all...] |
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 1542 my ($ptm, $pts) = @_; 1560 sysopen($pts, "/dev/pts/$tmp", O_RDWR | O_NONBLOCK) or 1561 dodie "Can't open /dev/pts/$tmp"; 1565 my ($ptm, $pts) = @_; 1573 open(\*STDIN, '<&', $pts); 1574 open(\*STDOUT, '>&', $pts); 1575 open(\*STDERR, '>&', $pts); 1577 close($pts); 1585 my $pts [all...] |
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 1600 my ($ptm, $pts) = @_; 1618 sysopen($pts, "/dev/pts/$tmp", O_RDWR | O_NONBLOCK) or 1619 dodie "Can't open /dev/pts/$tmp"; 1623 my ($ptm, $pts) = @_; 1631 open(\*STDIN, '<&', $pts); 1632 open(\*STDOUT, '>&', $pts); 1633 open(\*STDERR, '>&', $pts); 1635 close($pts); 1643 my $pts [all...] |