• Home
  • Raw
  • Download

Lines Matching refs:ip_data

68 	void (*video_configure)(struct hdmi_ip_data *ip_data);
70 int (*phy_enable)(struct hdmi_ip_data *ip_data);
72 void (*phy_disable)(struct hdmi_ip_data *ip_data);
74 int (*read_edid)(struct hdmi_ip_data *ip_data, u8 *edid, int len);
76 bool (*detect)(struct hdmi_ip_data *ip_data);
78 int (*pll_enable)(struct hdmi_ip_data *ip_data);
80 void (*pll_disable)(struct hdmi_ip_data *ip_data);
82 int (*video_enable)(struct hdmi_ip_data *ip_data);
84 void (*video_disable)(struct hdmi_ip_data *ip_data);
86 void (*dump_wrapper)(struct hdmi_ip_data *ip_data, struct seq_file *s);
88 void (*dump_core)(struct hdmi_ip_data *ip_data, struct seq_file *s);
90 void (*dump_pll)(struct hdmi_ip_data *ip_data, struct seq_file *s);
92 void (*dump_phy)(struct hdmi_ip_data *ip_data, struct seq_file *s);
95 int (*audio_enable)(struct hdmi_ip_data *ip_data);
97 void (*audio_disable)(struct hdmi_ip_data *ip_data);
99 int (*audio_start)(struct hdmi_ip_data *ip_data);
101 void (*audio_stop)(struct hdmi_ip_data *ip_data);
103 int (*audio_config)(struct hdmi_ip_data *ip_data,
167 int ti_hdmi_4xxx_phy_enable(struct hdmi_ip_data *ip_data);
168 void ti_hdmi_4xxx_phy_disable(struct hdmi_ip_data *ip_data);
169 int ti_hdmi_4xxx_read_edid(struct hdmi_ip_data *ip_data, u8 *edid, int len);
170 bool ti_hdmi_4xxx_detect(struct hdmi_ip_data *ip_data);
171 int ti_hdmi_4xxx_wp_video_start(struct hdmi_ip_data *ip_data);
172 void ti_hdmi_4xxx_wp_video_stop(struct hdmi_ip_data *ip_data);
173 int ti_hdmi_4xxx_pll_enable(struct hdmi_ip_data *ip_data);
174 void ti_hdmi_4xxx_pll_disable(struct hdmi_ip_data *ip_data);
175 void ti_hdmi_4xxx_basic_configure(struct hdmi_ip_data *ip_data);
176 void ti_hdmi_4xxx_wp_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
177 void ti_hdmi_4xxx_pll_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
178 void ti_hdmi_4xxx_core_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
179 void ti_hdmi_4xxx_phy_dump(struct hdmi_ip_data *ip_data, struct seq_file *s);
182 int ti_hdmi_4xxx_wp_audio_enable(struct hdmi_ip_data *ip_data);
183 void ti_hdmi_4xxx_wp_audio_disable(struct hdmi_ip_data *ip_data);
184 int ti_hdmi_4xxx_audio_start(struct hdmi_ip_data *ip_data);
185 void ti_hdmi_4xxx_audio_stop(struct hdmi_ip_data *ip_data);
186 int ti_hdmi_4xxx_audio_config(struct hdmi_ip_data *ip_data,