Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
via_aux.h File Reference
#include <linux/list.h>
#include <linux/i2c.h>
#include <linux/fb.h>

Go to the source code of this file.

Data Structures

struct  via_aux_bus
 
struct  via_aux_drv
 

Functions

struct via_aux_busvia_aux_probe (struct i2c_adapter *adap)
 
void via_aux_free (struct via_aux_bus *bus)
 
struct fb_videomodevia_aux_get_preferred_mode (struct via_aux_bus *bus)
 
void via_aux_ch7301_probe (struct via_aux_bus *bus)
 
void via_aux_edid_probe (struct via_aux_bus *bus)
 
void via_aux_sii164_probe (struct via_aux_bus *bus)
 
void via_aux_vt1636_probe (struct via_aux_bus *bus)
 
void via_aux_vt1632_probe (struct via_aux_bus *bus)
 
void via_aux_vt1631_probe (struct via_aux_bus *bus)
 
void via_aux_vt1625_probe (struct via_aux_bus *bus)
 
void via_aux_vt1622_probe (struct via_aux_bus *bus)
 
void via_aux_vt1621_probe (struct via_aux_bus *bus)
 

Function Documentation

void via_aux_ch7301_probe ( struct via_aux_bus bus)

Definition at line 46 of file via_aux_ch7301.c.

void via_aux_edid_probe ( struct via_aux_bus bus)

Definition at line 87 of file via_aux_edid.c.

void via_aux_free ( struct via_aux_bus bus)

Definition at line 55 of file via_aux.c.

struct fb_videomode* via_aux_get_preferred_mode ( struct via_aux_bus bus)
read

Definition at line 74 of file via_aux.c.

struct via_aux_bus* via_aux_probe ( struct i2c_adapter adap)
read

Definition at line 28 of file via_aux.c.

void via_aux_sii164_probe ( struct via_aux_bus bus)

Definition at line 48 of file via_aux_sii164.c.

void via_aux_vt1621_probe ( struct via_aux_bus bus)

Definition at line 31 of file via_aux_vt1621.c.

void via_aux_vt1622_probe ( struct via_aux_bus bus)

Definition at line 46 of file via_aux_vt1622.c.

void via_aux_vt1625_probe ( struct via_aux_bus bus)

Definition at line 46 of file via_aux_vt1625.c.

void via_aux_vt1631_probe ( struct via_aux_bus bus)

Definition at line 31 of file via_aux_vt1631.c.

void via_aux_vt1632_probe ( struct via_aux_bus bus)

Definition at line 48 of file via_aux_vt1632.c.

void via_aux_vt1636_probe ( struct via_aux_bus bus)

Definition at line 31 of file via_aux_vt1636.c.