Lines Matching refs:hdac_bus

378 static int hda_ml_alloc_h2link(struct hdac_bus *bus, int index)  in hda_ml_alloc_h2link()
415 int hda_bus_ml_init(struct hdac_bus *bus) in hda_bus_ml_init()
439 void hda_bus_ml_free(struct hdac_bus *bus) in hda_bus_ml_free()
458 find_ext2_link(struct hdac_bus *bus, bool alt, int 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()
484 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt()
506 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_check_interrupt()
524 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked()
544 int hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd) in hdac_bus_eml_sdw_set_syncprd_unlocked()
550 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked()
568 int hdac_bus_eml_sdw_wait_syncpu_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_wait_syncpu_unlocked()
574 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_sync_arm_unlocked()
592 void hdac_bus_eml_sdw_sync_arm_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_sync_arm_unlocked()
598 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_sync_go_unlocked()
618 int hdac_bus_eml_sdw_sync_go_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_sync_go_unlocked()
624 bool hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_check_cmdsync_unlocked()
647 bool hdac_bus_eml_sdw_check_cmdsync_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_check_cmdsync_unlocked()
653 static int hdac_bus_eml_power_up_base(struct hdac_bus *bus, bool alt, int elid, int sublink, in hdac_bus_eml_power_up_base()
689 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up()
695 int hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up_unlocked()
701 static int hdac_bus_eml_power_down_base(struct hdac_bus *bus, bool alt, int elid, int sublink, in hdac_bus_eml_power_down_base()
736 int hdac_bus_eml_power_down(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_down()
742 int hdac_bus_eml_power_down_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_down_unlocked()
748 int hdac_bus_eml_sdw_power_up_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_power_up_unlocked()
754 int hdac_bus_eml_sdw_power_down_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_power_down_unlocked()
760 int hdac_bus_eml_sdw_get_lsdiid_unlocked(struct hdac_bus *bus, int sublink, u16 *lsdiid) in hdac_bus_eml_sdw_get_lsdiid_unlocked()
776 int hdac_bus_eml_sdw_set_lsdiid(struct hdac_bus *bus, int sublink, int dev_num) in hdac_bus_eml_sdw_set_lsdiid()
800 int hdac_bus_eml_sdw_map_stream_ch(struct hdac_bus *bus, int sublink, int y, in hdac_bus_eml_sdw_map_stream_ch()
840 void hda_bus_ml_put_all(struct hdac_bus *bus) in hda_bus_ml_put_all()
853 void hda_bus_ml_reset_losidv(struct hdac_bus *bus) in hda_bus_ml_reset_losidv()
863 int hda_bus_ml_resume(struct hdac_bus *bus) in hda_bus_ml_resume()
882 int hda_bus_ml_suspend(struct hdac_bus *bus) in hda_bus_ml_suspend()
900 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_get_mutex()
912 struct hdac_ext_link *hdac_bus_eml_ssp_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_ssp_get_hlink()
924 struct hdac_ext_link *hdac_bus_eml_dmic_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_dmic_get_hlink()
936 struct hdac_ext_link *hdac_bus_eml_sdw_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_sdw_get_hlink()
948 int hdac_bus_eml_enable_offload(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_offload()