Searched refs:pty (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.h26 u8 pty; member in struct:vivid_rds_gen
H A Dvivid-rds-gen.c56 data[1].lsb = rds->pty << 5;
57 data[1].msb = (rds->pty >> 3) | (rds->tp << 2);
119 data[3].lsb = rds->pty << 5;
122 data[3].msb |= rds->pty >> 3;
135 rds->pty = alt ? 29 : 2;
138 rds->pty = alt ? 16 : 3;
H A Dvivid-radio-common.c71 rds->pty = dev->radio_tx_rds_pty->cur.val;
90 v4l2_ctrl_s_ctrl(dev->radio_rx_rds_pty, rds->pty);
/linux-master/drivers/tty/
H A DMakefile6 obj-$(CONFIG_LEGACY_PTYS) += pty.o
7 obj-$(CONFIG_UNIX98_PTYS) += pty.o
H A Dpty.c90 * (1) trying to send data to the pty, or (2) waiting in wait_until_sent()
91 * for the pty buffer to be drained.
100 * pty_write - write to a pty
108 * the other side of the pty/tty pair.
136 /* Set the lock flag on a pty */
157 /* Set the packet mode on a pty */
179 /* Get the packet mode of a pty */
286 struct tty_struct *pty = tty->link; local
295 rpgrp = tty_get_pgrp(pty);
306 pty
[all...]
/linux-master/arch/um/drivers/
H A Dpty.c81 char *pty, *bank, *cp; local
84 pty = &line[strlen("/dev/ptyp")];
86 line[strlen("/dev/pty")] = *bank;
87 *pty = '0';
93 *pty = *cp;
109 printk(UM_KERN_ERR "getmaster - no usable host pty devices\n");
142 .type = "pty",
H A DMakefile60 obj-$(CONFIG_PTY_CHAN) += pty.o
72 USER_OBJS := fd.o null.o pty.o tty.o xterm.o slip_common.o pcap_user.o vde_user.o vector_user.o
/linux-master/arch/um/os-Linux/
H A Dsigio.c10 #include <pty.h>
450 struct openpty_arg pty = { .master = -1, .slave = -1 }; local
453 initial_thread_cb(openpty_cb, &pty);
454 if (pty.err) {
456 -pty.err);
460 master = pty.master;
461 slave = pty.slave;
465 "pty\n");
540 "skipping pty SIGIO check\n");
/linux-master/drivers/media/radio/
H A Dradio-miropcm20.c358 u8 pty; local
360 res = rds_cmd(dev->aci, RDS_PTYTATP, &pty, 1);
362 v4l2_ctrl_s_ctrl(dev->rds_ms, !!(pty & 0x01));
363 v4l2_ctrl_s_ctrl(dev->rds_ta, !!(pty & 0x02));
364 v4l2_ctrl_s_ctrl(dev->rds_tp, !!(pty & 0x80));
365 v4l2_ctrl_s_ctrl(dev->rds_pty, (pty >> 2) & 0x1f);
/linux-master/scripts/kconfig/
H A Dconf.c181 int pty = 33; /* probability of tristate = y */ local
209 pty = pby - ptm;
212 pty = p[0];
214 pby = pty + ptm;
218 pty = p[1];
223 if (pty + ptm > 100) {
251 if (cnt < pty)
253 else if (cnt < pty + ptm)
/linux-master/include/linux/mfd/
H A Dsi476x-core.h319 * @pty: Current channel's PTY code.
329 u8 pty; member in struct:si476x_rds_status_report
/linux-master/drivers/mfd/
H A Dsi476x-cmd.c936 report->pty = 0x1f & resp[3];

Completed in 185 milliseconds