Linux Kernel
3.7.1
|
#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) |