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_struct270drivers/char/serial.cstruct async_struct *info;
async_struct317drivers/char/serial.cstatic inline void rs_sched_event(struct async_struct *info,
async_struct325drivers/char/serial.cstatic inline void receive_chars(struct async_struct *info,
async_struct374drivers/char/serial.cstatic inline void transmit_chars(struct async_struct *info, int *done_work)
async_struct413drivers/char/serial.cstatic inline int check_modem_status(struct async_struct *info)
async_struct481drivers/char/serial.cstruct async_struct * info;
async_struct558drivers/char/serial.cstatic inline void handle_rs_break(struct async_struct *info)
async_struct583drivers/char/serial.cstruct async_struct  *info;
async_struct697drivers/char/serial.cstruct  async_struct  *info;
async_struct715drivers/char/serial.cstatic int startup(struct async_struct * info, int get_irq)
async_struct849drivers/char/serial.cstatic void shutdown(struct async_struct * info, int do_free_irq)
async_struct910drivers/char/serial.cstruct async_struct * info;
async_struct993drivers/char/serial.cstatic inline void restart_port(struct async_struct *info)
async_struct1027drivers/char/serial.cstruct async_struct *info;
async_struct1055drivers/char/serial.cstruct async_struct *info;
async_struct1098drivers/char/serial.cstatic int get_serial_info(struct async_struct * info,
async_struct1119drivers/char/serial.cstatic int set_serial_info(struct async_struct * info,
async_struct1123drivers/char/serial.cstruct async_struct old_info;
async_struct1221drivers/char/serial.cstatic int get_modem_info(struct async_struct * info, unsigned int *value)
async_struct1240drivers/char/serial.cstatic int set_modem_info(struct async_struct * info, unsigned int cmd,
async_struct1277drivers/char/serial.cstatic int do_autoconfig(struct async_struct * info)
async_struct1303drivers/char/serial.cstatic void send_break(  struct async_struct * info, int duration)
async_struct1364drivers/char/serial.cstruct async_struct * info;
async_struct1439drivers/char/serial.cstruct async_struct *info;
async_struct1478drivers/char/serial.cstruct async_struct * info;
async_struct1565drivers/char/serial.cstruct async_struct * info;
async_struct1588drivers/char/serial.cstruct async_struct *info)
async_struct1713drivers/char/serial.cstruct async_struct  *info;
async_struct1810drivers/char/serial.cstatic int get_auto_irq(struct async_struct *info)
async_struct1865drivers/char/serial.cstatic int do_auto_irq(struct async_struct * info)
async_struct1904drivers/char/serial.cstatic void autoconfig(struct async_struct * info)
async_struct2007drivers/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;