tag | line | file | source code |
async_struct | 71 | drivers/char/serial.c | static struct async_struct *IRQ_ports[16]; |
async_struct | 79 | drivers/char/serial.c | static void autoconfig(struct async_struct * info); |
async_struct | 140 | drivers/char/serial.c | struct async_struct rs_table[] = { |
async_struct | 196 | drivers/char/serial.c | #define NR_PORTS (sizeof(rs_table)/sizeof(struct async_struct)) |
async_struct | 207 | drivers/char/serial.c | static inline unsigned int serial_in(struct async_struct *info, int offset) |
async_struct | 216 | drivers/char/serial.c | static inline unsigned int serial_inp(struct async_struct *info, int offset) |
async_struct | 225 | drivers/char/serial.c | static inline void serial_out(struct async_struct *info, int offset, int value) |
async_struct | 234 | drivers/char/serial.c | static inline void serial_outp(struct async_struct *info, int offset, |
async_struct | 254 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 266 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 313 | drivers/char/serial.c | static inline void rs_sched_event(struct async_struct *info, |
async_struct | 321 | drivers/char/serial.c | static inline void receive_chars(struct async_struct *info, |
async_struct | 368 | drivers/char/serial.c | static inline void transmit_chars(struct async_struct *info, int *done_work) |
async_struct | 407 | drivers/char/serial.c | static inline int check_modem_status(struct async_struct *info) |
async_struct | 470 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 544 | drivers/char/serial.c | static inline void handle_rs_break(struct async_struct *info) |
async_struct | 569 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 680 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 698 | drivers/char/serial.c | static inline void unlink_port(struct async_struct *info) |
async_struct | 713 | drivers/char/serial.c | static inline void link_port(struct async_struct *info) |
async_struct | 727 | drivers/char/serial.c | static void startup(struct async_struct * info) |
async_struct | 813 | drivers/char/serial.c | static void shutdown(struct async_struct * info) |
async_struct | 843 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 917 | drivers/char/serial.c | static inline void restart_port(struct async_struct *info) |
async_struct | 951 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 979 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1022 | drivers/char/serial.c | static int get_serial_info(struct async_struct * info, |
async_struct | 1043 | drivers/char/serial.c | static int set_serial_info(struct async_struct * info, |
async_struct | 1047 | drivers/char/serial.c | struct async_struct old_info; |
async_struct | 1155 | drivers/char/serial.c | static int get_modem_info(struct async_struct * info, unsigned int *value) |
async_struct | 1174 | drivers/char/serial.c | static int set_modem_info(struct async_struct * info, unsigned int cmd, |
async_struct | 1211 | drivers/char/serial.c | static int do_autoconfig(struct async_struct * info) |
async_struct | 1254 | drivers/char/serial.c | static void send_break( struct async_struct * info, int duration) |
async_struct | 1315 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1390 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1429 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 1478 | drivers/char/serial.c | struct async_struct *info) |
async_struct | 1587 | drivers/char/serial.c | struct async_struct *info; |
async_struct | 1692 | drivers/char/serial.c | static int get_auto_irq(struct async_struct *info) |
async_struct | 1747 | drivers/char/serial.c | static int do_auto_irq(struct async_struct * info) |
async_struct | 1786 | drivers/char/serial.c | static void autoconfig(struct async_struct * info) |
async_struct | 1881 | drivers/char/serial.c | struct async_struct * info; |
async_struct | 43 | include/linux/serial.h | struct async_struct *next_port; /* For the linked list */ |
async_struct | 44 | include/linux/serial.h | struct async_struct *prev_port; |