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 …]
472 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 …]
1235 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 …]
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()
454 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()
152 This allows LEDs to be controlled by activity on ttys which includes
76 as the console subsystem automagicaly binds ttys to the fb.
16 ttys or ptys.
40 the 1st through 16th series of 16 pseudo-ttys each, and
Completed in 22 milliseconds