Home
last modified time | relevance | path

Searched refs:nid (Results 1 – 6 of 6) sorted by relevance

/qemu/hw/audio/
H A Dhda-codec-common.h191 .nid = AC_NODE_ROOT,
196 .nid = 1,
201 .nid = 2,
207 .nid = 3,
284 .nid = AC_NODE_ROOT,
289 .nid = 1,
294 .nid = 2,
300 .nid = 3,
312 .nid = 4,
319 .nid = 5,
[all …]
H A Dhda-codec.c40 uint32_t nid; member
69 static const desc_node* hda_codec_find_node(const desc_codec *codec, uint32_t nid) in hda_codec_find_node() argument
74 if (codec->nodes[i].nid == nid) { in hda_codec_find_node()
508 static void hda_audio_command(HDACodecDevice *hda, uint32_t nid, uint32_t data) in hda_audio_command() argument
526 node = hda_codec_find_node(a->desc, nid); in hda_audio_command()
531 __func__, nid, node->name, verb, payload); in hda_audio_command()
664 __func__, nid, node ? node->name : "?", verb, payload); in hda_audio_command()
H A Dintel-hda.h36 void (*command)(HDACodecDevice *dev, uint32_t nid, uint32_t data);
H A Dintel-hda.c283 uint32_t cad, nid, data; in intel_hda_send_command() local
293 nid = (verb >> 20) & 0x7f; in intel_hda_send_command()
302 cdc->command(codec, nid, data); in intel_hda_send_command()
/qemu/hw/riscv/
H A Dtrace-events9 riscv_iommu_mrif_notification(const char *id, uint32_t nid, uint64_t phys) "%s: sent MRIF notificat…
/qemu/include/hw/xen/interface/
H A Dmemory.h695 unsigned int nid; member