hdev_detach       251 include/sound/hdaudio.h 	int (*hdev_detach)(struct hdac_device *hdev);
hdev_detach       150 sound/pci/hda/hda_bind.c 		if (WARN_ON(!codec->bus->core.ext_ops->hdev_detach))
hdev_detach       152 sound/pci/hda/hda_bind.c 		return codec->bus->core.ext_ops->hdev_detach(&codec->core);
hdev_detach       509 sound/soc/codecs/hdac_hda.c 	.hdev_detach = hdac_hda_dev_remove,