| /OK3568_Linux_fs/kernel/drivers/tty/ipwireless/ |
| H A D | tty.c | 60 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; variable 86 return ttys[index]; in get_tty() 442 ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL); in add_tty() 443 if (!ttys[j]) in add_tty() 445 ttys[j]->index = j; in add_tty() 446 ttys[j]->hardware = hardware; in add_tty() 447 ttys[j]->channel_idx = channel_idx; in add_tty() 448 ttys[j]->secondary_channel_idx = secondary_channel_idx; in add_tty() 449 ttys[j]->network = network; in add_tty() 450 ttys[j]->tty_type = tty_type; in add_tty() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | ehv_bytechan.c | 469 static int ehv_bc_tty_write(struct tty_struct *ttys, const unsigned char *s, in ehv_bc_tty_write() argument 472 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write() 509 static int ehv_bc_tty_open(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_open() argument 511 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_open() 516 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open() 524 static void ehv_bc_tty_close(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_close() argument 526 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_close() 529 tty_port_close(&bc->port, ttys, filp); in ehv_bc_tty_close() 539 static int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room() argument 541 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write_room() [all …]
|
| H A D | tty_io.c | 1246 tty = driver->ttys[idx]; in tty_driver_lookup_tty() 1288 driver->ttys[tty->index] = tty; in tty_standard_install() 1327 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty() 1631 if (tty != tty->driver->ttys[idx]) { in tty_release_checks() 1633 idx, tty->driver->ttys[idx]); in tty_release_checks() 1639 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks() 1641 idx, tty->driver->other->ttys[idx]); in tty_release_checks() 3320 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver() 3324 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver() 3349 kfree(driver->ttys); in __tty_alloc_driver() [all …]
|
| H A D | pty.c | 402 driver->other->ttys[idx] = o_tty; in pty_common_install() 403 driver->ttys[idx] = tty; in pty_common_install() 457 driver->ttys[tty->index] = NULL; in pty_remove() 459 pair->driver->ttys[pair->index] = NULL; in pty_remove()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-configure.in.patch | 60 # now check for the new style ttys (not yet posix) 89 # finally check for Cray style ttys
|
| /OK3568_Linux_fs/buildroot/package/expect/ |
| H A D | 0001-enable-cross-compilation.patch | 62 # now check for the new style ttys (not yet posix) 91 # finally check for Cray style ttys
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | ipc-run_20200505.0.bb | 3 using files, pipes, and pseudo-ttys. Both system()-style and scripted \
|
| /OK3568_Linux_fs/kernel/drivers/staging/fwserial/ |
| H A D | Kconfig | 30 is set with the module parameter "ttys".
|
| H A D | fwserial.c | 36 module_param_named(ttys, num_ttys, int, 0644); 2890 MODULE_PARM_DESC(ttys, "Number of ttys to create for each local firewire node");
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty_driver.h | 322 struct tty_struct **ttys; member
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_console.c | 863 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_get_char() 878 struct tty_struct *tty = driver->ttys[0]; in hvc_poll_put_char()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/pam.d/ |
| H A D | login | 19 # transmitted on unsecure ttys.
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sstfb.rst | 76 as the console subsystem automagicaly binds ttys to the fb.
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | Kconfig | 16 ttys or ptys.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | kernel-docs.rst | 267 files/directories/processes invisible, become root, hijack ttys,
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191026.patch.gz | 1# ncurses 6.1 - patch 20191026 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190713.patch.gz | 1# ncurses 6.1 - patch 20190713 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191214.patch.gz | 1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191207.patch.gz | 1# ncurses 6.1 - patch 20191207 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191012.patch.gz | 1# ncurses 6.1 - patch 20191012 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190720.patch.gz | |
| HD | ncurses-6.1-20190921.patch.gz | 1# ncurses 6.1 - patch 20190921 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190615.patch.gz | 1# ncurses 6.1 - patch 20190615 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20191130.patch.gz | 1# ncurses 6.1 - patch 20191130 - Thomas E. Dickey
2#
3# --- ... |
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | devices.txt | 40 the 1st through 16th series of 16 pseudo-ttys each, and
|