Home
last modified time | relevance | path

Searched refs:hdev_detach (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/sound/pci/hda/
Dhda_bind.c146 if (WARN_ON(!codec->bus->core.ext_ops->hdev_detach)) in hda_codec_driver_remove()
148 return codec->bus->core.ext_ops->hdev_detach(&codec->core); in hda_codec_driver_remove()
/Linux-v5.4/sound/soc/codecs/
Dhdac_hda.c507 .hdev_detach = hdac_hda_dev_remove,
/Linux-v5.4/include/sound/
Dhdaudio.h249 int (*hdev_detach)(struct hdac_device *hdev); member