| tag | line | file | source code |
| async_struct | 85 | drivers/char/serial.c | static struct async_struct *IRQ_ports[16]; |
| async_struct | 92 | drivers/char/serial.c | static void autoconfig(struct async_struct * info); |
| async_struct | 93 | drivers/char/serial.c | static void change_speed(struct async_struct *info); |
| async_struct | 129 | drivers/char/serial.c | struct async_struct rs_table[] = { |
| async_struct | 185 | drivers/char/serial.c | #define NR_PORTS (sizeof(rs_table)/sizeof(struct async_struct)) |
| async_struct | 207 | drivers/char/serial.c | static inline int serial_paranoia_check(struct async_struct *info, |
| async_struct | 235 | drivers/char/serial.c | static inline unsigned int serial_in(struct async_struct *info, int offset) |
| async_struct | 246 | drivers/char/serial.c | static inline unsigned int serial_inp(struct async_struct *info, int offset) |
| async_struct | 261 | drivers/char/serial.c | static inline void serial_out(struct async_struct *info, int offset, int value) |
| async_struct | 272 | drivers/char/serial.c | static inline void serial_outp(struct async_struct *info, int offset, |
| async_struct | 298 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 314 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 364 | drivers/char/serial.c | static _INLINE_ void rs_sched_event(struct async_struct *info, |
| async_struct | 372 | drivers/char/serial.c | static _INLINE_ void receive_chars(struct async_struct *info, |
| async_struct | 412 | drivers/char/serial.c | static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) |
| async_struct | 453 | 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 | 574 | drivers/char/serial.c | struct async_struct * info; |
| async_struct | 621 | drivers/char/serial.c | struct async_struct * info; |
| async_struct | 719 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *) private_; |
| async_struct | 745 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *) private_; |
| async_struct | 766 | drivers/char/serial.c | struct async_struct *info; |
| async_struct | 852 | drivers/char/serial.c | struct async_struct *info; |
| async_struct | 870 | drivers/char/serial.c | static int startup(struct async_struct * info) |
| async_struct | 1037 | drivers/char/serial.c | static void shutdown(struct async_struct * info) |
| async_struct | 1113 | drivers/char/serial.c | static void change_speed(struct async_struct *info) |
| async_struct | 1248 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1271 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1291 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1335 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1348 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1357 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1380 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1403 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1433 | drivers/char/serial.c | static int get_serial_info(struct async_struct * info, |
| async_struct | 1455 | drivers/char/serial.c | static int set_serial_info(struct async_struct * info, |
| async_struct | 1459 | drivers/char/serial.c | struct async_struct old_info; |
| async_struct | 1557 | drivers/char/serial.c | static int get_lsr_info(struct async_struct * info, unsigned int *value) |
| async_struct | 1571 | drivers/char/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
| async_struct | 1590 | drivers/char/serial.c | static int set_modem_info(struct async_struct * info, unsigned int cmd, |
| async_struct | 1639 | drivers/char/serial.c | static int do_autoconfig(struct async_struct * info) |
| async_struct | 1665 | drivers/char/serial.c | static void send_break( struct async_struct * info, int duration) |
| async_struct | 1722 | drivers/char/serial.c | static int get_multiport_struct(struct async_struct * info, |
| async_struct | 1755 | drivers/char/serial.c | static int set_multiport_struct(struct async_struct * info, |
| async_struct | 1821 | drivers/char/serial.c | struct async_struct * info = (struct async_struct *)tty->driver_data; |
| async_struct | 1912 | drivers/char/serial.c | sizeof(struct async_struct)); |
| async_struct | 1915 | drivers/char/serial.c | memcpy_tofs((struct async_struct *) arg, |
| async_struct | 1916 | drivers/char/serial.c | info, sizeof(struct async_struct)); |
| async_struct | 1937 | drivers/char/serial.c | struct async_struct *info = (struct async_struct *)tty->driver_data; |
| async_struct | 1975 | drivers/char/serial.c | struct async_struct * info = (struct async_struct *)tty->driver_data; |
| async_struct | 2088 | drivers/char/serial.c | struct async_struct * info = (struct async_struct *)tty->driver_data; |
| async_struct | 2108 | drivers/char/serial.c | struct async_struct *info) |
| async_struct | 2242 | drivers/char/serial.c | struct async_struct *info; |
| async_struct | 2332 | drivers/char/serial.c | static int get_auto_irq(struct async_struct *info) |
| async_struct | 2387 | drivers/char/serial.c | static int do_auto_irq(struct async_struct * info) |
| async_struct | 2426 | drivers/char/serial.c | static void autoconfig(struct async_struct * info) |
| async_struct | 2555 | drivers/char/serial.c | struct async_struct * info; |
| async_struct | 2686 | drivers/char/serial.c | struct async_struct *info; |
| async_struct | 2740 | drivers/char/serial.c | struct async_struct *info = &rs_table[line]; |
| async_struct | 148 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |
| async_struct | 149 | include/linux/serial.h | struct async_struct *prev_port; |