Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_bind.c154 if (WARN_ON(!codec->bus->core.ext_ops->hdev_detach)) in hda_codec_driver_remove()
156 return codec->bus->core.ext_ops->hdev_detach(&codec->core); in hda_codec_driver_remove()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hda.c622 .hdev_detach = hdac_hda_dev_remove,
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h251 int (*hdev_detach)(struct hdac_device *hdev); member