Home
last modified time | relevance | path

Searched refs:sti_hda (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/sti/
H A Dsti_hda.c245 struct sti_hda { struct
260 struct sti_hda *hda; argument
266 static struct sti_hda *drm_bridge_to_sti_hda(struct drm_bridge *bridge) in drm_bridge_to_sti_hda()
268 return container_of(bridge, struct sti_hda, bridge); in drm_bridge_to_sti_hda()
271 static u32 hda_read(struct sti_hda *hda, int offset) in hda_read()
276 static void hda_write(struct sti_hda *hda, u32 val, int offset) in hda_write()
307 static void hda_enable_hd_dacs(struct sti_hda *hda, bool enable) in hda_enable_hd_dacs()
355 struct sti_hda *hda = (struct sti_hda *)node->info_ent->data; in hda_dbg_show()
377 static void hda_debugfs_init(struct sti_hda *hda, struct drm_minor *minor) in hda_debugfs_init()
396 static void sti_hda_configure_awg(struct sti_hda *hda, u32 *awg_instr, int nb) in sti_hda_configure_awg()
[all …]
H A DMakefile15 sti_hda.o \