Searched refs:sh_hdmi (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/video/fbdev/ |
| D | sh_mobile_hdmi.c | 273 struct sh_hdmi { struct 292 void (*write)(struct sh_hdmi *hdmi, u8 data, u8 reg); argument 293 u8 (*read)(struct sh_hdmi *hdmi, u8 reg); argument 296 #define entity_to_sh_hdmi(e) container_of(e, struct sh_hdmi, entity) 298 static void __hdmi_write8(struct sh_hdmi *hdmi, u8 data, u8 reg) in __hdmi_write8() 303 static u8 __hdmi_read8(struct sh_hdmi *hdmi, u8 reg) in __hdmi_read8() 308 static void __hdmi_write32(struct sh_hdmi *hdmi, u8 data, u8 reg) in __hdmi_write32() 314 static u8 __hdmi_read32(struct sh_hdmi *hdmi, u8 reg) in __hdmi_read32() 319 static void hdmi_write(struct sh_hdmi *hdmi, u8 data, u8 reg) in hdmi_write() 324 static u8 hdmi_read(struct sh_hdmi *hdmi, u8 reg) in hdmi_read() [all …]
|