taglinefilesource code
async_struct71drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct79drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct140drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct196drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct207drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct216drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct225drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct234drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct254drivers/char/serial.cstruct async_struct *info;
async_struct266drivers/char/serial.cstruct async_struct *info;
async_struct313drivers/char/serial.cstatic inline void rs_sched_event(struct async_struct *info,
async_struct321drivers/char/serial.cstatic inline void receive_chars(struct async_struct *info,
async_struct368drivers/char/serial.cstatic inline void transmit_chars(struct async_struct *info, int *done_work)
async_struct407drivers/char/serial.cstatic inline int check_modem_status(struct async_struct *info)
async_struct470drivers/char/serial.cstruct async_struct * info;
async_struct544drivers/char/serial.cstatic inline void handle_rs_break(struct async_struct *info)
async_struct569drivers/char/serial.cstruct async_struct  *info;
async_struct680drivers/char/serial.cstruct  async_struct  *info;
async_struct698drivers/char/serial.cstatic inline void unlink_port(struct async_struct *info)
async_struct713drivers/char/serial.cstatic inline void link_port(struct async_struct *info)
async_struct727drivers/char/serial.cstatic void startup(struct async_struct * info)
async_struct813drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct843drivers/char/serial.cstruct async_struct * info;
async_struct917drivers/char/serial.cstatic inline void restart_port(struct async_struct *info)
async_struct951drivers/char/serial.cstruct async_struct *info;
async_struct979drivers/char/serial.cstruct async_struct *info;
async_struct1022drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1043drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1047drivers/char/serial.cstruct async_struct old_info;
async_struct1155drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1174drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1211drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1254drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1315drivers/char/serial.cstruct async_struct * info;
async_struct1390drivers/char/serial.cstruct async_struct *info;
async_struct1429drivers/char/serial.cstruct async_struct * info;
async_struct1478drivers/char/serial.cstruct async_struct *info)
async_struct1587drivers/char/serial.cstruct async_struct  *info;
async_struct1692drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct1747drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct1786drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct1881drivers/char/serial.cstruct async_struct * info;
async_struct43include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct44include/linux/serial.hstruct async_struct  *prev_port;