Home
last modified time | relevance | path

Searched defs:ti_hdmi_ip_ops (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/video/omap2/dss/
Dti_hdmi.h87 struct ti_hdmi_ip_ops { struct
89 void (*video_configure)(struct hdmi_ip_data *ip_data);
91 int (*phy_enable)(struct hdmi_ip_data *ip_data);
93 void (*phy_disable)(struct hdmi_ip_data *ip_data);
95 int (*read_edid)(struct hdmi_ip_data *ip_data, u8 *edid, int len);
97 bool (*detect)(struct hdmi_ip_data *ip_data);
99 int (*pll_enable)(struct hdmi_ip_data *ip_data);
101 void (*pll_disable)(struct hdmi_ip_data *ip_data);
126 const struct ti_hdmi_ip_ops *ops; argument