Home
last modified time | relevance | path

Searched refs:sdw_cdns (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/soundwire/
H A Dcadence_master.h124 struct sdw_cdns { struct
163 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus) argument
167 int sdw_cdns_probe(struct sdw_cdns *cdns);
172 int sdw_cdns_soft_reset(struct sdw_cdns *cdns);
173 int sdw_cdns_init(struct sdw_cdns *cdns);
174 int sdw_cdns_pdi_init(struct sdw_cdns *cdns,
176 int sdw_cdns_exit_reset(struct sdw_cdns *cdns);
177 int sdw_cdns_enable_interrupt(struct sdw_cdns *cdns, bool state);
179 bool sdw_cdns_is_clock_stop(struct sdw_cdns *cdns);
180 int sdw_cdns_clock_stop(struct sdw_cdns *cdns, bool block_wake);
[all …]
H A Dintel.c724 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params()
790 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare()
843 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free()
885 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_get_sdw_stream()
897 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_trigger()
964 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_component_dais_suspend()
998 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai()
1035 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai()
H A Dintel.h48 struct sdw_cdns *cdns;
76 struct sdw_cdns cdns;