taglinefilesource code
async_struct76drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct84drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct146drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct202drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct213drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct222drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct231drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct240drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct260drivers/char/serial.cstruct async_struct *info;
async_struct272drivers/char/serial.cstruct async_struct *info;
async_struct319drivers/char/serial.cstatic inline void rs_sched_event(struct async_struct *info,
async_struct327drivers/char/serial.cstatic inline void receive_chars(struct async_struct *info,
async_struct376drivers/char/serial.cstatic inline void transmit_chars(struct async_struct *info, int *done_work)
async_struct415drivers/char/serial.cstatic inline int check_modem_status(struct async_struct *info)
async_struct483drivers/char/serial.cstruct async_struct * info;
async_struct560drivers/char/serial.cstatic inline void handle_rs_break(struct async_struct *info)
async_struct585drivers/char/serial.cstruct async_struct  *info;
async_struct699drivers/char/serial.cstruct  async_struct  *info;
async_struct717drivers/char/serial.cstatic int startup(struct async_struct * info, int get_irq)
async_struct851drivers/char/serial.cstatic void shutdown(struct async_struct * info, int do_free_irq)
async_struct912drivers/char/serial.cstruct async_struct * info;
async_struct995drivers/char/serial.cstatic inline void restart_port(struct async_struct *info)
async_struct1029drivers/char/serial.cstruct async_struct *info;
async_struct1057drivers/char/serial.cstruct async_struct *info;
async_struct1100drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1121drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1125drivers/char/serial.cstruct async_struct old_info;
async_struct1223drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1242drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1279drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1305drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1366drivers/char/serial.cstruct async_struct * info;
async_struct1441drivers/char/serial.cstruct async_struct *info;
async_struct1480drivers/char/serial.cstruct async_struct * info;
async_struct1567drivers/char/serial.cstruct async_struct * info;
async_struct1590drivers/char/serial.cstruct async_struct *info)
async_struct1715drivers/char/serial.cstruct async_struct  *info;
async_struct1812drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct1867drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct1906drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2009drivers/char/serial.cstruct async_struct * info;
async_struct47include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct48include/linux/serial.hstruct async_struct  *prev_port;