Searched refs:ttys (Results 1 – 10 of 10) sorted by relevance
85 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 …]
475 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 …]
1236 tty = driver->ttys[idx]; in tty_driver_lookup_tty()1285 driver->ttys[tty->index] = tty; in tty_standard_install()1323 driver->ttys[tty->index] = NULL; in tty_driver_remove_tty()1625 if (tty != tty->driver->ttys[idx]) { in tty_release_checks()1627 idx, tty->driver->ttys[idx]); in tty_release_checks()1633 if (o_tty != tty->driver->other->ttys[idx]) { in tty_release_checks()1635 idx, tty->driver->other->ttys[idx]); in tty_release_checks()3358 driver->ttys = kcalloc(lines, sizeof(*driver->ttys), in __tty_alloc_driver()3362 if (!driver->ttys || !driver->termios) { in __tty_alloc_driver()3387 kfree(driver->ttys); in __tty_alloc_driver()[all …]
392 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()
460 struct tty_struct **ttys; member
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()
143 This allows LEDs to be controlled by activity on ttys which includes
76 as the console subsystem automagically binds ttys to the fb.
16 ttys or ptys.
40 the 1st through 16th series of 16 pseudo-ttys each, and
Completed in 701 milliseconds