Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vga.c File Reference
#include <core/subdev.h>
#include <core/device.h>
#include <subdev/vga.h>

Go to the source code of this file.

Functions

u8 nv_rdport (void *obj, int head, u16 port)
 
void nv_wrport (void *obj, int head, u16 port, u8 data)
 
u8 nv_rdvgas (void *obj, int head, u8 index)
 
void nv_wrvgas (void *obj, int head, u8 index, u8 value)
 
u8 nv_rdvgag (void *obj, int head, u8 index)
 
void nv_wrvgag (void *obj, int head, u8 index, u8 value)
 
u8 nv_rdvgac (void *obj, int head, u8 index)
 
void nv_wrvgac (void *obj, int head, u8 index, u8 value)
 
u8 nv_rdvgai (void *obj, int head, u16 port, u8 index)
 
void nv_wrvgai (void *obj, int head, u16 port, u8 index, u8 value)
 
bool nv_lockvgac (void *obj, bool lock)
 
u8 nv_rdvgaowner (void *obj)
 
void nv_wrvgaowner (void *obj, u8 select)
 

Function Documentation

bool nv_lockvgac ( void obj,
bool  lock 
)

Definition at line 139 of file vga.c.

u8 nv_rdport ( void obj,
int  head,
u16  port 
)

Definition at line 30 of file vga.c.

u8 nv_rdvgac ( void obj,
int  head,
u8  index 
)

Definition at line 106 of file vga.c.

u8 nv_rdvgag ( void obj,
int  head,
u8  index 
)

Definition at line 92 of file vga.c.

u8 nv_rdvgai ( void obj,
int  head,
u16  port,
u8  index 
)

Definition at line 120 of file vga.c.

u8 nv_rdvgaowner ( void obj)

Definition at line 170 of file vga.c.

u8 nv_rdvgas ( void obj,
int  head,
u8  index 
)

Definition at line 78 of file vga.c.

void nv_wrport ( void obj,
int  head,
u16  port,
u8  data 
)

Definition at line 55 of file vga.c.

void nv_wrvgac ( void obj,
int  head,
u8  index,
u8  value 
)

Definition at line 113 of file vga.c.

void nv_wrvgag ( void obj,
int  head,
u8  index,
u8  value 
)

Definition at line 99 of file vga.c.

void nv_wrvgai ( void obj,
int  head,
u16  port,
u8  index,
u8  value 
)

Definition at line 130 of file vga.c.

void nv_wrvgaowner ( void obj,
u8  select 
)

Definition at line 197 of file vga.c.

void nv_wrvgas ( void obj,
int  head,
u8  index,
u8  value 
)

Definition at line 85 of file vga.c.