Searched refs:ttys (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/tty/ipwireless/ |
H A D | tty.c | 59 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; variable 85 return ttys[index]; in get_tty() 440 ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL); in add_tty() 441 if (!ttys[j]) in add_tty() 443 ttys[j]->index = j; in add_tty() 444 ttys[j]->hardware = hardware; in add_tty() 445 ttys[j]->channel_idx = channel_idx; in add_tty() 446 ttys[j]->secondary_channel_idx = secondary_channel_idx; in add_tty() 447 ttys[j]->network = network; in add_tty() 448 ttys[j]->tty_type = tty_type; in add_tty() [all …]
|
/linux/drivers/tty/ |
H A D | ehv_bytechan.c | 472 static ssize_t ehv_bc_tty_write(struct tty_struct *ttys, const u8 *s, in ehv_bc_tty_write() argument 475 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write() 511 static int ehv_bc_tty_open(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_open() argument 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() 526 static void ehv_bc_tty_close(struct tty_struct *ttys, struct file *filp) in ehv_bc_tty_close() argument 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() 541 static unsigned int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room() argument 543 struct ehv_bc_data *bc = ttys->driver_data; in ehv_bc_tty_write_room() [all …]
|
H A D | pty.c | 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()
|
/linux/include/linux/ |
H A D | tty_driver.h | 29 * Optional method. Default behaviour is to use the @self->ttys array. 36 * Optional method. Default behaviour is to use the @self->ttys array. 43 * Optional method. Default behaviour is to use the @self->ttys array. 423 * @ttys: array of active &struct tty_struct, set by tty_standard_install() 460 struct tty_struct **ttys; 527 * Don't use the standard arrays (&tty_driver.ttys and 452 struct tty_struct **ttys; global() member
|
/linux/drivers/tty/hvc/ |
H A D | hvc_console.c | 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()
|
/linux/drivers/leds/trigger/ |
H A D | Kconfig | 143 This allows LEDs to be controlled by activity on ttys which includes
|
/linux/Documentation/fb/ |
H A D | sstfb.rst | 76 as the console subsystem automagically binds ttys to the fb.
|
/linux/arch/um/drivers/ |
H A D | Kconfig | 16 ttys or ptys.
|
/linux/Documentation/admin-guide/ |
H A D | devices.txt | 40 the 1st through 16th series of 16 pseudo-ttys each, and
|