/kernel/linux/linux-6.6/sound/hda/ext/ |
H A D | hdac_ext_bus.c | 25 * @ext_ops: operators used for ASoC HDA codec drivers 31 const struct hdac_ext_bus_ops *ext_ops) in snd_hdac_ext_bus_init() 39 bus->ext_ops = ext_ops; in snd_hdac_ext_bus_init() 29 snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev, const struct hdac_bus_ops *ops, const struct hdac_ext_bus_ops *ext_ops) snd_hdac_ext_bus_init() argument
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_bind.c | 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() 154 if (codec->bus->core.ext_ops) { in hda_codec_driver_remove() 155 if (WARN_ON(!codec->bus->core.ext_ops->hdev_detach)) in hda_codec_driver_remove() 157 return codec->bus->core.ext_ops->hdev_detach(&codec->core); in hda_codec_driver_remove()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_bind.c | 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() 154 if (codec->bus->core.ext_ops) { in hda_codec_driver_remove() 155 if (WARN_ON(!codec->bus->core.ext_ops->hdev_detach)) in hda_codec_driver_remove() 157 return codec->bus->core.ext_ops->hdev_detach(&codec->core); in hda_codec_driver_remove()
|
/kernel/linux/linux-5.10/sound/hda/ext/ |
H A D | hdac_ext_bus.c | 25 * @ext_ops: operators used for ASoC HDA codec drivers 31 const struct hdac_ext_bus_ops *ext_ops) in snd_hdac_ext_bus_init() 39 bus->ext_ops = ext_ops; in snd_hdac_ext_bus_init() 29 snd_hdac_ext_bus_init(struct hdac_bus *bus, struct device *dev, const struct hdac_bus_ops *ops, const struct hdac_ext_bus_ops *ext_ops) snd_hdac_ext_bus_init() argument
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio_ext.h | 9 const struct hdac_ext_bus_ops *ext_ops);
|
H A D | hdaudio.h | 287 const struct hdac_ext_bus_ops *ext_ops; member
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl.c | 862 struct hdac_ext_bus_ops *ext_ops = NULL; in skl_create() local 887 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()
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl.c | 872 struct hdac_ext_bus_ops *ext_ops = NULL; in skl_create() local 897 ext_ops = snd_soc_hdac_hda_get_ops(); in skl_create() 899 snd_hdac_ext_bus_init(bus, &pci->dev, NULL, ext_ops); in skl_create()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-topology.c | 576 const struct snd_soc_tplg_bytes_ext_ops *ext_ops; in soc_tplg_kcontrol_bind_io() local 607 ext_ops = tplg->bytes_ext_ops; in soc_tplg_kcontrol_bind_io() 611 ext_ops[i].id == le32_to_cpu(be->ext_ops.put)) in soc_tplg_kcontrol_bind_io() 612 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io() 614 ext_ops[i].id == le32_to_cpu(be->ext_ops.get)) in soc_tplg_kcontrol_bind_io() 615 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-topology.c | 474 const struct snd_soc_tplg_bytes_ext_ops *ext_ops; in soc_tplg_kcontrol_bind_io() local 505 ext_ops = tplg->bytes_ext_ops; in soc_tplg_kcontrol_bind_io() 509 ext_ops[i].id == le32_to_cpu(be->ext_ops.put)) in soc_tplg_kcontrol_bind_io() 510 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io() 512 ext_ops[i].id == le32_to_cpu(be->ext_ops.get)) in soc_tplg_kcontrol_bind_io() 513 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio_ext.h | 11 const struct hdac_ext_bus_ops *ext_ops);
|
H A D | hdaudio.h | 293 const struct hdac_ext_bus_ops *ext_ops; member
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asoc.h | 442 struct snd_soc_tplg_io_ops ext_ops; member
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asoc.h | 444 struct snd_soc_tplg_io_ops ext_ops; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asoc.h | 269 struct snd_soc_tplg_io_ops ext_ops; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asoc.h | 282 struct snd_soc_tplg_io_ops ext_ops; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asoc.h | 282 struct snd_soc_tplg_io_ops ext_ops; member
|