Lines Matching refs:hdmi_context

52 #define ctx_from_connector(c)	container_of(c, struct hdmi_context, connector)
183 struct hdmi_context { struct
216 static inline struct hdmi_context *display_to_hdmi(struct exynos_drm_display *d) in display_to_hdmi() argument
218 return container_of(d, struct hdmi_context, display); in display_to_hdmi()
615 static inline u32 hdmi_reg_read(struct hdmi_context *hdata, u32 reg_id) in hdmi_reg_read()
620 static inline void hdmi_reg_writeb(struct hdmi_context *hdata, in hdmi_reg_writeb()
626 static inline void hdmi_reg_writemask(struct hdmi_context *hdata, in hdmi_reg_writemask()
634 static int hdmiphy_reg_writeb(struct hdmi_context *hdata, in hdmiphy_reg_writeb()
654 static int hdmiphy_reg_write_buf(struct hdmi_context *hdata, in hdmiphy_reg_write_buf()
676 static void hdmi_v13_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v13_regs_dump()
763 static void hdmi_v14_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_v14_regs_dump()
930 static void hdmi_regs_dump(struct hdmi_context *hdata, char *prefix) in hdmi_regs_dump()
938 static u8 hdmi_chksum(struct hdmi_context *hdata, in hdmi_chksum()
953 static void hdmi_reg_infoframe(struct hdmi_context *hdata, in hdmi_reg_infoframe()
1038 struct hdmi_context *hdata = ctx_from_connector(connector); in hdmi_detect()
1061 struct hdmi_context *hdata = ctx_from_connector(connector); in hdmi_get_modes()
1081 static int hdmi_find_phy_conf(struct hdmi_context *hdata, u32 pixel_clock) in hdmi_find_phy_conf()
1096 struct hdmi_context *hdata = ctx_from_connector(connector); in hdmi_mode_valid()
1117 struct hdmi_context *hdata = ctx_from_connector(connector); in hdmi_best_encoder()
1131 struct hdmi_context *hdata = display_to_hdmi(display); in hdmi_create_connector()
1239 static void hdmi_reg_acr(struct hdmi_context *hdata, u8 *acr) in hdmi_reg_acr()
1257 static void hdmi_audio_init(struct hdmi_context *hdata) in hdmi_audio_init()
1340 static void hdmi_audio_control(struct hdmi_context *hdata, bool onoff) in hdmi_audio_control()
1350 static void hdmi_start(struct hdmi_context *hdata, bool start) in hdmi_start()
1361 static void hdmi_conf_init(struct hdmi_context *hdata) in hdmi_conf_init()
1416 static void hdmi_v13_mode_apply(struct hdmi_context *hdata) in hdmi_v13_mode_apply()
1500 static void hdmi_v14_mode_apply(struct hdmi_context *hdata) in hdmi_v14_mode_apply()
1662 static void hdmi_mode_apply(struct hdmi_context *hdata) in hdmi_mode_apply()
1670 static void hdmiphy_conf_reset(struct hdmi_context *hdata) in hdmiphy_conf_reset()
1694 static void hdmiphy_poweron(struct hdmi_context *hdata) in hdmiphy_poweron()
1714 static void hdmiphy_poweroff(struct hdmi_context *hdata) in hdmiphy_poweroff()
1736 static void hdmiphy_conf_apply(struct hdmi_context *hdata) in hdmiphy_conf_apply()
1765 static void hdmi_conf_apply(struct hdmi_context *hdata) in hdmi_conf_apply()
1792 static void hdmi_v13_mode_set(struct hdmi_context *hdata, in hdmi_v13_mode_set()
1889 static void hdmi_v14_mode_set(struct hdmi_context *hdata, in hdmi_v14_mode_set()
2004 struct hdmi_context *hdata = display_to_hdmi(display); in hdmi_mode_set()
2023 struct hdmi_context *hdata = display_to_hdmi(display); in hdmi_commit()
2035 static void hdmi_poweron(struct hdmi_context *hdata) in hdmi_poweron()
2065 static void hdmi_poweroff(struct hdmi_context *hdata) in hdmi_poweroff()
2101 struct hdmi_context *hdata = display_to_hdmi(display); in hdmi_dpms()
2147 struct hdmi_context *hdata; in hdmi_hotplug_work_func()
2149 hdata = container_of(work, struct hdmi_context, hotplug_work.work); in hdmi_hotplug_work_func()
2161 struct hdmi_context *hdata = arg; in hdmi_irq_thread()
2169 static int hdmi_resources_init(struct hdmi_context *hdata) in hdmi_resources_init()
2299 struct hdmi_context *hdata = dev_get_drvdata(dev); in hdmi_bind()
2341 struct hdmi_context *hdata; in hdmi_probe()
2352 hdata = devm_kzalloc(dev, sizeof(struct hdmi_context), GFP_KERNEL); in hdmi_probe()
2502 struct hdmi_context *hdata = platform_get_drvdata(pdev); in hdmi_remove()