Home
last modified time | relevance | path

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

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