Lines Matching defs:cs35l56_base
294 struct cs35l56_base {
319 static inline int cs35l56_init_config_for_spi(struct cs35l56_base *cs35l56,
331 static inline bool cs35l56_is_spi(struct cs35l56_base *cs35l56)
347 int cs35l56_set_patch(struct cs35l56_base *cs35l56_base);
348 int cs35l56_mbox_send(struct cs35l56_base *cs35l56_base, unsigned int command);
349 int cs35l56_firmware_shutdown(struct cs35l56_base *cs35l56_base);
350 int cs35l56_wait_for_firmware_boot(struct cs35l56_base *cs35l56_base);
353 void cs35l56_system_reset(struct cs35l56_base *cs35l56_base, bool is_soundwire);
354 int cs35l56_irq_request(struct cs35l56_base *cs35l56_base, int irq);
356 int cs35l56_is_fw_reload_needed(struct cs35l56_base *cs35l56_base);
357 int cs35l56_runtime_suspend_common(struct cs35l56_base *cs35l56_base);
358 int cs35l56_runtime_resume_common(struct cs35l56_base *cs35l56_base, bool is_soundwire);
359 void cs35l56_init_cs_dsp(struct cs35l56_base *cs35l56_base, struct cs_dsp *cs_dsp);
360 int cs35l56_get_calibration(struct cs35l56_base *cs35l56_base);
361 int cs35l56_read_prot_status(struct cs35l56_base *cs35l56_base,
363 void cs35l56_log_tuning(struct cs35l56_base *cs35l56_base, struct cs_dsp *cs_dsp);
364 int cs35l56_hw_init(struct cs35l56_base *cs35l56_base);
365 int cs35l56_get_speaker_id(struct cs35l56_base *cs35l56_base);