Home
last modified time | relevance | path

Searched refs:lazy_cache (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dhda_bind.c135 codec->core.lazy_cache = true; in hda_codec_driver_probe()
/openbmc/linux/sound/soc/codecs/
H A Dhda.c246 codec->core.lazy_cache = true; in hda_codec_probe()
H A Dhdac_hda.c483 hcodec->core.lazy_cache = true; in hdac_hda_codec_probe()
/openbmc/linux/sound/hda/
H A Dhdac_regmap.c296 return codec->lazy_cache ? 0 : -EAGAIN; in hda_reg_write()
/openbmc/linux/include/sound/
H A Dhdaudio.h95 bool lazy_cache:1; /* don't wake up for writes */ member