Home
last modified time | relevance | path

Searched refs:ttys (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/tty/ipwireless/
A Dtty.c85 return ttys[index]; in get_tty()
441 if (!ttys[j]) in add_tty()
443 ttys[j]->index = j; in add_tty()
444 ttys[j]->hardware = hardware; in add_tty()
447 ttys[j]->network = network; in add_tty()
448 ttys[j]->tty_type = tty_type; in add_tty()
450 tty_port_init(&ttys[j]->port); in add_tty()
458 ttys[j]); in add_tty()
478 if (ttys[j] != NULL) { in ipwireless_tty_create()
503 return ttys[i]; in ipwireless_tty_create()
[all …]
/linux/drivers/tty/
A Dehv_bytechan.c472 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write()
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()
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()
541 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write_room()
566 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_throttle()
580 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_unthrottle()
590 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_hangup()
621 struct tty_struct *ttys) in ehv_bc_tty_port_activate() argument
[all …]
A Dtty_io.c1253 tty = driver->ttys[idx]; in tty_driver_lookup_tty()
1295 driver->ttys[tty->index] = tty; in tty_standard_install()
1334 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()
1641 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()
1643 idx, tty->driver->ttys[idx]); in tty_release_checks()
1649 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()
1651 idx, tty->driver->other->ttys[idx]); in tty_release_checks()
3371 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()
3375 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3400 kfree(driver->ttys); in __tty_alloc_driver()
[all …]
A Dpty.c402 driver->other->ttys[idx] = o_tty; in pty_common_install()
403 driver->ttys[idx] = tty; in pty_common_install()
458 driver->ttys[tty->index] = NULL; in pty_remove()
460 pair->driver->ttys[pair->index] = NULL; in pty_remove()
/linux/drivers/staging/fwserial/
A DKconfig30 is set with the module parameter "ttys".
A Dfwserial.c36 module_param_named(ttys, num_ttys, int, 0644);
2888 MODULE_PARM_DESC(ttys, "Number of ttys to create for each local firewire node");
/linux/include/linux/
A Dtty_driver.h315 struct tty_struct **ttys; member
/linux/drivers/tty/hvc/
A Dhvc_console.c863 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()
/linux/drivers/leds/trigger/
A DKconfig152 This allows LEDs to be controlled by activity on ttys which includes
/linux/Documentation/fb/
A Dsstfb.rst76 as the console subsystem automagicaly binds ttys to the fb.
/linux/arch/um/drivers/
A DKconfig16 ttys or ptys.
/linux/Documentation/process/
A Dkernel-docs.rst269 files/directories/processes invisible, become root, hijack ttys,
/linux/Documentation/admin-guide/
A Ddevices.txt40 the 1st through 16th series of 16 pseudo-ttys each, and

Completed in 42 milliseconds