| tag | line | file | source code |
| async_struct | 109 | kernel/chr_drv/serial.c | struct async_struct rs_table[] = { |
| async_struct | 148 | kernel/chr_drv/serial.c | #define NR_PORTS (sizeof(rs_table)/sizeof(struct async_struct)) |
| async_struct | 157 | kernel/chr_drv/serial.c | static void startup(struct async_struct * info); |
| async_struct | 158 | kernel/chr_drv/serial.c | static void shutdown(struct async_struct * info); |
| async_struct | 161 | kernel/chr_drv/serial.c | static void send_break( struct async_struct * info) |
| async_struct | 176 | kernel/chr_drv/serial.c | struct async_struct *info, |
| async_struct | 201 | kernel/chr_drv/serial.c | struct async_struct * info = rs_table + line; |
| async_struct | 335 | kernel/chr_drv/serial.c | static void send_intr(struct async_struct * info) |
| async_struct | 372 | kernel/chr_drv/serial.c | static void receive_intr(struct async_struct * info) |
| async_struct | 392 | kernel/chr_drv/serial.c | static void line_status_intr(struct async_struct * info) |
| async_struct | 399 | kernel/chr_drv/serial.c | static void modem_status_intr(struct async_struct * info) |
| async_struct | 415 | kernel/chr_drv/serial.c | static void (*jmp_table[4])(struct async_struct *) = { |
| async_struct | 431 | kernel/chr_drv/serial.c | struct async_struct * info = rs_table + line; |
| async_struct | 504 | kernel/chr_drv/serial.c | struct async_struct *info; |
| async_struct | 579 | kernel/chr_drv/serial.c | struct async_struct *info; |
| async_struct | 598 | kernel/chr_drv/serial.c | struct async_struct *info; |
| async_struct | 642 | kernel/chr_drv/serial.c | struct async_struct * info; |
| async_struct | 680 | kernel/chr_drv/serial.c | static void startup(struct async_struct * info) |
| async_struct | 740 | kernel/chr_drv/serial.c | static void shutdown(struct async_struct * info) |
| async_struct | 756 | kernel/chr_drv/serial.c | struct async_struct * info; |
| async_struct | 814 | kernel/chr_drv/serial.c | static int get_serial_info(struct async_struct * info, |
| async_struct | 830 | kernel/chr_drv/serial.c | static int set_serial_info(struct async_struct * info, |
| async_struct | 914 | kernel/chr_drv/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
| async_struct | 933 | kernel/chr_drv/serial.c | static int set_modem_info(struct async_struct * info, unsigned int cmd, |
| async_struct | 972 | kernel/chr_drv/serial.c | struct async_struct * info; |
| async_struct | 1014 | kernel/chr_drv/serial.c | struct async_struct *info; |
| async_struct | 1091 | kernel/chr_drv/serial.c | static void init(struct async_struct * info) |
| async_struct | 1200 | kernel/chr_drv/serial.c | struct async_struct * info; |