taglinefilesource code
async_struct81drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct87drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct88drivers/char/serial.cstatic void change_speed(struct async_struct *info);
async_struct124drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct180drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct202drivers/char/serial.cstatic inline int serial_paranoia_check(struct async_struct *info,
async_struct230drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct241drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct256drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct267drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct293drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct309drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct360drivers/char/serial.cstatic _INLINE_ void rs_sched_event(struct async_struct *info,
async_struct368drivers/char/serial.cstatic _INLINE_ void receive_chars(struct async_struct *info,
async_struct404drivers/char/serial.cstatic _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done)
async_struct449drivers/char/serial.cstatic _INLINE_ void check_modem_status(struct async_struct *info)
async_struct506drivers/char/serial.cstruct async_struct * info;
async_struct508drivers/char/serial.cstruct async_struct *end_mark = 0;
async_struct558drivers/char/serial.cstruct async_struct * info;
async_struct593drivers/char/serial.cstruct async_struct * info;
async_struct650drivers/char/serial.cstruct async_struct * info;
async_struct699drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct730drivers/char/serial.cstruct async_struct *info;
async_struct813drivers/char/serial.cstruct  async_struct  *info;
async_struct831drivers/char/serial.cstatic int startup(struct async_struct * info)
async_struct987drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct1082drivers/char/serial.cstatic void change_speed(struct async_struct *info)
async_struct1188drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1211drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1231drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1275drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1288drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1297drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1320drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1343drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1373drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1394drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1398drivers/char/serial.cstruct async_struct old_info;
async_struct1480drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1499drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1543drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1569drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1630drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1706drivers/char/serial.csizeof(struct async_struct));
async_struct1709drivers/char/serial.cmemcpy_tofs((struct async_struct *) arg,
async_struct1710drivers/char/serial.cinfo, sizeof(struct async_struct));
async_struct1721drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1751drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1825drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1844drivers/char/serial.cstruct async_struct *info)
async_struct1969drivers/char/serial.cstruct async_struct  *info;
async_struct2057drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct2112drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct2151drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2260drivers/char/serial.cstruct async_struct * info;
async_struct2383drivers/char/serial.cstruct async_struct *info;
async_struct2437drivers/char/serial.cstruct async_struct *info = &rs_table[line];
async_struct117include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct118include/linux/serial.hstruct async_struct  *prev_port;