Home
last modified time | relevance | path

Searched refs:snd_hdac_bus_exec_verb_unlocked (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/hda/
Dhdac_bus.c58 err = snd_hdac_bus_exec_verb_unlocked(bus, addr, cmd, res); in snd_hdac_bus_exec_verb()
72 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr, in snd_hdac_bus_exec_verb_unlocked() function
101 EXPORT_SYMBOL_GPL(snd_hdac_bus_exec_verb_unlocked);
/linux-4.1.27/include/sound/
Dhdaudio.h207 int snd_hdac_bus_exec_verb_unlocked(struct hdac_bus *bus, unsigned int addr,
/linux-4.1.27/sound/pci/hda/
Dhda_codec.c144 err = snd_hdac_bus_exec_verb_unlocked(&bus->core, codec->core.addr, in codec_exec_verb()