Searched refs:cdns_to_intel (Results 1 – 3 of 3) sorted by relevance
94 struct sdw_intel *sdw = cdns_to_intel(cdns); in generic_bpt_send_async()104 struct sdw_intel *sdw = cdns_to_intel(cdns); in generic_bpt_wait()114 struct sdw_intel *sdw = cdns_to_intel(cdns); in generic_pre_bank_switch()122 struct sdw_intel *sdw = cdns_to_intel(cdns); in generic_post_bank_switch()132 struct sdw_intel *sdw = cdns_to_intel(cdns); in generic_new_peripheral_assigned()387 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_link_startup()498 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_link_remove()577 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_pm_prepare()637 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_suspend()685 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_suspend_runtime()[all …]
724 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_hw_params()794 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_prepare()839 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_hw_free()893 struct sdw_intel *sdw = cdns_to_intel(cdns); in intel_trigger()
127 #define cdns_to_intel(_cdns) container_of(_cdns, struct sdw_intel, cdns) macro