Searched defs:cs35l56_base (Results 1 – 2 of 2) sorted by relevance
21 int cs35l56_set_patch(struct cs35l56_base *cs35l56_base) in cs35l56_set_patch()197 int cs35l56_mbox_send(struct cs35l56_base *cs35l56_base, unsigned int command) in cs35l56_mbox_send()215 int cs35l56_firmware_shutdown(struct cs35l56_base *cs35l56_base) in cs35l56_firmware_shutdown()241 int cs35l56_wait_for_firmware_boot(struct cs35l56_base *cs35l56_base) in cs35l56_wait_for_firmware_boot()292 void cs35l56_system_reset(struct cs35l56_base *cs35l56_base, bool is_soundwire) in cs35l56_system_reset()312 int cs35l56_irq_request(struct cs35l56_base *cs35l56_base, int irq) in cs35l56_irq_request()333 struct cs35l56_base *cs35l56_base = data; in cs35l56_irq() local398 int cs35l56_is_fw_reload_needed(struct cs35l56_base *cs35l56_base) in cs35l56_is_fw_reload_needed()449 int cs35l56_runtime_suspend_common(struct cs35l56_base *cs35l56_base) in cs35l56_runtime_suspend_common()498 int cs35l56_runtime_resume_common(struct cs35l56_base *cs35l56_base, bool is_soundwire) in cs35l56_runtime_resume_common()[all …]
255 struct cs35l56_base { struct275 int cs35l56_set_patch(struct cs35l56_base *cs35l56_base); argument