Symbol: sti_hda
drivers/gpu/drm/sti/sti_hda.c
259
struct sti_hda *hda;
drivers/gpu/drm/sti/sti_hda.c
265
static struct sti_hda *drm_bridge_to_sti_hda(struct drm_bridge *bridge)
drivers/gpu/drm/sti/sti_hda.c
267
return container_of(bridge, struct sti_hda, bridge);
drivers/gpu/drm/sti/sti_hda.c
270
static u32 hda_read(struct sti_hda *hda, int offset)
drivers/gpu/drm/sti/sti_hda.c
275
static void hda_write(struct sti_hda *hda, u32 val, int offset)
drivers/gpu/drm/sti/sti_hda.c
306
static void hda_enable_hd_dacs(struct sti_hda *hda, bool enable)
drivers/gpu/drm/sti/sti_hda.c
354
struct sti_hda *hda = (struct sti_hda *)node->info_ent->data;
drivers/gpu/drm/sti/sti_hda.c
376
static void hda_debugfs_init(struct sti_hda *hda, struct drm_minor *minor)
drivers/gpu/drm/sti/sti_hda.c
395
static void sti_hda_configure_awg(struct sti_hda *hda, u32 *awg_instr, int nb)
drivers/gpu/drm/sti/sti_hda.c
409
struct sti_hda *hda = drm_bridge_to_sti_hda(bridge);
drivers/gpu/drm/sti/sti_hda.c
434
struct sti_hda *hda = drm_bridge_to_sti_hda(bridge);
drivers/gpu/drm/sti/sti_hda.c
525
struct sti_hda *hda = drm_bridge_to_sti_hda(bridge);
drivers/gpu/drm/sti/sti_hda.c
585
struct sti_hda *hda = hda_connector->hda;
drivers/gpu/drm/sti/sti_hda.c
620
struct sti_hda *hda = hda_connector->hda;
drivers/gpu/drm/sti/sti_hda.c
650
struct sti_hda *hda = hda_connector->hda;
drivers/gpu/drm/sti/sti_hda.c
680
struct sti_hda *hda = dev_get_drvdata(dev);
drivers/gpu/drm/sti/sti_hda.c
741
struct sti_hda *hda;
drivers/gpu/drm/sti/sti_hda.c
747
hda = devm_drm_bridge_alloc(dev, struct sti_hda, bridge, &sti_hda_bridge_funcs);