/linux-4.1.27/Documentation/filesystems/ |
D | devpts.txt | 26 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 …]
|
D | proc.txt | 1243 pty_slave /dev/pts 136 0-255 pty:slave
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | cm4000_cs.c | 139 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/ |
D | ivtv-controls.c | 104 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()
|
D | ivtv-controls.h | 26 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
|
D | ivtv-streams.h | 32 int ivtv_stop_v4l2_decode_stream(struct ivtv_stream *s, int flags, u64 pts);
|
D | ivtv-streams.c | 900 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()
|
D | ivtv-ioctl.c | 278 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()
|
D | ivtv-fileops.c | 198 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/ |
D | cx18-vbi.c | 198 __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()
|
D | cx18-ioctl.c | 702 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/ |
D | dvb_filter.c | 401 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;
|
D | dvb_filter.h | 144 u8 pts[5]; member 206 u32 pts[2]; /* [0] 1st field, [1] 2nd field */ member
|
/linux-4.1.27/arch/um/configs/ |
D | i386_defconfig | 37 CONFIG_CON_CHAN="pts" 38 CONFIG_SSL_CHAN="pts"
|
D | x86_64_defconfig | 35 CONFIG_CON_CHAN="pts" 36 CONFIG_SSL_CHAN="pts"
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110_ipack.c | 276 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/ |
D | radio-si470x-common.c | 515 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/ |
D | initrd.txt | 47 mkdir /dev/pts 48 mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true
|
D | rcu-test-image.txt | 24 devpts /dev/pts devpts gid=5,mode=620 0 0
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_video.c | 416 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()
|
D | uvcvideo.h | 367 u32 pts; member 412 u32 pts; /* PTS of the last packet */ member
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 1419 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/ |
D | video.h | 105 __u64 pts; member
|
/linux-4.1.27/arch/um/ |
D | Kconfig.char | 43 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled 54 /dev/pts/*) are controlled by this option.
|
/linux-4.1.27/fs/proc/ |
D | inode.c | 223 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/ |
D | fmdrv_v4l2.c | 109 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()
|
D | fmdrv_common.c | 1062 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/ |
D | radio-si476x.c | 1153 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()
|
D | radio-wl1273.c | 1086 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/ |
D | radio_2056.c | 10231 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/ |
D | xen.txt | 67 none /dev/pts devpts gid=5,mode=620 0 0
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 270 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/ |
D | fw-encoder-api.txt | 414 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/ |
D | videodev2.h | 1630 __u64 pts; member 1693 __u64 pts; member
|
/linux-4.1.27/drivers/tty/ |
D | Kconfig | 117 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/ |
D | ChangeLog.ide-cd.1994-2004 | 22 * Thanks to Nick Saw <cwsaw@pts7.pts.mot.com> for
|
/linux-4.1.27/drivers/staging/media/bcm2048/ |
D | radio-bcm2048.c | 2196 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/ |
D | devices.txt | 2164 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/ |
D | UserModeLinux-HOWTO.txt | 635 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/ |
D | coda-common.c | 811 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/ |
D | v4l2-ioctl.c | 649 pr_info("pts=%llu\n", p->stop.pts); in v4l_print_decoder_cmd()
|
/linux-4.1.27/ |
D | CREDITS | 2818 E: yuri@pts.mipt.ru
|