Searched refs:cy_stop (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dserial167.c263 /* cy_start and cy_stop provide software output flow control as a
266 static void cy_stop(struct tty_struct *tty) function
274 printk("cy_stop %s\n", tty->name); /* */
277 if (serial_paranoia_check(info, tty->name, "cy_stop"))
286 } /* cy_stop */
454 /* !!! cy_stop isn't used because... */
2059 .stop = cy_stop,
H A Dcyclades.c776 /* cy_stop isn't used
3700 /* cy_start and cy_stop provide software output flow control as a
3703 static void cy_stop(struct tty_struct *tty) function
3712 printk(KERN_DEBUG "cyc:cy_stop ttyC%d\n", info->line);
3715 if (serial_paranoia_check(info, tty->name, "cy_stop"))
3733 } /* cy_stop */
4530 .stop = cy_stop,

Completed in 482 milliseconds