Searched refs:sti_hdmi (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.h | 22 struct sti_hdmi; 25 bool (*start)(struct sti_hdmi *hdmi); 26 void (*stop)(struct sti_hdmi *hdmi); 72 struct sti_hdmi { struct 99 u32 hdmi_read(struct sti_hdmi *hdmi, int offset); 100 void hdmi_write(struct sti_hdmi *hdmi, u32 val, int offset);
|
H A D | sti_hdmi.c | 27 #include "sti_hdmi.h" 163 struct sti_hdmi *hdmi; 170 u32 hdmi_read(struct sti_hdmi *hdmi, int offset) in hdmi_read() 175 void hdmi_write(struct sti_hdmi *hdmi, u32 val, int offset) in hdmi_write() 188 struct sti_hdmi *hdmi = arg; in hdmi_irq_thread() 220 struct sti_hdmi *hdmi = arg; in hdmi_irq() 239 static void hdmi_active_area(struct sti_hdmi *hdmi) in hdmi_active_area() 260 static void hdmi_config(struct sti_hdmi *hdmi) in hdmi_config() 298 static void hdmi_infoframe_reset(struct sti_hdmi *hdmi, in hdmi_infoframe_reset() 357 static void hdmi_infoframe_write_infopack(struct sti_hdmi *hdm [all...] |
H A D | sti_hdmi_tx3g4c28phy.c | 76 static bool sti_hdmi_tx3g4c28phy_start(struct sti_hdmi *hdmi) in sti_hdmi_tx3g4c28phy_start() 186 static void sti_hdmi_tx3g4c28phy_stop(struct sti_hdmi *hdmi) in sti_hdmi_tx3g4c28phy_stop()
|
H A D | Makefile | 12 sti_hdmi.o \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
H A D | sti_hdmi.h | 22 struct sti_hdmi; 25 bool (*start)(struct sti_hdmi *hdmi); 26 void (*stop)(struct sti_hdmi *hdmi); 65 struct sti_hdmi { struct 91 u32 hdmi_read(struct sti_hdmi *hdmi, int offset); 92 void hdmi_write(struct sti_hdmi *hdmi, u32 val, int offset);
|
H A D | sti_hdmi.c | 28 #include "sti_hdmi.h" 164 struct sti_hdmi *hdmi; 177 u32 hdmi_read(struct sti_hdmi *hdmi, int offset) in hdmi_read() 182 void hdmi_write(struct sti_hdmi *hdmi, u32 val, int offset) in hdmi_write() 195 struct sti_hdmi *hdmi = arg; in hdmi_irq_thread() 227 struct sti_hdmi *hdmi = arg; in hdmi_irq() 246 static void hdmi_active_area(struct sti_hdmi *hdmi) in hdmi_active_area() 267 static void hdmi_config(struct sti_hdmi *hdmi) in hdmi_config() 306 static void hdmi_infoframe_reset(struct sti_hdmi *hdmi, in hdmi_infoframe_reset() 365 static void hdmi_infoframe_write_infopack(struct sti_hdmi *hdm [all...] |
H A D | sti_hdmi_tx3g4c28phy.c | 76 static bool sti_hdmi_tx3g4c28phy_start(struct sti_hdmi *hdmi) in sti_hdmi_tx3g4c28phy_start() 186 static void sti_hdmi_tx3g4c28phy_stop(struct sti_hdmi *hdmi) in sti_hdmi_tx3g4c28phy_stop()
|
H A D | Makefile | 12 sti_hdmi.o \
|
Completed in 6 milliseconds