taglinefilesource code
async_struct53drivers/char/serial.cstatic struct async_struct *IRQ_ports[16];
async_struct61drivers/char/serial.cstatic void autoconfig(struct async_struct * info);
async_struct123drivers/char/serial.cstruct async_struct rs_table[] = {
async_struct179drivers/char/serial.c#define NR_PORTS  (sizeof(rs_table)/sizeof(struct async_struct))
async_struct190drivers/char/serial.cstatic inline unsigned int serial_in(struct async_struct *info, int offset)
async_struct199drivers/char/serial.cstatic inline unsigned int serial_inp(struct async_struct *info, int offset)
async_struct208drivers/char/serial.cstatic inline void serial_out(struct async_struct *info, int offset, int value)
async_struct217drivers/char/serial.cstatic inline void serial_outp(struct async_struct *info, int offset,
async_struct237drivers/char/serial.cstruct async_struct *info;
async_struct255drivers/char/serial.cstruct async_struct *info;
async_struct302drivers/char/serial.cstatic inline void rs_sched_event(struct async_struct *info,
async_struct310drivers/char/serial.cstatic inline void receive_chars(struct async_struct *info,
async_struct359drivers/char/serial.cstatic inline void transmit_chars(struct async_struct *info, int *done_work)
async_struct398drivers/char/serial.cstatic inline int check_modem_status(struct async_struct *info)
async_struct466drivers/char/serial.cstruct async_struct * info;
async_struct543drivers/char/serial.cstatic inline void handle_rs_break(struct async_struct *info)
async_struct568drivers/char/serial.cstruct async_struct  *info;
async_struct682drivers/char/serial.cstruct  async_struct  *info;
async_struct700drivers/char/serial.cstatic int startup(struct async_struct * info, int get_irq)
async_struct834drivers/char/serial.cstatic void shutdown(struct async_struct * info, int do_free_irq)
async_struct895drivers/char/serial.cstruct async_struct * info;
async_struct978drivers/char/serial.cstatic inline void restart_port(struct async_struct *info)
async_struct1012drivers/char/serial.cstruct async_struct *info;
async_struct1042drivers/char/serial.cstruct async_struct *info;
async_struct1085drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1106drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1110drivers/char/serial.cstruct async_struct old_info;
async_struct1208drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1227drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1264drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1290drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1351drivers/char/serial.cstruct async_struct * info;
async_struct1426drivers/char/serial.cstruct async_struct *info;
async_struct1465drivers/char/serial.cstruct async_struct * info;
async_struct1548drivers/char/serial.cstruct async_struct * info;
async_struct1571drivers/char/serial.cstruct async_struct *info)
async_struct1696drivers/char/serial.cstruct async_struct  *info;
async_struct1793drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct1848drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct1887drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct1990drivers/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;