Searched refs:ext_ops (Results 1 – 5 of 5) sorted by relevance
93 const struct hdac_ext_bus_ops *ext_ops) in snd_hdac_ext_bus_init() argument106 bus->ext_ops = ext_ops; in snd_hdac_ext_bus_init()
10 const struct hdac_ext_bus_ops *ext_ops);
304 const struct hdac_ext_bus_ops *ext_ops; member
545 const struct snd_soc_tplg_bytes_ext_ops *ext_ops; in soc_tplg_kcontrol_bind_io() local564 ext_ops = tplg->bytes_ext_ops; in soc_tplg_kcontrol_bind_io()567 if (!sbe->put && ext_ops[i].id == be->ext_ops.put) in soc_tplg_kcontrol_bind_io()568 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io()569 if (!sbe->get && ext_ops[i].id == be->ext_ops.get) in soc_tplg_kcontrol_bind_io()570 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
442 struct snd_soc_tplg_io_ops ext_ops; member