Searched refs:hdev_attach (Results 1 – 4 of 4) sorted by relevance
94 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()
386 .hdev_attach = hda_hdev_attach,
635 .hdev_attach = hdac_hda_dev_probe,
256 int (*hdev_attach)(struct hdac_device *hdev); member