Home
last modified time | relevance | path

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

/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 …]
/drivers/tty/
A Dehv_bytechan.c475 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write()
513 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_open()
518 return tty_port_open(&bc->port, ttys, filp); in ehv_bc_tty_open()
528 struct ehv_bc_data *bc = &bcs[ttys->index]; in ehv_bc_tty_close()
531 tty_port_close(&bc->port, ttys, filp); in ehv_bc_tty_close()
543 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write_room()
568 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_throttle()
582 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_unthrottle()
592 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_hangup()
623 struct tty_struct *ttys) in ehv_bc_tty_port_activate() argument
[all …]
A Dtty_io.c1227 tty = driver->ttys[idx]; in tty_driver_lookup_tty()
1276 driver->ttys[tty->index] = tty; in tty_standard_install()
1314 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()
1616 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()
1618 idx, tty->driver->ttys[idx]); in tty_release_checks()
1624 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()
1626 idx, tty->driver->other->ttys[idx]); in tty_release_checks()
3346 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()
3350 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()
3375 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()
/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()
/drivers/leds/trigger/
A DKconfig143 This allows LEDs to be controlled by activity on ttys which includes

Completed in 19 milliseconds