taglinefilesource code
async_struct85drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct92drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct93drivers/char/serial.cstatic void change_speed(struct async_struct *info);
async_struct129drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct185drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct207drivers/char/serial.cstatic inline int serial_paranoia_check(struct async_struct *info,
async_struct235drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct246drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct261drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct272drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct298drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct314drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct364drivers/char/serial.cstatic _INLINE_ void rs_sched_event(struct async_struct *info,
async_struct372drivers/char/serial.cstatic _INLINE_ void receive_chars(struct async_struct *info,
async_struct412drivers/char/serial.cstatic _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done)
async_struct453drivers/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_struct574drivers/char/serial.cstruct async_struct * info;
async_struct621drivers/char/serial.cstruct async_struct * info;
async_struct719drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct745drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct766drivers/char/serial.cstruct async_struct *info;
async_struct852drivers/char/serial.cstruct  async_struct  *info;
async_struct870drivers/char/serial.cstatic int startup(struct async_struct * info)
async_struct1037drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct1113drivers/char/serial.cstatic void change_speed(struct async_struct *info)
async_struct1248drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1271drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1291drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1335drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1348drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1357drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1380drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1403drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1433drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1455drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1459drivers/char/serial.cstruct async_struct old_info;
async_struct1557drivers/char/serial.cstatic int get_lsr_info(struct async_struct * info, unsigned int *value)
async_struct1571drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1590drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1639drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1665drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1722drivers/char/serial.cstatic int get_multiport_struct(struct async_struct * info,
async_struct1755drivers/char/serial.cstatic int set_multiport_struct(struct async_struct * info,
async_struct1821drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1912drivers/char/serial.csizeof(struct async_struct));
async_struct1915drivers/char/serial.cmemcpy_tofs((struct async_struct *) arg,
async_struct1916drivers/char/serial.cinfo, sizeof(struct async_struct));
async_struct1937drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1975drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2088drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2108drivers/char/serial.cstruct async_struct *info)
async_struct2242drivers/char/serial.cstruct async_struct  *info;
async_struct2332drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct2387drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct2426drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2555drivers/char/serial.cstruct async_struct * info;
async_struct2686drivers/char/serial.cstruct async_struct *info;
async_struct2740drivers/char/serial.cstruct async_struct *info = &rs_table[line];
async_struct148include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct149include/linux/serial.hstruct async_struct  *prev_port;