Linux Kernel
3.7.1
|
#include <hvc_console.h>
Data Fields | |
int(* | get_chars )(uint32_t vtermno, char *buf, int count) |
int(* | put_chars )(uint32_t vtermno, const char *buf, int count) |
int(* | notifier_add )(struct hvc_struct *hp, int irq) |
void(* | notifier_del )(struct hvc_struct *hp, int irq) |
void(* | notifier_hangup )(struct hvc_struct *hp, int irq) |
int(* | tiocmget )(struct hvc_struct *hp) |
int(* | tiocmset )(struct hvc_struct *hp, unsigned int set, unsigned int clear) |
Definition at line 66 of file hvc_console.h.
Definition at line 67 of file hvc_console.h.
int(* notifier_add)(struct hvc_struct *hp, int irq) |
Definition at line 71 of file hvc_console.h.
void(* notifier_del)(struct hvc_struct *hp, int irq) |
Definition at line 72 of file hvc_console.h.
void(* notifier_hangup)(struct hvc_struct *hp, int irq) |
Definition at line 73 of file hvc_console.h.
Definition at line 68 of file hvc_console.h.
int(* tiocmget)(struct hvc_struct *hp) |
Definition at line 76 of file hvc_console.h.
Definition at line 77 of file hvc_console.h.