taglinefilesource code
async_struct88drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct95drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct96drivers/char/serial.cstatic void change_speed(struct async_struct *info);
async_struct132drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct188drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct210drivers/char/serial.cstatic inline int serial_paranoia_check(struct async_struct *info,
async_struct238drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct249drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct264drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct275drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct301drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct317drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct367drivers/char/serial.cstatic _INLINE_ void rs_sched_event(struct async_struct *info,
async_struct375drivers/char/serial.cstatic _INLINE_ void receive_chars(struct async_struct *info,
async_struct415drivers/char/serial.cstatic _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done)
async_struct456drivers/char/serial.cstatic _INLINE_ void check_modem_status(struct async_struct *info)
async_struct522drivers/char/serial.cstruct async_struct * info;
async_struct524drivers/char/serial.cstruct async_struct *end_mark = 0;
async_struct590drivers/char/serial.cstruct async_struct * info;
async_struct637drivers/char/serial.cstruct async_struct * info;
async_struct735drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct761drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct782drivers/char/serial.cstruct async_struct *info;
async_struct868drivers/char/serial.cstruct  async_struct  *info;
async_struct886drivers/char/serial.cstatic int startup(struct async_struct * info)
async_struct1063drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct1140drivers/char/serial.cstatic void change_speed(struct async_struct *info)
async_struct1283drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1306drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1326drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1372drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1385drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1394drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1417drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1440drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1470drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1492drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1496drivers/char/serial.cstruct async_struct old_info;
async_struct1594drivers/char/serial.cstatic int get_lsr_info(struct async_struct * info, unsigned int *value)
async_struct1608drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1627drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1676drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1702drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1759drivers/char/serial.cstatic int get_multiport_struct(struct async_struct * info,
async_struct1792drivers/char/serial.cstatic int set_multiport_struct(struct async_struct * info,
async_struct1874drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1968drivers/char/serial.csizeof(struct async_struct));
async_struct1971drivers/char/serial.cmemcpy_tofs((struct async_struct *) arg,
async_struct1972drivers/char/serial.cinfo, sizeof(struct async_struct));
async_struct2042drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct2080drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2193drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct2213drivers/char/serial.cstruct async_struct *info)
async_struct2352drivers/char/serial.cstruct async_struct  *info;
async_struct2447drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct2502drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct2541drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2670drivers/char/serial.cstruct async_struct * info;
async_struct2803drivers/char/serial.cstruct async_struct *info;
async_struct2858drivers/char/serial.cstruct async_struct *info = &rs_table[line];
async_struct171include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct172include/linux/serial.hstruct async_struct  *prev_port;