taglinefilesource code
async_struct36include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct37include/linux/serial.hstruct async_struct  *prev_port;
async_struct70kernel/chr_drv/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct81kernel/chr_drv/serial.cstruct async_struct rs_table[] = {
async_struct136kernel/chr_drv/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct145kernel/chr_drv/serial.cstatic void startup(struct async_struct * info);
async_struct146kernel/chr_drv/serial.cstatic void shutdown(struct async_struct * info);
async_struct148kernel/chr_drv/serial.cstatic void restart_port(struct async_struct *info);
async_struct150kernel/chr_drv/serial.cstruct async_struct *info);
async_struct152kernel/chr_drv/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct157kernel/chr_drv/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct162kernel/chr_drv/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct167kernel/chr_drv/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct173kernel/chr_drv/serial.cstatic void send_break(  struct async_struct * info)
async_struct184kernel/chr_drv/serial.cstatic inline void rs_sched_event(struct async_struct *info,
async_struct199kernel/chr_drv/serial.cstruct async_struct * info;
async_struct367kernel/chr_drv/serial.cstruct async_struct  *info;
async_struct405kernel/chr_drv/serial.cstruct async_struct  *info;
async_struct418kernel/chr_drv/serial.cstatic void restart_port(struct async_struct *info)
async_struct449kernel/chr_drv/serial.cstruct async_struct *info;
async_struct461kernel/chr_drv/serial.cstruct async_struct *info;
async_struct505kernel/chr_drv/serial.cstruct async_struct * info;
async_struct549kernel/chr_drv/serial.cstatic void startup(struct async_struct * info)
async_struct615kernel/chr_drv/serial.cstatic void shutdown(struct async_struct * info)
async_struct636kernel/chr_drv/serial.cstruct async_struct * info;
async_struct694kernel/chr_drv/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct711kernel/chr_drv/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct718kernel/chr_drv/serial.cstruct async_struct  old_info;
async_struct815kernel/chr_drv/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct832kernel/chr_drv/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct869kernel/chr_drv/serial.cstruct async_struct * info;
async_struct929kernel/chr_drv/serial.cstruct async_struct  *info;
async_struct988kernel/chr_drv/serial.cstruct async_struct *info)
async_struct1088kernel/chr_drv/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct1137kernel/chr_drv/serial.cstatic void init(struct async_struct * info)
async_struct1221kernel/chr_drv/serial.cstruct async_struct * info;