taglinefilesource code
async_struct37include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct38include/linux/serial.hstruct async_struct  *prev_port;
async_struct66kernel/chr_drv/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct80kernel/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_struct147kernel/chr_drv/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct152kernel/chr_drv/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct157kernel/chr_drv/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct162kernel/chr_drv/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct193kernel/chr_drv/serial.cstatic inline void rs_sched_event(struct async_struct *info,
async_struct201kernel/chr_drv/serial.cstatic inline void receive_chars(struct async_struct *info,
async_struct245kernel/chr_drv/serial.cstatic inline void transmit_chars(struct async_struct *info, int *done_work)
async_struct279kernel/chr_drv/serial.cstatic inline int check_modem_status(struct async_struct *info)
async_struct327kernel/chr_drv/serial.cstruct async_struct * info;
async_struct394kernel/chr_drv/serial.cstatic inline void handle_rs_break(struct async_struct *info)
async_struct419kernel/chr_drv/serial.cstruct async_struct  *info;
async_struct495kernel/chr_drv/serial.cstruct  async_struct  *info;
async_struct513kernel/chr_drv/serial.cstatic void startup(struct async_struct * info)
async_struct591kernel/chr_drv/serial.cstatic void shutdown(struct async_struct * info)
async_struct616kernel/chr_drv/serial.cstruct async_struct * info;
async_struct687kernel/chr_drv/serial.cstatic void restart_port(struct async_struct *info)
async_struct718kernel/chr_drv/serial.cstruct async_struct *info;
async_struct739kernel/chr_drv/serial.cstruct async_struct *info;
async_struct781kernel/chr_drv/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct800kernel/chr_drv/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct807kernel/chr_drv/serial.cstruct async_struct  old_info;
async_struct908kernel/chr_drv/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct925kernel/chr_drv/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct961kernel/chr_drv/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct976kernel/chr_drv/serial.cstruct async_struct * info;
async_struct1034kernel/chr_drv/serial.cstruct async_struct *info;
async_struct1072kernel/chr_drv/serial.cstruct async_struct * info;
async_struct1124kernel/chr_drv/serial.cstruct async_struct *info)
async_struct1213kernel/chr_drv/serial.cstruct async_struct  *info;
async_struct1317kernel/chr_drv/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct1375kernel/chr_drv/serial.cstatic void init(struct async_struct * info)
async_struct1492kernel/chr_drv/serial.cstruct async_struct * info;