Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_bind.c94 if (WARN_ON(!codec->bus->core.ext_ops->hdev_attach)) in hda_codec_driver_probe()
96 return codec->bus->core.ext_ops->hdev_attach(&codec->core); in hda_codec_driver_probe()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hda.c621 .hdev_attach = hdac_hda_dev_probe,
/OK3568_Linux_fs/kernel/include/sound/
H A Dhdaudio.h250 int (*hdev_attach)(struct hdac_device *hdev); member