tag | line | file | source code |
async_struct | 76 | drivers/char/serial.c | static struct async_struct *IRQ_ports[16]; |
async_struct | 84 | drivers/char/serial.c | static void autoconfig(struct async_struct * info); |
async_struct | 146 | drivers/char/serial.c | struct async_struct rs_table[] = { |
async_struct | 202 | drivers/char/serial.c | #define NR_PORTS (sizeof(rs_table)/sizeof(struct async_struct)) |
async_struct | 213 | drivers/char/serial.c | static inline unsigned int serial_in(struct async_struct *info, int offset) |
async_struct | 222 | drivers/char/serial.c | static inline unsigned int serial_inp(struct async_struct *info, int offset) |
async_struct | 231 | drivers/char/serial.c | static inline void serial_out(struct async_struct *info, int offset, int value) |
async_struct | 240 | drivers/char/serial.c | static inline void serial_outp(struct async_struct *info, int offset, |
async_struct | 260 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 272 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 319 | drivers/char/serial.c | static inline void rs_sched_event(struct async_struct *info, |
async_struct | 327 | drivers/char/serial.c | static inline void receive_chars(struct async_struct *info, |
async_struct | 376 | drivers/char/serial.c | static inline void transmit_chars(struct async_struct *info, int *done_work) |
async_struct | 415 | drivers/char/serial.c | static inline int check_modem_status(struct async_struct *info) |
async_struct | 483 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 560 | drivers/char/serial.c | static inline void handle_rs_break(struct async_struct *info) |
async_struct | 585 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 699 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 717 | drivers/char/serial.c | static int startup(struct async_struct * info, int get_irq) |
async_struct | 851 | drivers/char/serial.c | static void shutdown(struct async_struct * info, int do_free_irq) |
async_struct | 912 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 995 | drivers/char/serial.c | static inline void restart_port(struct async_struct *info) |
async_struct | 1029 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1057 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1100 | drivers/char/serial.c | static int get_serial_info(struct async_struct * info, |
async_struct | 1121 | drivers/char/serial.c | static int set_serial_info(struct async_struct * info, |
async_struct | 1125 | drivers/char/serial.c | struct async_struct old_info; |
async_struct | 1223 | drivers/char/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
async_struct | 1242 | drivers/char/serial.c | static int set_modem_info(struct async_struct * info, unsigned int cmd, |
async_struct | 1279 | drivers/char/serial.c | static int do_autoconfig(struct async_struct * info) |
async_struct | 1305 | drivers/char/serial.c | static void send_break( struct async_struct * info, int duration) |
async_struct | 1366 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1441 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1480 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1567 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1590 | drivers/char/serial.c | struct async_struct *info) |
async_struct | 1715 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1812 | drivers/char/serial.c | static int get_auto_irq(struct async_struct *info) |
async_struct | 1867 | drivers/char/serial.c | static int do_auto_irq(struct async_struct * info) |
async_struct | 1906 | drivers/char/serial.c | static void autoconfig(struct async_struct * info) |
async_struct | 2009 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 47 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |
async_struct | 48 | include/linux/serial.h | struct async_struct *prev_port; |