Lines Matching refs:link_res

25 	void __iomem *shim_vs = sdw->link_res->shim_vs;  in intel_shim_vs_init()
40 shim_vs = sdw->link_res->shim_vs; in intel_shim_check_wake()
48 void __iomem *shim_vs = sdw->link_res->shim_vs; in intel_shim_wake()
74 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_up()
79 mutex_lock(sdw->link_res->shim_lock); in intel_link_power_up()
90 ret = hdac_bus_eml_sdw_set_syncprd_unlocked(sdw->link_res->hbus, syncprd); in intel_link_power_up()
98 ret = hdac_bus_eml_sdw_power_up_unlocked(sdw->link_res->hbus, link_id); in intel_link_power_up()
107 ret = hdac_bus_eml_sdw_wait_syncpu_unlocked(sdw->link_res->hbus); in intel_link_power_up()
122 mutex_unlock(sdw->link_res->shim_lock); in intel_link_power_up()
129 u32 *shim_mask = sdw->link_res->shim_mask; in intel_link_power_down()
133 mutex_lock(sdw->link_res->shim_lock); in intel_link_power_down()
139 ret = hdac_bus_eml_sdw_power_down_unlocked(sdw->link_res->hbus, link_id); in intel_link_power_down()
150 mutex_unlock(sdw->link_res->shim_lock); in intel_link_power_down()
159 mutex_lock(sdw->link_res->shim_lock); in intel_sync_arm()
161 hdac_bus_eml_sdw_sync_arm_unlocked(sdw->link_res->hbus, link_id); in intel_sync_arm()
163 mutex_unlock(sdw->link_res->shim_lock); in intel_sync_arm()
170 ret = hdac_bus_eml_sdw_sync_go_unlocked(sdw->link_res->hbus); in intel_sync_go_unlocked()
181 mutex_lock(sdw->link_res->shim_lock); in intel_sync_go()
185 mutex_unlock(sdw->link_res->shim_lock); in intel_sync_go()
192 return hdac_bus_eml_sdw_check_cmdsync_unlocked(sdw->link_res->hbus); in intel_check_cmdsync_unlocked()
202 struct sdw_intel_link_res *res = sdw->link_res; in intel_params_stream()
223 struct sdw_intel_link_res *res = sdw->link_res; in intel_free_stream()
425 struct sdw_intel_link_res *res = sdw->link_res; in intel_trigger()
493 void __iomem *shim = sdw->link_res->shim; in intel_pdi_init()
510 void __iomem *shim = sdw->link_res->shim; in intel_pdi_get_ch_cap()
640 ret = hdac_bus_eml_sdw_set_lsdiid(sdw->link_res->hbus, sdw->instance, dev_num); in intel_program_sdi()