Searched refs:elid (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/include/sound/ |
| H A D | hda-mlink.h | 17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid); 20 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid); 25 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid); 31 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid); 37 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink); 61 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid); 79 hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) { return 0; } in hdac_bus_eml_get_count() argument 103 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked() argument 130 hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up() argument 196 hdac_bus_eml_set_mic_privacy_mask(struct hdac_bus *bus, bool alt, int elid, in hdac_bus_eml_set_mic_privacy_mask() argument [all …]
|
| /linux-6.15/sound/soc/sof/intel/ |
| H A D | hda-mlink.c | 57 int elid; member 153 switch (h2link->elid) { in hdaml_lnk_enum() 186 link_idx, h2link->elid); in hdaml_lnk_enum() 476 if (h2link->alt == alt && h2link->elid == elid) in find_ext2_link() 487 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_get_count() 500 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_enable_interrupt_unlocked() 518 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_enable_interrupt() 540 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_check_interrupt() 722 sublink, alt, elid); in hdac_bus_eml_power_up_base() 1045 elid, h2link->slcount, mask); in hdac_bus_eml_set_mic_privacy_mask() [all …]
|
| H A D | ptl.c | 22 int elid) in sof_ptl_check_mic_privacy_irq() argument 24 if (!alt || elid != AZX_REG_ML_LEPTR_ID_SDW) in sof_ptl_check_mic_privacy_irq() 27 return hdac_bus_eml_is_mic_privacy_changed(sof_to_bus(sdev), alt, elid); in sof_ptl_check_mic_privacy_irq() 50 int elid) in sof_ptl_process_mic_privacy() argument 54 if (!alt || elid != AZX_REG_ML_LEPTR_ID_SDW) in sof_ptl_process_mic_privacy()
|
| H A D | shim.h | 196 bool (*check_mic_privacy_irq)(struct snd_sof_dev *sdev, bool alt, int elid); 197 void (*process_mic_privacy)(struct snd_sof_dev *sdev, bool alt, int elid);
|
| /linux-6.15/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_dx.h | 1132 uint32 elid; member
|