Loading drivers/char/hvc_console.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ struct hvc_struct { spinlock_t lock; int index; struct tty_struct *tty; unsigned int count; int count; int do_wakeup; char *outbuf; int outbuf_size; Loading drivers/char/hvcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ struct hvcs_struct { unsigned int index; struct tty_struct *tty; unsigned int open_count; int open_count; /* * Used to tell the driver kernel_thread what operations need to take Loading drivers/char/hvsi.c +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ struct hvsi_struct { spinlock_t lock; int index; struct tty_struct *tty; unsigned int count; int count; uint8_t throttle_buf[128]; uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */ /* inbuf is for packet reassembly. leave a little room for leftovers. */ Loading Loading
drivers/char/hvc_console.h +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ struct hvc_struct { spinlock_t lock; int index; struct tty_struct *tty; unsigned int count; int count; int do_wakeup; char *outbuf; int outbuf_size; Loading
drivers/char/hvcs.c +1 −1 Original line number Diff line number Diff line Loading @@ -269,7 +269,7 @@ struct hvcs_struct { unsigned int index; struct tty_struct *tty; unsigned int open_count; int open_count; /* * Used to tell the driver kernel_thread what operations need to take Loading
drivers/char/hvsi.c +1 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,7 @@ struct hvsi_struct { spinlock_t lock; int index; struct tty_struct *tty; unsigned int count; int count; uint8_t throttle_buf[128]; uint8_t outbuf[N_OUTBUF]; /* to implement write_room and chars_in_buffer */ /* inbuf is for packet reassembly. leave a little room for leftovers. */ Loading