tag | line | file | source code |
async_struct | 81 | drivers/char/serial.c | static struct async_struct *IRQ_ports[16]; |
async_struct | 87 | drivers/char/serial.c | static void autoconfig(struct async_struct * info); |
async_struct | 88 | drivers/char/serial.c | static void change_speed(struct async_struct *info); |
async_struct | 124 | drivers/char/serial.c | struct async_struct rs_table[] = { |
async_struct | 180 | drivers/char/serial.c | #define NR_PORTS (sizeof(rs_table)/sizeof(struct async_struct)) |
async_struct | 202 | drivers/char/serial.c | static inline int serial_paranoia_check(struct async_struct *info, |
async_struct | 230 | drivers/char/serial.c | static inline unsigned int serial_in(struct async_struct *info, int offset) |
async_struct | 241 | drivers/char/serial.c | static inline unsigned int serial_inp(struct async_struct *info, int offset) |
async_struct | 256 | drivers/char/serial.c | static inline void serial_out(struct async_struct *info, int offset, int value) |
async_struct | 267 | drivers/char/serial.c | static inline void serial_outp(struct async_struct *info, int offset, |
async_struct | 293 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 309 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 360 | drivers/char/serial.c | static _INLINE_ void rs_sched_event(struct async_struct *info, |
async_struct | 368 | drivers/char/serial.c | static _INLINE_ void receive_chars(struct async_struct *info, |
async_struct | 404 | drivers/char/serial.c | static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) |
async_struct | 449 | drivers/char/serial.c | static _INLINE_ void check_modem_status(struct async_struct *info) |
async_struct | 506 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 508 | drivers/char/serial.c | struct async_struct *end_mark = 0; |
async_struct | 558 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 593 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 650 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 699 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *) private_; |
async_struct | 730 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 813 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 831 | drivers/char/serial.c | static int startup(struct async_struct * info) |
async_struct | 987 | drivers/char/serial.c | static void shutdown(struct async_struct * info) |
async_struct | 1082 | drivers/char/serial.c | static void change_speed(struct async_struct *info) |
async_struct | 1188 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1211 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1231 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1275 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1288 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1297 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1320 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1343 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1373 | drivers/char/serial.c | static int get_serial_info(struct async_struct * info, |
async_struct | 1394 | drivers/char/serial.c | static int set_serial_info(struct async_struct * info, |
async_struct | 1398 | drivers/char/serial.c | struct async_struct old_info; |
async_struct | 1480 | drivers/char/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
async_struct | 1499 | drivers/char/serial.c | static int set_modem_info(struct async_struct * info, unsigned int cmd, |
async_struct | 1543 | drivers/char/serial.c | static int do_autoconfig(struct async_struct * info) |
async_struct | 1569 | drivers/char/serial.c | static void send_break( struct async_struct * info, int duration) |
async_struct | 1630 | drivers/char/serial.c | struct async_struct * info = (struct async_struct *)tty->driver_data; |
async_struct | 1706 | drivers/char/serial.c | sizeof(struct async_struct)); |
async_struct | 1709 | drivers/char/serial.c | memcpy_tofs((struct async_struct *) arg, |
async_struct | 1710 | drivers/char/serial.c | info, sizeof(struct async_struct)); |
async_struct | 1721 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
async_struct | 1751 | drivers/char/serial.c | struct async_struct * info = (struct async_struct *)tty->driver_data; |
async_struct | 1825 | drivers/char/serial.c | struct async_struct * info = (struct async_struct *)tty->driver_data; |
async_struct | 1844 | drivers/char/serial.c | struct async_struct *info) |
async_struct | 1969 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 2057 | drivers/char/serial.c | static int get_auto_irq(struct async_struct *info) |
async_struct | 2112 | drivers/char/serial.c | static int do_auto_irq(struct async_struct * info) |
async_struct | 2151 | drivers/char/serial.c | static void autoconfig(struct async_struct * info) |
async_struct | 2260 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 2383 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 2437 | drivers/char/serial.c | struct async_struct *info = &rs_table[line]; |
async_struct | 117 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |
async_struct | 118 | include/linux/serial.h | struct async_struct *prev_port; |