tag | line | file | source code |
async_struct | 74 | drivers/char/serial.c | static struct async_struct *IRQ_ports[16]; |
async_struct | 82 | drivers/char/serial.c | static void autoconfig(struct async_struct * info); |
async_struct | 144 | drivers/char/serial.c | struct async_struct rs_table[] = { |
async_struct | 200 | drivers/char/serial.c | #define NR_PORTS (sizeof(rs_table)/sizeof(struct async_struct)) |
async_struct | 211 | drivers/char/serial.c | static inline unsigned int serial_in(struct async_struct *info, int offset) |
async_struct | 220 | drivers/char/serial.c | static inline unsigned int serial_inp(struct async_struct *info, int offset) |
async_struct | 229 | drivers/char/serial.c | static inline void serial_out(struct async_struct *info, int offset, int value) |
async_struct | 238 | drivers/char/serial.c | static inline void serial_outp(struct async_struct *info, int offset, |
async_struct | 258 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 270 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 317 | drivers/char/serial.c | static inline void rs_sched_event(struct async_struct *info, |
async_struct | 325 | drivers/char/serial.c | static inline void receive_chars(struct async_struct *info, |
async_struct | 374 | drivers/char/serial.c | static inline void transmit_chars(struct async_struct *info, int *done_work) |
async_struct | 413 | drivers/char/serial.c | static inline int check_modem_status(struct async_struct *info) |
async_struct | 481 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 558 | drivers/char/serial.c | static inline void handle_rs_break(struct async_struct *info) |
async_struct | 583 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 697 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 715 | drivers/char/serial.c | static int startup(struct async_struct * info, int get_irq) |
async_struct | 849 | drivers/char/serial.c | static void shutdown(struct async_struct * info, int do_free_irq) |
async_struct | 910 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 993 | drivers/char/serial.c | static inline void restart_port(struct async_struct *info) |
async_struct | 1027 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1055 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1098 | drivers/char/serial.c | static int get_serial_info(struct async_struct * info, |
async_struct | 1119 | drivers/char/serial.c | static int set_serial_info(struct async_struct * info, |
async_struct | 1123 | drivers/char/serial.c | struct async_struct old_info; |
async_struct | 1221 | drivers/char/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
async_struct | 1240 | drivers/char/serial.c | static int set_modem_info(struct async_struct * info, unsigned int cmd, |
async_struct | 1277 | drivers/char/serial.c | static int do_autoconfig(struct async_struct * info) |
async_struct | 1303 | drivers/char/serial.c | static void send_break( struct async_struct * info, int duration) |
async_struct | 1364 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1439 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1478 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1565 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1588 | drivers/char/serial.c | struct async_struct *info) |
async_struct | 1713 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1810 | drivers/char/serial.c | static int get_auto_irq(struct async_struct *info) |
async_struct | 1865 | drivers/char/serial.c | static int do_auto_irq(struct async_struct * info) |
async_struct | 1904 | drivers/char/serial.c | static void autoconfig(struct async_struct * info) |
async_struct | 2007 | 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; |