Home
last modified time | relevance | path

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

/linux-5.19.10/sound/pci/hda/
Dhda_bind.c136 codec->core.lazy_cache = true; in hda_codec_driver_probe()
/linux-5.19.10/sound/hda/
Dhdac_regmap.c297 return codec->lazy_cache ? 0 : -EAGAIN; in hda_reg_write()
/linux-5.19.10/sound/soc/codecs/
Dhdac_hda.c483 hcodec->core.lazy_cache = true; in hdac_hda_codec_probe()
/linux-5.19.10/include/sound/
Dhdaudio.h93 bool lazy_cache:1; /* don't wake up for writes */ member