Home
last modified time | relevance | path

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

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