Lines Matching refs:cy_start
274 static void cy_start(struct tty_struct *);
724 /* cy_start isn't used
2779 cy_start(tty);
2808 cy_start(tty);
2897 /* cy_start and cy_stop provide software output flow control as a
2924 static void cy_start(struct tty_struct *tty)
2932 printk(KERN_DEBUG "cyc:cy_start ttyC%d\n", info->line);
2935 if (serial_paranoia_check(info, tty->name, "cy_start"))
2946 } /* cy_start */
4002 .start = cy_start,