taglinefilesource code
async_struct74drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct82drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct144drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct200drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct211drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct220drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct229drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct238drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct258drivers/char/serial.cstruct async_struct *info;
async_struct276drivers/char/serial.cstruct async_struct *info;
async_struct323drivers/char/serial.cstatic inline void rs_sched_event(struct async_struct *info,
async_struct331drivers/char/serial.cstatic inline void receive_chars(struct async_struct *info,
async_struct380drivers/char/serial.cstatic inline void transmit_chars(struct async_struct *info, int *done_work)
async_struct419drivers/char/serial.cstatic inline int check_modem_status(struct async_struct *info)
async_struct487drivers/char/serial.cstruct async_struct * info;
async_struct564drivers/char/serial.cstatic inline void handle_rs_break(struct async_struct *info)
async_struct589drivers/char/serial.cstruct async_struct  *info;
async_struct703drivers/char/serial.cstruct  async_struct  *info;
async_struct721drivers/char/serial.cstatic int startup(struct async_struct * info, int get_irq)
async_struct855drivers/char/serial.cstatic void shutdown(struct async_struct * info, int do_free_irq)
async_struct916drivers/char/serial.cstruct async_struct * info;
async_struct999drivers/char/serial.cstatic inline void restart_port(struct async_struct *info)
async_struct1033drivers/char/serial.cstruct async_struct *info;
async_struct1063drivers/char/serial.cstruct async_struct *info;
async_struct1106drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1127drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1131drivers/char/serial.cstruct async_struct old_info;
async_struct1229drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1248drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1285drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1311drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1372drivers/char/serial.cstruct async_struct * info;
async_struct1447drivers/char/serial.cstruct async_struct *info;
async_struct1486drivers/char/serial.cstruct async_struct * info;
async_struct1569drivers/char/serial.cstruct async_struct * info;
async_struct1592drivers/char/serial.cstruct async_struct *info)
async_struct1717drivers/char/serial.cstruct async_struct  *info;
async_struct1814drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct1869drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct1908drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2011drivers/char/serial.cstruct async_struct * info;
async_struct47include/linux/serial.hstruct async_struct  *next_port; /* For the linked list */
async_struct48include/linux/serial.hstruct async_struct  *prev_port;