Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hv_ops Struct Reference

#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)
 

Detailed Description

Definition at line 66 of file hvc_console.h.

Field Documentation

int(* get_chars)(uint32_t vtermno, char *buf, int count)

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.

int(* put_chars)(uint32_t vtermno, const char *buf, int count)

Definition at line 68 of file hvc_console.h.

int(* tiocmget)(struct hvc_struct *hp)

Definition at line 76 of file hvc_console.h.

int(* tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear)

Definition at line 77 of file hvc_console.h.


The documentation for this struct was generated from the following file: