Searched refs:sdw_cdns (Results 1 – 4 of 4) sorted by relevance
/drivers/soundwire/ |
D | cadence_master.h | 123 struct sdw_cdns { struct 157 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus) argument 161 int sdw_cdns_probe(struct sdw_cdns *cdns); 167 int sdw_cdns_init(struct sdw_cdns *cdns); 168 int sdw_cdns_pdi_init(struct sdw_cdns *cdns, 170 int sdw_cdns_exit_reset(struct sdw_cdns *cdns); 171 int sdw_cdns_enable_interrupt(struct sdw_cdns *cdns, bool state); 173 bool sdw_cdns_is_clock_stop(struct sdw_cdns *cdns); 174 int sdw_cdns_clock_stop(struct sdw_cdns *cdns, bool block_wake); 175 int sdw_cdns_clock_restart(struct sdw_cdns *cdns, bool bus_reset); [all …]
|
D | cadence_master.c | 199 static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset) in cdns_readl() 204 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel() 209 static inline void cdns_updatel(struct sdw_cdns *cdns, in cdns_updatel() 219 static int cdns_set_wait(struct sdw_cdns *cdns, int offset, u32 mask, u32 value) in cdns_set_wait() 237 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit() 249 static int cdns_config_update(struct sdw_cdns *cdns) in cdns_config_update() 273 static ssize_t cdns_sprintf(struct sdw_cdns *cdns, in cdns_sprintf() 282 struct sdw_cdns *cdns = s->private; in cdns_reg_show() 357 struct sdw_cdns *cdns = data; in cdns_hw_reset() 377 struct sdw_cdns *cdns = data; in cdns_parity_error_injection() [all …]
|
D | intel.h | 36 struct sdw_cdns *cdns; 41 struct sdw_cdns cdns;
|
D | intel.c | 759 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_pre_bank_switch() 773 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_post_bank_switch() 817 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_startup() 835 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() 920 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare() 968 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() 1005 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_shutdown() 1087 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai() 1130 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai() 1269 struct sdw_cdns *cdns; in intel_link_probe() [all …]
|