ext_ops           287 include/sound/hdaudio.h 	const struct hdac_ext_bus_ops *ext_ops;
ext_ops             9 include/sound/hdaudio_ext.h 		      const struct hdac_ext_bus_ops *ext_ops);
ext_ops           442 include/uapi/sound/asoc.h 	struct snd_soc_tplg_io_ops ext_ops;
ext_ops            31 sound/hda/ext/hdac_ext_bus.c 			const struct hdac_ext_bus_ops *ext_ops)
ext_ops            39 sound/hda/ext/hdac_ext_bus.c 	bus->ext_ops = ext_ops;
ext_ops            89 sound/pci/hda/hda_bind.c 	if (codec->bus->core.ext_ops) {
ext_ops            90 sound/pci/hda/hda_bind.c 		if (WARN_ON(!codec->bus->core.ext_ops->hdev_attach))
ext_ops            92 sound/pci/hda/hda_bind.c 		return codec->bus->core.ext_ops->hdev_attach(&codec->core);
ext_ops           149 sound/pci/hda/hda_bind.c 	if (codec->bus->core.ext_ops) {
ext_ops           150 sound/pci/hda/hda_bind.c 		if (WARN_ON(!codec->bus->core.ext_ops->hdev_detach))
ext_ops           152 sound/pci/hda/hda_bind.c 		return codec->bus->core.ext_ops->hdev_detach(&codec->core);
ext_ops           863 sound/soc/intel/skylake/skl.c 	struct hdac_ext_bus_ops *ext_ops = NULL;
ext_ops           888 sound/soc/intel/skylake/skl.c 	ext_ops = snd_soc_hdac_hda_get_ops();
ext_ops           890 sound/soc/intel/skylake/skl.c 	snd_hdac_ext_bus_init(bus, &pci->dev, &bus_core_ops, ext_ops);
ext_ops           585 sound/soc/soc-topology.c 	const struct snd_soc_tplg_bytes_ext_ops *ext_ops;
ext_ops           604 sound/soc/soc-topology.c 		ext_ops = tplg->bytes_ext_ops;
ext_ops           608 sound/soc/soc-topology.c 			    ext_ops[i].id == le32_to_cpu(be->ext_ops.put))
ext_ops           609 sound/soc/soc-topology.c 				sbe->put = ext_ops[i].put;
ext_ops           611 sound/soc/soc-topology.c 			    ext_ops[i].id == le32_to_cpu(be->ext_ops.get))
ext_ops           612 sound/soc/soc-topology.c 				sbe->get = ext_ops[i].get;