Lines Matching refs:async_struct

103 static struct async_struct *IRQ_ports[NR_IRQS];
179 struct async_struct * info; in rs_interrupt_single()
222 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_put_char()
237 static _INLINE_ void transmit_chars(struct async_struct *info, int *intr_done) in transmit_chars()
290 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_flush_chars()
304 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_write()
369 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_write_room()
376 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_chars_in_buffer()
383 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_flush_buffer()
403 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_send_xchar()
432 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_unthrottle()
486 if (copy_to_user((struct async_struct *) arg, in rs_ioctl()
487 info, sizeof(struct async_struct))) in rs_ioctl()
546 static void shutdown(struct async_struct * info) in shutdown()
613 struct async_struct * info = (struct async_struct *)tty->driver_data; in rs_close()
693 struct async_struct * info = (struct async_struct *)tty->driver_data; in rs_hangup()
715 static int get_async_struct(int line, struct async_struct **ret_info) in get_async_struct()
717 struct async_struct *info; in get_async_struct()
726 info = kmalloc(sizeof(struct async_struct), GFP_KERNEL); in get_async_struct()
731 memset(info, 0, sizeof(struct async_struct)); in get_async_struct()
753 startup(struct async_struct *info) in startup()
862 struct async_struct *info; in rs_open()