Home
last modified time | relevance | path

Searched refs:pty (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-rds-gen.c67 data[1].lsb = rds->pty << 5; in vivid_rds_generate()
68 data[1].msb = (rds->pty >> 3) | (rds->tp << 2); in vivid_rds_generate()
128 data[3].lsb = rds->pty << 5; in vivid_rds_generate()
131 data[3].msb |= rds->pty >> 3; in vivid_rds_generate()
144 rds->pty = alt ? 29 : 2; in vivid_rds_gen_fill()
147 rds->pty = alt ? 16 : 3; in vivid_rds_gen_fill()
Dvivid-rds-gen.h37 u8 pty; member
Dvivid-radio-common.c83 rds->pty = dev->radio_tx_rds_pty->cur.val; in vivid_radio_rds_init()
102 v4l2_ctrl_s_ctrl(dev->radio_rx_rds_pty, rds->pty); in vivid_radio_rds_init()
/linux-4.4.14/arch/um/drivers/
Dpty.c81 char *pty, *bank, *cp; in getmaster() local
84 pty = &line[strlen("/dev/ptyp")]; in getmaster()
87 *pty = '0'; in getmaster()
93 *pty = *cp; in getmaster()
DMakefile56 obj-$(CONFIG_PTY_CHAN) += pty.o
64 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o
/linux-4.4.14/arch/um/os-Linux/
Dsigio.c432 struct openpty_arg pty = { .master = -1, .slave = -1 }; in check_one_sigio() local
435 initial_thread_cb(openpty_cb, &pty); in check_one_sigio()
436 if (pty.err) { in check_one_sigio()
438 -pty.err); in check_one_sigio()
442 master = pty.master; in check_one_sigio()
443 slave = pty.slave; in check_one_sigio()
/linux-4.4.14/drivers/tty/
DMakefile3 obj-$(CONFIG_LEGACY_PTYS) += pty.o
4 obj-$(CONFIG_UNIX98_PTYS) += pty.o
Dpty.c304 struct tty_struct *pty = tty->link; in pty_resize() local
313 rpgrp = tty_get_pgrp(pty); in pty_resize()
324 pty->winsize = *ws; /* Never used so will go away soon */ in pty_resize()
/linux-4.4.14/arch/um/
DKconfig.char39 bool "pty channel support"
43 pseudo-terminals (/dev/pty*) and pts pseudo-terminals are controlled
93 default "pty"
97 command line. The default value is "pty", which attaches them to
101 which don't have a set of /dev/pty* devices.
/linux-4.4.14/drivers/media/radio/
Dradio-miropcm20.c361 u8 pty; in pcm20_thread() local
363 res = rds_cmd(dev->aci, RDS_PTYTATP, &pty, 1); in pcm20_thread()
365 v4l2_ctrl_s_ctrl(dev->rds_ms, !!(pty & 0x01)); in pcm20_thread()
366 v4l2_ctrl_s_ctrl(dev->rds_ta, !!(pty & 0x02)); in pcm20_thread()
367 v4l2_ctrl_s_ctrl(dev->rds_tp, !!(pty & 0x80)); in pcm20_thread()
368 v4l2_ctrl_s_ctrl(dev->rds_pty, (pty >> 2) & 0x1f); in pcm20_thread()
/linux-4.4.14/scripts/kconfig/
Dconfdata.c1124 int i, cnt, pby, pty, ptm; /* pby: probability of boolean = y in conf_set_all_new_symbols() local
1129 pby = 50; pty = ptm = 33; /* can't go as the default in switch-case in conf_set_all_new_symbols()
1153 pby = p[0]; ptm = pby/2; pty = pby-ptm; in conf_set_all_new_symbols()
1156 pty = p[0]; ptm = p[1]; pby = pty + ptm; in conf_set_all_new_symbols()
1159 pby = p[0]; pty = p[1]; ptm = p[2]; in conf_set_all_new_symbols()
1163 if( pty+ptm > 100 ) { in conf_set_all_new_symbols()
1195 if (cnt < pty) in conf_set_all_new_symbols()
1197 else if (cnt < (pty+ptm)) in conf_set_all_new_symbols()
/linux-4.4.14/Documentation/filesystems/
Ddevpts.txt51 /bin/bash in the child process. A pty created by the sshd is not visible in
104 /dev/pts/ptmx redirection would result in an unusable/unreachable pty.
112 would create a pty, say /dev/pts/7, in the initial kernel mount.
Dproc.txt1258 pty_slave /dev/pts 136 0-255 pty:slave
1259 pty_master /dev/ptm 128 0-255 pty:master
1260 pty_slave /dev/ttyp 3 0-255 pty:slave
1261 pty_master /dev/pty 2 0-255 pty:master
/linux-4.4.14/include/linux/mfd/
Dsi476x-core.h338 u8 pty; member
/linux-4.4.14/Documentation/zh_CN/
Dmagic-number.txt74 PTY_MAGIC 0x5001 drivers/char/pty.c
/linux-4.4.14/Documentation/
Dmagic-number.txt74 PTY_MAGIC 0x5001 drivers/char/pty.c
Ddevices.txt123 * Masters are "pty", slaves are "tty";
3338 a master side, named /dev/pty[p-za-e][0-9a-f], and a slave side, named
Dkernel-parameters.txt3042 pty.legacy_count=
3043 [KNL] Number of legacy pty's. Overwrites compiled-in
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt490 serial line 0 assigned pty /dev/ptyp1
591 o hook two virtual machines together by having one attach to a pty
615 So, for example, you can assign a pty to each of the serial lines
619 ssl=pty ssl0=tty:/dev/tty0 ssl1=tty:/dev/tty1
635 o pseudo-terminals - device=pty pts terminals - device=pts
668 you specify is the slave end of a tty/pty pair, something else must
669 have already opened the corresponding pty in order for this to work.
798 con=pty con0=fd:0,fd:1
816 Run one UML with a serial line attached to a pty -
819 ssl1=pty
[all …]
/linux-4.4.14/Documentation/networking/
Dcdc_mbim.txt220 DssSessionId 5 as a pty character device pointed to by a /dev/nmea
/linux-4.4.14/Documentation/serial/
Dtty.txt214 TTY_OTHER_CLOSED Device is a pty and the other side has closed.
/linux-4.4.14/drivers/mfd/
Dsi476x-cmd.c947 report->pty = 0x1f & resp[3]; in si476x_core_cmd_fm_rds_status()
/linux-4.4.14/
DCREDITS90 D: Unix98 pty support.
2265 D: Initial implementation of VC's, pty's and select()