hvsi.c (0a9d59a2461477bd9ed143c01af9df3f8f00fa81) | hvsi.c (60b33c133ca0b7c0b6072c87234b63fee6e80558) |
---|---|
1/* 2 * Copyright (C) 2004 Hollis Blanchard <hollisb@us.ibm.com>, IBM 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * --- 1081 unchanged lines hidden (view full) --- 1090 spin_unlock_irqrestore(&hp->lock, flags); 1091 1092 if (shouldflip) 1093 tty_flip_buffer_push(hp->tty); 1094 1095 h_vio_signal(hp->vtermno, VIO_IRQ_ENABLE); 1096} 1097 | 1/* 2 * Copyright (C) 2004 Hollis Blanchard <hollisb@us.ibm.com>, IBM 3 * 4 * This program is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * --- 1081 unchanged lines hidden (view full) --- 1090 spin_unlock_irqrestore(&hp->lock, flags); 1091 1092 if (shouldflip) 1093 tty_flip_buffer_push(hp->tty); 1094 1095 h_vio_signal(hp->vtermno, VIO_IRQ_ENABLE); 1096} 1097 |
1098static int hvsi_tiocmget(struct tty_struct *tty, struct file *file) | 1098static int hvsi_tiocmget(struct tty_struct *tty) |
1099{ 1100 struct hvsi_struct *hp = tty->driver_data; 1101 1102 hvsi_get_mctrl(hp); 1103 return hp->mctrl; 1104} 1105 1106static int hvsi_tiocmset(struct tty_struct *tty, struct file *file, --- 208 unchanged lines hidden --- | 1099{ 1100 struct hvsi_struct *hp = tty->driver_data; 1101 1102 hvsi_get_mctrl(hp); 1103 return hp->mctrl; 1104} 1105 1106static int hvsi_tiocmset(struct tty_struct *tty, struct file *file, --- 208 unchanged lines hidden --- |