taglinefilesource code
async_struct86drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct93drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct94drivers/char/serial.cstatic void change_speed(struct async_struct *info);
async_struct130drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct186drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct208drivers/char/serial.cstatic inline int serial_paranoia_check(struct async_struct *info,
async_struct236drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct247drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct262drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct273drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct299drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct315drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct365drivers/char/serial.cstatic _INLINE_ void rs_sched_event(struct async_struct *info,
async_struct373drivers/char/serial.cstatic _INLINE_ void receive_chars(struct async_struct *info,
async_struct413drivers/char/serial.cstatic _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done)
async_struct454drivers/char/serial.cstatic _INLINE_ void check_modem_status(struct async_struct *info)
async_struct520drivers/char/serial.cstruct async_struct * info;
async_struct522drivers/char/serial.cstruct async_struct *end_mark = 0;
async_struct588drivers/char/serial.cstruct async_struct * info;
async_struct635drivers/char/serial.cstruct async_struct * info;
async_struct733drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct759drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct780drivers/char/serial.cstruct async_struct *info;
async_struct866drivers/char/serial.cstruct  async_struct  *info;
async_struct884drivers/char/serial.cstatic int startup(struct async_struct * info)
async_struct1060drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct1136drivers/char/serial.cstatic void change_speed(struct async_struct *info)
async_struct1279drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1302drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1322drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1368drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1381drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1390drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1413drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1436drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1466drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1488drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1492drivers/char/serial.cstruct async_struct old_info;
async_struct1590drivers/char/serial.cstatic int get_lsr_info(struct async_struct * info, unsigned int *value)
async_struct1604drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1623drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1672drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1698drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1755drivers/char/serial.cstatic int get_multiport_struct(struct async_struct * info,
async_struct1788drivers/char/serial.cstatic int set_multiport_struct(struct async_struct * info,
async_struct1870drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1964drivers/char/serial.csizeof(struct async_struct));
async_struct1967drivers/char/serial.cmemcpy_tofs((struct async_struct *) arg,
async_struct1968drivers/char/serial.cinfo, sizeof(struct async_struct));
async_struct2038drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct2076drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2189drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2209drivers/char/serial.cstruct async_struct *info)
async_struct2348drivers/char/serial.cstruct async_struct  *info;
async_struct2443drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct2498drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct2537drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2666drivers/char/serial.cstruct async_struct * info;
async_struct2800drivers/char/serial.cstruct async_struct *info;
async_struct2854drivers/char/serial.cstruct async_struct *info = &rs_table[line];
async_struct170include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct171include/linux/serial.hstruct async_struct  *prev_port;