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

#include <ti_hdmi.h>

Data Fields

void(* video_configure )(struct hdmi_ip_data *ip_data)
 
int(* phy_enable )(struct hdmi_ip_data *ip_data)
 
void(* phy_disable )(struct hdmi_ip_data *ip_data)
 
int(* read_edid )(struct hdmi_ip_data *ip_data, u8 *edid, int len)
 
bool(* detect )(struct hdmi_ip_data *ip_data)
 
int(* pll_enable )(struct hdmi_ip_data *ip_data)
 
void(* pll_disable )(struct hdmi_ip_data *ip_data)
 
int(* video_enable )(struct hdmi_ip_data *ip_data)
 
void(* video_disable )(struct hdmi_ip_data *ip_data)
 
void(* dump_wrapper )(struct hdmi_ip_data *ip_data, struct seq_file *s)
 
void(* dump_core )(struct hdmi_ip_data *ip_data, struct seq_file *s)
 
void(* dump_pll )(struct hdmi_ip_data *ip_data, struct seq_file *s)
 
void(* dump_phy )(struct hdmi_ip_data *ip_data, struct seq_file *s)
 

Detailed Description

Definition at line 66 of file ti_hdmi.h.

Field Documentation

Definition at line 76 of file ti_hdmi.h.

Definition at line 88 of file ti_hdmi.h.

Definition at line 92 of file ti_hdmi.h.

Definition at line 90 of file ti_hdmi.h.

Definition at line 86 of file ti_hdmi.h.

void(* phy_disable)(struct hdmi_ip_data *ip_data)

Definition at line 72 of file ti_hdmi.h.

int(* phy_enable)(struct hdmi_ip_data *ip_data)

Definition at line 70 of file ti_hdmi.h.

void(* pll_disable)(struct hdmi_ip_data *ip_data)

Definition at line 80 of file ti_hdmi.h.

int(* pll_enable)(struct hdmi_ip_data *ip_data)

Definition at line 78 of file ti_hdmi.h.

int(* read_edid)(struct hdmi_ip_data *ip_data, u8 *edid, int len)

Definition at line 74 of file ti_hdmi.h.

void(* video_configure)(struct hdmi_ip_data *ip_data)

Definition at line 68 of file ti_hdmi.h.

void(* video_disable)(struct hdmi_ip_data *ip_data)

Definition at line 84 of file ti_hdmi.h.

int(* video_enable)(struct hdmi_ip_data *ip_data)

Definition at line 82 of file ti_hdmi.h.


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