Searched refs:PTTY (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2types.h39 typedef struct tty_struct * PTTY; typedef in typeref:struct:tty_struct
H A Dip2main.c171 static int ip2_open(PTTY, struct file *);
172 static void ip2_close(PTTY, struct file *);
173 static int ip2_write(PTTY, const unsigned char *, int);
174 static void ip2_putchar(PTTY, unsigned char);
175 static void ip2_flush_chars(PTTY);
176 static int ip2_write_room(PTTY);
177 static int ip2_chars_in_buf(PTTY);
178 static void ip2_flush_buffer(PTTY);
179 static int ip2_ioctl(PTTY, struct file *, UINT, ULONG);
180 static void ip2_set_termios(PTTY, struc
[all...]
H A Di2lib.h83 PTTY pTTY; // Pointer to tty structure for port (OS specific)
H A Di2lib.c1268 ip2_owake( PTTY tp)

Completed in 38 milliseconds