Searched refs:sdw_cdns (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/soundwire/ |
D | cadence_master.h | 123 struct sdw_cdns { struct 162 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus) argument 166 int sdw_cdns_probe(struct sdw_cdns *cdns); 171 int sdw_cdns_init(struct sdw_cdns *cdns); 172 int sdw_cdns_pdi_init(struct sdw_cdns *cdns, 174 int sdw_cdns_exit_reset(struct sdw_cdns *cdns); 175 int sdw_cdns_enable_interrupt(struct sdw_cdns *cdns, bool state); 177 bool sdw_cdns_is_clock_stop(struct sdw_cdns *cdns); 178 int sdw_cdns_clock_stop(struct sdw_cdns *cdns, bool block_wake); 179 int sdw_cdns_clock_restart(struct sdw_cdns *cdns, bool bus_reset); [all …]
|
D | cadence_master.c | 204 static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset) in cdns_readl() 209 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel() 214 static inline u32 cdns_ip_readl(struct sdw_cdns *cdns, int offset) in cdns_ip_readl() 219 static inline void cdns_ip_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_ip_writel() 224 static inline void cdns_updatel(struct sdw_cdns *cdns, in cdns_updatel() 234 static inline void cdns_ip_updatel(struct sdw_cdns *cdns, in cdns_ip_updatel() 240 static int cdns_set_wait(struct sdw_cdns *cdns, int offset, u32 mask, u32 value) in cdns_set_wait() 258 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit() 270 static int cdns_config_update(struct sdw_cdns *cdns) in cdns_config_update() 291 void sdw_cdns_config_update(struct sdw_cdns *cdns) in sdw_cdns_config_update() [all …]
|
D | intel_bus_common.c | 15 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus() 72 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus_after_reset() 176 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus_after_clock_stop() 202 struct sdw_cdns *cdns = &sdw->cdns; in intel_stop_bus() 239 struct sdw_cdns *cdns = &sdw->cdns; in intel_pre_bank_switch() 253 struct sdw_cdns *cdns = &sdw->cdns; in intel_post_bank_switch()
|
D | intel_auxdevice.c | 80 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_pre_bank_switch() 88 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_post_bank_switch() 98 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_new_peripheral_assigned() 295 struct sdw_cdns *cdns; in intel_link_probe() 370 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_startup() 481 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_remove() 560 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_pm_prepare() 620 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_suspend() 665 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_suspend_runtime() 704 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_resume() [all …]
|
D | intel_ace2x.c | 309 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() 380 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare() 425 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() 467 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_get_sdw_stream() 479 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_trigger() 602 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai() 639 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai()
|
D | intel.c | 724 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() 791 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare() 844 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() 886 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_get_sdw_stream() 898 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_trigger() 965 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_component_dais_suspend() 999 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai() 1036 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai()
|
D | intel.h | 46 struct sdw_cdns *cdns; 52 struct sdw_cdns cdns;
|