Searched refs:ttys (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dtty.c61 static struct ipw_tty *ttys[IPWIRELESS_PCMCIA_MINORS]; variable in typeref:struct:ipw_tty
112 return ttys[minor_offset];
491 ttys[j] = kzalloc(sizeof(struct ipw_tty), GFP_KERNEL);
492 if (!ttys[j])
494 ttys[j]->index = j;
495 ttys[j]->hardware = hardware;
496 ttys[j]->channel_idx = channel_idx;
497 ttys[j]->secondary_channel_idx = secondary_channel_idx;
498 ttys[j]->network = network;
499 ttys[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtty_driver.h16 * Optional method. Default behaviour is to use the ttys array
23 * Optional method. Default behaviour is to use the ttys array
30 * Optional method. Default behaviour is to use the ttys array
301 struct tty_struct **ttys; member in struct:tty_driver
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dtty_io.c526 * file list lock for manipulating list of ttys
1197 tty = driver->ttys[idx];
1259 driver->ttys[idx] = tty;
1281 driver->ttys[tty->index] = NULL;
1437 * of ttys that the driver keeps.
1554 if (tty != tty->driver->ttys[idx]) {
1578 if (o_tty != tty->driver->other->ttys[idx]) {
2887 p = driver->ttys;
2889 driver->ttys = NULL;
2949 driver->ttys
[all...]
H A Dpty.c318 driver->other->ttys[idx] = o_tty;
328 driver->ttys[idx] = tty;
H A Dvt_ioctl.c44 #define VT_IS_IN_USE(i) (console_driver->ttys[i] && console_driver->ttys[i]->count)
55 * ttys 0..MAX_NR_CONSOLES-1). Explicitly naming VT 0 is illegal, but using
H A Dnozomi.c1616 driver->ttys[tty->index] = tty;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/card/
H A Dsdio_uart.c758 driver->ttys[idx] = tty;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dusb-serial.c238 driver->ttys[idx] = tty;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/capi/
H A Dcapi.c1059 driver->ttys[idx] = tty;

Completed in 106 milliseconds