Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/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.c1235 tty = driver->ttys[idx]; in tty_driver_lookup_tty()
1284 driver->ttys[tty->index] = tty; in tty_standard_install()
1322 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()
1624 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()
1626 idx, tty->driver->ttys[idx]); in tty_release_checks()
1632 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()
1634 idx, tty->driver->other->ttys[idx]); in tty_release_checks()
3335 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()
3339 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3364 kfree(driver->ttys); in __tty_alloc_driver()
[all …]
A Dpty.c392 driver->other->ttys[idx] = o_tty; in pty_common_install()
393 driver->ttys[idx] = tty; in pty_common_install()
448 driver->ttys[tty->index] = NULL; in pty_remove()
450 pair->driver->ttys[pair->index] = NULL; in pty_remove()
/linux-6.3-rc2/include/linux/
A Dtty_driver.h454 struct tty_struct **ttys; member
/linux-6.3-rc2/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-6.3-rc2/drivers/leds/trigger/
A DKconfig152 This allows LEDs to be controlled by activity on ttys which includes
/linux-6.3-rc2/Documentation/fb/
A Dsstfb.rst76 as the console subsystem automagicaly binds ttys to the fb.
/linux-6.3-rc2/arch/um/drivers/
A DKconfig16 ttys or ptys.
/linux-6.3-rc2/Documentation/admin-guide/
A Ddevices.txt40 the 1st through 16th series of 16 pseudo-ttys each, and

Completed in 24 milliseconds