Home
last modified time | relevance | path

Searched refs:fw_missing (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/codecs/
H A Dcs35l56-shared.c670 bool *fw_missing, unsigned int *fw_version) in cs35l56_read_prot_status() argument
681 *fw_missing = !!(prot_status & CS35L56_FIRMWARE_MISSING); in cs35l56_read_prot_status()
697 bool fw_missing; in cs35l56_hw_init() local
758 ret = cs35l56_read_prot_status(cs35l56_base, &fw_missing, &fw_ver); in cs35l56_hw_init()
764 fw_ver >> 16, (fw_ver >> 8) & 0xff, fw_ver & 0xff, !fw_missing); in cs35l56_hw_init()
/linux/include/sound/
H A Dcs35l56.h303 bool *fw_missing, unsigned int *fw_version);