taglinefilesource code
async_struct80drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct86drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct87drivers/char/serial.cstatic void change_speed(struct async_struct *info);
async_struct123drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct179drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct189drivers/char/serial.cstatic inline int serial_paranoia_check(struct async_struct *info,
async_struct217drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct228drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct243drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct254drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct280drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct302drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct353drivers/char/serial.cstatic _INLINE_ void rs_sched_event(struct async_struct *info,
async_struct361drivers/char/serial.cstatic _INLINE_ void receive_chars(struct async_struct *info,
async_struct397drivers/char/serial.cstatic _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done)
async_struct441drivers/char/serial.cstatic _INLINE_ void check_modem_status(struct async_struct *info)
async_struct498drivers/char/serial.cstruct async_struct * info;
async_struct500drivers/char/serial.cstruct async_struct *end_mark = 0;
async_struct544drivers/char/serial.cstruct async_struct * info;
async_struct574drivers/char/serial.cstruct async_struct * info;
async_struct626drivers/char/serial.cstruct async_struct * info;
async_struct670drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private;
async_struct764drivers/char/serial.cstruct  async_struct  *info;
async_struct782drivers/char/serial.cstatic int startup(struct async_struct * info)
async_struct930drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct1030drivers/char/serial.cstatic void change_speed(struct async_struct *info)
async_struct1136drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1154drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1174drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1214drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1223drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1232drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1255drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1278drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1308drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1329drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1333drivers/char/serial.cstruct async_struct old_info;
async_struct1412drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1431drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1475drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1501drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1562drivers/char/serial.cstruct async_struct * info = tty->driver_data;
async_struct1644drivers/char/serial.cstruct async_struct *info = tty->driver_data;
async_struct1674drivers/char/serial.cstruct async_struct * info = tty->driver_data;
async_struct1755drivers/char/serial.cstruct async_struct * info = tty->driver_data;
async_struct1774drivers/char/serial.cstruct async_struct *info)
async_struct1899drivers/char/serial.cstruct async_struct  *info;
async_struct1981drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct2036drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct2075drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2178drivers/char/serial.cstruct async_struct * info;
async_struct116include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct117include/linux/serial.hstruct async_struct  *prev_port;