Searched refs:sdw_cdns (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/soundwire/ |
| D | cadence_master.h | 130 struct sdw_cdns { struct 151 #define bus_to_cdns(_bus) container_of(_bus, struct sdw_cdns, bus) argument 155 int sdw_cdns_probe(struct sdw_cdns *cdns); 161 int sdw_cdns_init(struct sdw_cdns *cdns); 162 int sdw_cdns_pdi_init(struct sdw_cdns *cdns, 164 int sdw_cdns_enable_interrupt(struct sdw_cdns *cdns); 167 void sdw_cdns_debugfs_init(struct sdw_cdns *cdns, struct dentry *root); 170 int sdw_cdns_get_stream(struct sdw_cdns *cdns, 173 int sdw_cdns_alloc_stream(struct sdw_cdns *cdns, 176 void sdw_cdns_config_stream(struct sdw_cdns *cdns, struct sdw_cdns_port *port,
|
| D | cadence_master.c | 194 static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset) in cdns_readl() 199 static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value) in cdns_writel() 204 static inline void cdns_updatel(struct sdw_cdns *cdns, in cdns_updatel() 214 static int cdns_clear_bit(struct sdw_cdns *cdns, int offset, u32 value) in cdns_clear_bit() 241 static ssize_t cdns_sprintf(struct sdw_cdns *cdns, in cdns_sprintf() 250 struct sdw_cdns *cdns = s->private; in cdns_reg_show() 332 void sdw_cdns_debugfs_init(struct sdw_cdns *cdns, struct dentry *root) in sdw_cdns_debugfs_init() 344 cdns_fill_msg_resp(struct sdw_cdns *cdns, in cdns_fill_msg_resp() 379 _cdns_xfer_msg(struct sdw_cdns *cdns, struct sdw_msg *msg, int cmd, in _cdns_xfer_msg() 424 cdns_program_scp_addr(struct sdw_cdns *cdns, struct sdw_msg *msg) in cdns_program_scp_addr() [all …]
|
| D | intel.c | 103 struct sdw_cdns cdns; 545 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_pre_bank_switch() 564 struct sdw_cdns *cdns = bus_to_cdns(bus); in intel_post_bank_switch() 609 struct sdw_cdns *cdns = &sdw->cdns; in intel_alloc_port() 670 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_params() 766 struct sdw_cdns *cdns = snd_soc_dai_get_drvdata(dai); in intel_hw_free() 827 static int intel_create_dai(struct sdw_cdns *cdns, in intel_create_dai() 888 struct sdw_cdns *cdns = &sdw->cdns; in intel_register_dai()
|