Home
last modified time | relevance | path

Searched refs:elid (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/sound/
H A Dhda-mlink.h17 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid);
18 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable);
19 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid);
21 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd);
24 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid);
27 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink);
30 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid);
33 bool hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid);
36 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink);
37 int hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, in
72 hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_get_count() argument
75 hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) hdac_bus_eml_enable_interrupt() argument
78 hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_check_interrupt() argument
81 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) hdac_bus_eml_set_syncprd_unlocked() argument
93 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_wait_syncpu_unlocked() argument
102 hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_sync_arm_unlocked() argument
108 hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_sync_go_unlocked() argument
114 hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_check_cmdsync_unlocked() argument
120 hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_up() argument
126 hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_up_unlocked() argument
132 hdac_bus_eml_power_down(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_down() argument
138 hdac_bus_eml_power_down_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_down_unlocked() argument
177 hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_get_mutex() argument
180 hdac_bus_eml_enable_offload(struct hdac_bus *bus, bool alt, int elid, bool enable) hdac_bus_eml_enable_offload() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/sof/intel/
H A Dhda-mlink.c34 * @elid: extended link ID (AZX_REG_ML_LEPTR_ID_ defines)
55 int elid; member
137 h2link->elid = FIELD_GET(AZX_REG_ML_LEPTR_ID, h2link->leptr); in hdaml_lnk_enum()
142 switch (h2link->elid) { in hdaml_lnk_enum()
175 link_idx, h2link->elid); in hdaml_lnk_enum()
458 find_ext2_link(struct hdac_bus *bus, bool alt, int elid) in find_ext2_link() argument
465 if (h2link->alt == alt && h2link->elid == elid) in find_ext2_link()
472 int hdac_bus_eml_get_count(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_get_count() argument
476 h2link = find_ext2_link(bus, alt, elid); in hdac_bus_eml_get_count()
484 hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) hdac_bus_eml_enable_interrupt() argument
506 hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_check_interrupt() argument
524 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) hdac_bus_eml_set_syncprd_unlocked() argument
550 hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_wait_syncpu_unlocked() argument
574 hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_sync_arm_unlocked() argument
598 hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_sync_go_unlocked() argument
624 hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_check_cmdsync_unlocked() argument
653 hdac_bus_eml_power_up_base(struct hdac_bus *bus, bool alt, int elid, int sublink, bool eml_lock) hdac_bus_eml_power_up_base() argument
689 hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_up() argument
695 hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_up_unlocked() argument
701 hdac_bus_eml_power_down_base(struct hdac_bus *bus, bool alt, int elid, int sublink, bool eml_lock) hdac_bus_eml_power_down_base() argument
736 hdac_bus_eml_power_down(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_down() argument
742 hdac_bus_eml_power_down_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) hdac_bus_eml_power_down_unlocked() argument
900 hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid) hdac_bus_eml_get_mutex() argument
948 hdac_bus_eml_enable_offload(struct hdac_bus *bus, bool alt, int elid, bool enable) hdac_bus_eml_enable_offload() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h1384 uint32 elid; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_dx.h1132 uint32 elid; member

Completed in 10 milliseconds