taglinefilesource code
async_struct84drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct91drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct92drivers/char/serial.cstatic void change_speed(struct async_struct *info);
async_struct128drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct184drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct206drivers/char/serial.cstatic inline int serial_paranoia_check(struct async_struct *info,
async_struct234drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct245drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct260drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct271drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct297drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct313drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct363drivers/char/serial.cstatic _INLINE_ void rs_sched_event(struct async_struct *info,
async_struct371drivers/char/serial.cstatic _INLINE_ void receive_chars(struct async_struct *info,
async_struct411drivers/char/serial.cstatic _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done)
async_struct452drivers/char/serial.cstatic _INLINE_ void check_modem_status(struct async_struct *info)
async_struct505drivers/char/serial.cstruct async_struct * info;
async_struct507drivers/char/serial.cstruct async_struct *end_mark = 0;
async_struct573drivers/char/serial.cstruct async_struct * info;
async_struct620drivers/char/serial.cstruct async_struct * info;
async_struct718drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct744drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct765drivers/char/serial.cstruct async_struct *info;
async_struct851drivers/char/serial.cstruct  async_struct  *info;
async_struct869drivers/char/serial.cstatic int startup(struct async_struct * info)
async_struct1036drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct1112drivers/char/serial.cstatic void change_speed(struct async_struct *info)
async_struct1255drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1278drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1298drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1342drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1355drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1364drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1387drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1410drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1440drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1462drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1466drivers/char/serial.cstruct async_struct old_info;
async_struct1564drivers/char/serial.cstatic int get_lsr_info(struct async_struct * info, unsigned int *value)
async_struct1578drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1597drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1646drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1672drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1729drivers/char/serial.cstatic int get_multiport_struct(struct async_struct * info,
async_struct1762drivers/char/serial.cstatic int set_multiport_struct(struct async_struct * info,
async_struct1844drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1935drivers/char/serial.csizeof(struct async_struct));
async_struct1938drivers/char/serial.cmemcpy_tofs((struct async_struct *) arg,
async_struct1939drivers/char/serial.cinfo, sizeof(struct async_struct));
async_struct1960drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1998drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2111drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2131drivers/char/serial.cstruct async_struct *info)
async_struct2265drivers/char/serial.cstruct async_struct  *info;
async_struct2355drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct2410drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct2449drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2578drivers/char/serial.cstruct async_struct * info;
async_struct2709drivers/char/serial.cstruct async_struct *info;
async_struct2763drivers/char/serial.cstruct async_struct *info = &rs_table[line];
async_struct151include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct152include/linux/serial.hstruct async_struct  *prev_port;