Searched refs:ext_ops (Results 1 – 7 of 7) sorted by relevance
93 if (codec->bus->core.ext_ops) { in hda_codec_driver_probe()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()153 if (codec->bus->core.ext_ops) { in hda_codec_driver_remove()154 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()
31 const struct hdac_ext_bus_ops *ext_ops) in snd_hdac_ext_bus_init() argument39 bus->ext_ops = ext_ops; in snd_hdac_ext_bus_init()
9 const struct hdac_ext_bus_ops *ext_ops);
289 const struct hdac_ext_bus_ops *ext_ops; member
862 struct hdac_ext_bus_ops *ext_ops = NULL; in skl_create() local887 ext_ops = snd_soc_hdac_hda_get_ops(); in skl_create()889 snd_hdac_ext_bus_init(bus, &pci->dev, NULL, ext_ops); in skl_create()
508 const struct snd_soc_tplg_bytes_ext_ops *ext_ops; in soc_tplg_kcontrol_bind_io() local538 ext_ops = tplg->bytes_ext_ops; in soc_tplg_kcontrol_bind_io()542 ext_ops[i].id == le32_to_cpu(be->ext_ops.put)) in soc_tplg_kcontrol_bind_io()543 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io()545 ext_ops[i].id == le32_to_cpu(be->ext_ops.get)) in soc_tplg_kcontrol_bind_io()546 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
448 struct snd_soc_tplg_io_ops ext_ops; member