taglinefilesource code
async_struct83drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct89drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct90drivers/char/serial.cstatic void change_speed(struct async_struct *info);
async_struct126drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct182drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct204drivers/char/serial.cstatic inline int serial_paranoia_check(struct async_struct *info,
async_struct232drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct243drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct258drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct269drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct295drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct311drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct361drivers/char/serial.cstatic _INLINE_ void rs_sched_event(struct async_struct *info,
async_struct369drivers/char/serial.cstatic _INLINE_ void receive_chars(struct async_struct *info,
async_struct409drivers/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_struct511drivers/char/serial.cstruct async_struct * info;
async_struct513drivers/char/serial.cstruct async_struct *end_mark = 0;
async_struct569drivers/char/serial.cstruct async_struct * info;
async_struct610drivers/char/serial.cstruct async_struct * info;
async_struct667drivers/char/serial.cstruct async_struct * info;
async_struct716drivers/char/serial.cstruct async_struct  *info = (struct async_struct *) private_;
async_struct747drivers/char/serial.cstruct async_struct *info;
async_struct830drivers/char/serial.cstruct  async_struct  *info;
async_struct848drivers/char/serial.cstatic int startup(struct async_struct * info)
async_struct1008drivers/char/serial.cstatic void shutdown(struct async_struct * info)
async_struct1084drivers/char/serial.cstatic void change_speed(struct async_struct *info)
async_struct1207drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1230drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1250drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1294drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1307drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1316drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1339drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1362drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1392drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1413drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1417drivers/char/serial.cstruct async_struct old_info;
async_struct1514drivers/char/serial.cstatic int get_lsr_info(struct async_struct * info, unsigned int *value)
async_struct1528drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1547drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1596drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1622drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1683drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1774drivers/char/serial.csizeof(struct async_struct));
async_struct1777drivers/char/serial.cmemcpy_tofs((struct async_struct *) arg,
async_struct1778drivers/char/serial.cinfo, sizeof(struct async_struct));
async_struct1789drivers/char/serial.cstruct async_struct *info = (struct async_struct *)tty->driver_data;
async_struct1827drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1933drivers/char/serial.cstruct async_struct * info = (struct async_struct *)tty->driver_data;
async_struct1952drivers/char/serial.cstruct async_struct *info)
async_struct2086drivers/char/serial.cstruct async_struct  *info;
async_struct2176drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct2231drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct2270drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2388drivers/char/serial.cstruct async_struct * info;
async_struct2512drivers/char/serial.cstruct async_struct *info;
async_struct2566drivers/char/serial.cstruct async_struct *info = &rs_table[line];
async_struct118include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct119include/linux/serial.hstruct async_struct  *prev_port;