Lines Matching refs:async_struct
97 static struct async_struct *IRQ_ports[NR_IRQS];
172 struct async_struct * info; in rs_interrupt_single()
204 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_put_char()
221 static void transmit_chars(struct async_struct *info, int *intr_done) in transmit_chars()
275 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_flush_chars()
289 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_write()
322 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_write_room()
329 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_chars_in_buffer()
336 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_flush_buffer()
352 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_send_xchar()
381 struct async_struct *info = (struct async_struct *)tty->driver_data; in rs_unthrottle()
420 if (copy_to_user((struct async_struct *) arg, in rs_ioctl()
421 info, sizeof(struct async_struct))) in rs_ioctl()
462 static void shutdown(struct async_struct * info) in shutdown()
530 struct async_struct * info = (struct async_struct *)tty->driver_data; in rs_close()
604 struct async_struct * info = (struct async_struct *)tty->driver_data; in rs_hangup()
626 static int get_async_struct(int line, struct async_struct **ret_info) in get_async_struct()
628 struct async_struct *info; in get_async_struct()
637 info = kzalloc(sizeof(struct async_struct), GFP_KERNEL); in get_async_struct()
662 startup(struct async_struct *info) in startup()
771 struct async_struct *info; in rs_open()