Lines Matching defs: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_unlocked(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt_unlocked()
502 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt()
524 bool hdac_bus_eml_check_interrupt(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_check_interrupt()
542 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked()
562 int hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd) in hdac_bus_eml_sdw_set_syncprd_unlocked()
568 int hdac_bus_eml_wait_syncpu_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_wait_syncpu_unlocked()
586 int hdac_bus_eml_sdw_wait_syncpu_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_wait_syncpu_unlocked()
592 void hdac_bus_eml_sync_arm_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_sync_arm_unlocked()
610 void hdac_bus_eml_sdw_sync_arm_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_sync_arm_unlocked()
616 int hdac_bus_eml_sync_go_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_sync_go_unlocked()
636 int hdac_bus_eml_sdw_sync_go_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_sync_go_unlocked()
642 bool hdac_bus_eml_check_cmdsync_unlocked(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_check_cmdsync_unlocked()
665 bool hdac_bus_eml_sdw_check_cmdsync_unlocked(struct hdac_bus *bus) in hdac_bus_eml_sdw_check_cmdsync_unlocked()
671 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()
707 int hdac_bus_eml_power_up(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up()
713 int hdac_bus_eml_power_up_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_up_unlocked()
719 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()
754 int hdac_bus_eml_power_down(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_down()
760 int hdac_bus_eml_power_down_unlocked(struct hdac_bus *bus, bool alt, int elid, int sublink) in hdac_bus_eml_power_down_unlocked()
766 int hdac_bus_eml_sdw_power_up_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_power_up_unlocked()
772 int hdac_bus_eml_sdw_power_down_unlocked(struct hdac_bus *bus, int sublink) in hdac_bus_eml_sdw_power_down_unlocked()
778 int hdac_bus_eml_sdw_get_lsdiid_unlocked(struct hdac_bus *bus, int sublink, u16 *lsdiid) in hdac_bus_eml_sdw_get_lsdiid_unlocked()
794 int hdac_bus_eml_sdw_set_lsdiid(struct hdac_bus *bus, int sublink, int dev_num) in hdac_bus_eml_sdw_set_lsdiid()
818 int hdac_bus_eml_sdw_map_stream_ch(struct hdac_bus *bus, int sublink, int y, in hdac_bus_eml_sdw_map_stream_ch()
858 void hda_bus_ml_put_all(struct hdac_bus *bus) in hda_bus_ml_put_all()
871 void hda_bus_ml_reset_losidv(struct hdac_bus *bus) in hda_bus_ml_reset_losidv()
881 int hda_bus_ml_resume(struct hdac_bus *bus) in hda_bus_ml_resume()
900 int hda_bus_ml_suspend(struct hdac_bus *bus) in hda_bus_ml_suspend()
918 struct mutex *hdac_bus_eml_get_mutex(struct hdac_bus *bus, bool alt, int elid) in hdac_bus_eml_get_mutex()
930 struct hdac_ext_link *hdac_bus_eml_ssp_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_ssp_get_hlink()
942 struct hdac_ext_link *hdac_bus_eml_dmic_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_dmic_get_hlink()
954 struct hdac_ext_link *hdac_bus_eml_sdw_get_hlink(struct hdac_bus *bus) in hdac_bus_eml_sdw_get_hlink()
966 int hdac_bus_eml_enable_offload(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_offload()