Home
last modified time | relevance | path

Searched refs:pts (Results 1 – 42 of 42) sorted by relevance

/linux-4.1.27/Documentation/filesystems/
Ddevpts.txt26 is the presence of new, '/dev/pts/ptmx' node with permissions 0000, which
33 /dev/pts/ptmx node is present. To effectively use the multi-instance mode,
34 open of /dev/ptmx must be a redirected to '/dev/pts/ptmx' using a symlink or
39 $ chmod 0666 /dev/pts/ptmx
41 $ ln -s pts/ptmx /dev/ptmx
46 $ umount /dev/pts
47 $ mount -t devpts -o newinstance lxcpts /dev/pts
52 the original mount of /dev/pts.
60 1. If -o newinstance mount option is never used, /dev/pts/ptmx can be ignored
65 /dev/pts/ptmx using either a bind mount or symlink.
[all …]
Dproc.txt1243 pty_slave /dev/pts 136 0-255 pty:slave
/linux-4.1.27/drivers/char/pcmcia/
Dcm4000_cs.c139 unsigned char pts[4]; member
468 dev->pts[0] = 0xff; in set_protocol()
469 dev->pts[1] = 0x00; in set_protocol()
472 dev->pts[1]++; in set_protocol()
473 dev->proto = dev->pts[1]; /* Set new protocol */ in set_protocol()
474 dev->pts[1] = (0x01 << 4) | (dev->pts[1]); in set_protocol()
479 dev->pts[2] = fi_di_table[dev->ta1 & 0x0F][(dev->ta1 >> 4) & 0x0F]; in set_protocol()
482 dev->pts[3] = dev->pts[0] ^ dev->pts[1] ^ dev->pts[2]; in set_protocol()
485 dev->pts[0], dev->pts[1], dev->pts[2], dev->pts[3]); in set_protocol()
489 str_invert_revert(dev->pts, 4); in set_protocol()
[all …]
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-controls.c104 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame) in ivtv_g_pts_frame() argument
109 *pts = (s64)((u64)itv->last_dec_timing[2] << 32) | in ivtv_g_pts_frame()
114 *pts = 0; in ivtv_g_pts_frame()
123 *pts = (s64)((u64) data[2] << 32) | (u64) data[1]; in ivtv_g_pts_frame()
Divtv-controls.h26 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
Divtv-streams.h32 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts);
Divtv-streams.c900 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts) in ivtv_stop_v4l2_decode_stream() argument
916 IVTV_DEBUG_INFO("Stop Decode at %llu, flags: %x\n", (unsigned long long)pts, flags); in ivtv_stop_v4l2_decode_stream()
919 if (!(flags & V4L2_DEC_CMD_STOP_IMMEDIATELY) || pts) { in ivtv_stop_v4l2_decode_stream()
923 if (pts) { in ivtv_stop_v4l2_decode_stream()
925 0, (u32)(pts & 0xffffffff), (u32)(pts >> 32)); in ivtv_stop_v4l2_decode_stream()
Divtv-ioctl.c278 dc->stop.pts = 0; in ivtv_video_command()
286 return ivtv_stop_v4l2_decode_stream(s, dc->flags, dc->stop.pts); in ivtv_video_command()
1660 s64 *pts = arg; in ivtv_decoder_ioctls() local
1665 *pts = s->dma_pts; in ivtv_decoder_ioctls()
1670 return ivtv_g_pts_frame(itv, pts, &frame); in ivtv_decoder_ioctls()
1675 s64 pts; in ivtv_decoder_ioctls() local
1684 return ivtv_g_pts_frame(itv, &pts, frame); in ivtv_decoder_ioctls()
Divtv-fileops.c198 e->pts = read_enc(addr + 16) + ((u64)(read_enc(addr + 20) & 1) << 32); in ivtv_update_pgm_info()
847 static void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) in ivtv_stop_decoding() argument
864 ivtv_stop_v4l2_decode_stream(s, flags, pts); in ivtv_stop_decoding()
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-vbi.c198 __be32 pts; in _cx18_process_vbi_data() member
203 u32 pts; in _cx18_process_vbi_data() local
231 pts = (be32_to_cpu(hdr->magic) == 0x3fffffff) ? be32_to_cpu(hdr->pts) in _cx18_process_vbi_data()
247 copy_vbi_data(cx, lines, pts); in _cx18_process_vbi_data()
Dcx18-ioctl.c702 e_idx->pts = (((u64) (le32_to_cpu(e_buf->pts_high) & 1)) << 32) in _cx18_process_idx_data()
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_filter.c401 u8 *pts = NULL;
412 pts = buf+9;
413 else pts = NULL;
423 if (skip == 5 || skip == 10) pts = buf;
424 else pts = NULL;
430 return pts;
Ddvb_filter.h144 u8 pts[5]; member
206 u32 pts[2]; /* [0] 1st field, [1] 2nd field */ member
/linux-4.1.27/arch/um/configs/
Di386_defconfig37 CONFIG_CON_CHAN="pts"
38 CONFIG_SSL_CHAN="pts"
Dx86_64_defconfig35 CONFIG_CON_CHAN="pts"
36 CONFIG_SSL_CHAN="pts"
/linux-4.1.27/drivers/media/pci/ttpci/
Dav7110_ipack.c276 p->pts[p->found - 9] = buf[c]; in av7110_ipack_instant_repack()
337 p->pts[0] = p->check; in av7110_ipack_instant_repack()
346 p->pts[p->which - 2] = buf[c]; in av7110_ipack_instant_repack()
358 p->pts[p->which - 2] = buf[c]; in av7110_ipack_instant_repack()
/linux-4.1.27/drivers/media/radio/si470x/
Dradio-si470x-common.c515 struct poll_table_struct *pts) in si470x_fops_poll() argument
518 unsigned long req_events = poll_requested_events(pts); in si470x_fops_poll()
519 int retval = v4l2_ctrl_poll(file, pts); in si470x_fops_poll()
526 poll_wait(file, &radio->read_queue, pts); in si470x_fops_poll()
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt47 mkdir /dev/pts
48 mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true
Drcu-test-image.txt24 devpts /dev/pts devpts gid=5,mode=620 0 0
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_video.c416 buf->pts = get_unaligned_le32(&data[2]); in uvc_video_clock_decode()
627 delta_stc = buf->pts - (1UL << 31); in uvc_video_clock_update()
646 stream->dev->name, buf->pts, in uvc_video_clock_update()
716 u32 uninitialized_var(pts); in uvc_video_stats_decode()
749 pts = get_unaligned_le32(&data[2]); in uvc_video_stats_decode()
758 if (stream->stats.frame.pts != pts) { in uvc_video_stats_decode()
767 stream->stats.frame.pts = pts; in uvc_video_stats_decode()
833 frame->pts, frame->scr_stc, frame->scr_sof); in uvc_video_stats_update()
Duvcvideo.h367 u32 pts; member
412 u32 pts; /* PTS of the last packet */ member
/linux-4.1.27/tools/testing/ktest/
Dktest.pl1419 my ($ptm, $pts) = @_;
1437 sysopen($pts, "/dev/pts/$tmp", O_RDWR | O_NONBLOCK) or
1442 my ($ptm, $pts) = @_;
1450 open(\*STDIN, '<&', $pts);
1451 open(\*STDOUT, '>&', $pts);
1452 open(\*STDERR, '>&', $pts);
1454 close($pts);
1462 my $pts = \*PTSFD;
1472 create_pty($ptm, $pts);
1478 exec_console($ptm, $pts)
[all …]
/linux-4.1.27/include/uapi/linux/dvb/
Dvideo.h105 __u64 pts; member
/linux-4.1.27/arch/um/
DKconfig.char43 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled
54 /dev/pts/*) are controlled by this option.
/linux-4.1.27/fs/proc/
Dinode.c223 static unsigned int proc_reg_poll(struct file *file, struct poll_table_struct *pts) in proc_reg_poll() argument
231 rv = poll(file, pts); in proc_reg_poll()
/linux-4.1.27/drivers/media/radio/wl128x/
Dfmdrv_v4l2.c109 static u32 fm_v4l2_fops_poll(struct file *file, struct poll_table_struct *pts) in fm_v4l2_fops_poll() argument
116 ret = fmc_is_rds_data_available(fmdev, file, pts); in fm_v4l2_fops_poll()
Dfmdrv_common.c1062 struct poll_table_struct *pts) in fmc_is_rds_data_available() argument
1064 poll_wait(file, &fmdev->rx.rds.read_queue, pts); in fmc_is_rds_data_available()
/linux-4.1.27/drivers/media/radio/
Dradio-si476x.c1153 struct poll_table_struct *pts) in si476x_radio_fops_poll() argument
1156 unsigned long req_events = poll_requested_events(pts); in si476x_radio_fops_poll()
1157 unsigned int err = v4l2_ctrl_poll(file, pts); in si476x_radio_fops_poll()
1161 poll_wait(file, &radio->core->rds_read_queue, pts); in si476x_radio_fops_poll()
Dradio-wl1273.c1086 struct poll_table_struct *pts) in wl1273_fm_fops_poll() argument
1097 poll_wait(file, &radio->read_queue, pts); in wl1273_fm_fops_poll()
/linux-4.1.27/drivers/net/wireless/b43/
Dradio_2056.c10231 const struct b2056_inittabs_pts *pts; in b2056_upload_inittabs() local
10233 pts = b43_nphy_get_inittabs_rev3(dev); in b2056_upload_inittabs()
10234 if (!pts) { in b2056_upload_inittabs()
10240 B2056_SYN, pts->syn, pts->syn_length); in b2056_upload_inittabs()
10242 B2056_TX0, pts->tx, pts->tx_length); in b2056_upload_inittabs()
10244 B2056_TX1, pts->tx, pts->tx_length); in b2056_upload_inittabs()
10246 B2056_RX0, pts->rx, pts->rx_length); in b2056_upload_inittabs()
10248 B2056_RX1, pts->rx, pts->rx_length); in b2056_upload_inittabs()
10253 const struct b2056_inittabs_pts *pts; in b2056_upload_syn_pll_cp2() local
10256 pts = b43_nphy_get_inittabs_rev3(dev); in b2056_upload_syn_pll_cp2()
[all …]
/linux-4.1.27/Documentation/ia64/
Dxen.txt67 none /dev/pts devpts gid=5,mode=620 0 0
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-video.c270 u32 pts; in copy_streams() local
271 pts = *(u32 *)ptr; in copy_streams()
273 field, pts); in copy_streams()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-encoder-api.txt414 u32 pts; // The PTS of the frame
415 u32 mask2; // Bit 0 is bit 32 of the pts.
/linux-4.1.27/include/uapi/linux/
Dvideodev2.h1630 __u64 pts; member
1693 __u64 pts; member
/linux-4.1.27/drivers/tty/
DKconfig117 terminal slave can be accessed as /dev/pts/<number>. What was
118 traditionally /dev/ttyp2 will then be /dev/pts/2, for example.
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-200422 * Thanks to Nick Saw <cwsaw@pts7.pts.mot.com> for
/linux-4.1.27/drivers/staging/media/bcm2048/
Dradio-bcm2048.c2196 struct poll_table_struct *pts) in bcm2048_fops_poll() argument
2201 poll_wait(file, &bdev->read_queue, pts); in bcm2048_fops_poll()
/linux-4.1.27/Documentation/
Ddevices.txt2164 0 = /dev/pts/0 First Unix98 pseudo-TTY
2165 1 = /dev/pts/1 Second Unix98 pseudo-TTY
2170 devpts filesystem onto /dev/pts with the appropriate
3245 /dev/pts devpts PTY slave filesystem
3350 give you a previously unassigned PTY) and a subdirectory, /dev/pts,
3351 for the slaves; the slaves are named with decimal integers (/dev/pts/#
/linux-4.1.27/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt635 o pseudo-terminals - device=pty pts terminals - device=pts
643 o screen /dev/pts/n
647 o minicom -o -p /dev/ttyxx - minicom seems not able to handle pts
737 con0=fd:0,fd:1 con=pts
4151 jdike 15851 4.5 0.4 132568 1104 pts/0 S 21:34 0:05 ./linux [(tracing thread)]
/linux-4.1.27/drivers/media/platform/coda/
Dcoda-common.c811 if (!(dc->flags & V4L2_DEC_CMD_STOP_IMMEDIATELY) && (dc->stop.pts != 0)) in coda_try_decoder_cmd()
/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-ioctl.c649 pr_info("pts=%llu\n", p->stop.pts); in v4l_print_decoder_cmd()
/linux-4.1.27/
DCREDITS2818 E: yuri@pts.mipt.ru