Searched refs:sdw_cdns (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/soundwire/ |
| H A D | cadence_master.h | 124 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 D | cadence_master.c | 206 static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset) in cdns_readl() 211 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel() 216 static inline u32 cdns_ip_readl(struct sdw_cdns *cdns, int offset) in cdns_ip_readl() 221 static inline void cdns_ip_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_ip_writel() 226 static inline void cdns_updatel(struct sdw_cdns *cdns, in cdns_updatel() 236 static inline void cdns_ip_updatel(struct sdw_cdns *cdns, in cdns_ip_updatel() 242 static int cdns_set_wait(struct sdw_cdns *cdns, int offset, u32 mask, u32 value) in cdns_set_wait() 260 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit() 272 static int cdns_config_update(struct sdw_cdns *cdns) in cdns_config_update() 293 void sdw_cdns_config_update(struct sdw_cdns *cdns) in sdw_cdns_config_update() [all …]
|
| H A D | intel_bus_common.c | 15 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus() 78 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus_after_reset() 182 struct sdw_cdns *cdns = &sdw->cdns; in intel_start_bus_after_clock_stop() 208 struct sdw_cdns *cdns = &sdw->cdns; in intel_stop_bus() 245 struct sdw_cdns *cdns = &sdw->cdns; in intel_pre_bank_switch() 259 struct sdw_cdns *cdns = &sdw->cdns; in intel_post_bank_switch()
|
| H A D | intel_auxdevice.c | 87 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_bpt_send_async() 97 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_bpt_wait() 107 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_pre_bank_switch() 115 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_post_bank_switch() 125 struct sdw_cdns *cdns = bus_to_cdns(bus); in generic_new_peripheral_assigned() 308 struct sdw_cdns *cdns; in intel_link_probe() 380 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_startup() 491 struct sdw_cdns *cdns = auxiliary_get_drvdata(auxdev); in intel_link_remove() 570 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_pm_prepare() 630 struct sdw_cdns *cdns = dev_get_drvdata(dev); in intel_suspend() [all …]
|
| H A D | intel_ace2x.c | 52 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_open_stream() 290 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_close_stream() 323 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_send_async() 367 struct sdw_cdns *cdns = &sdw->cdns; in intel_ace2x_bpt_wait() 699 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() 769 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_prepare() 814 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() 856 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_get_sdw_stream() 868 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_trigger() 991 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai() [all …]
|
| H A D | intel.c | 724 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 D | intel.h | 48 struct sdw_cdns *cdns; 76 struct sdw_cdns cdns;
|