Searched refs:lock_phy (Results 1 – 6 of 6) sorted by relevance
75 bool (*lock_phy)(struct dmcu *dmcu); member
1051 .lock_phy = dcn20_lock_phy,1064 .lock_phy = dcn20_lock_phy,
3325 if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_enable_dp_link_output()3326 dmcu->funcs->lock_phy(dmcu); in dce110_enable_dp_link_output()3352 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_disable_link_output()3353 dmcu->funcs->lock_phy(dmcu); in dce110_disable_link_output()
1414 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn32_disable_link_output()1415 dmcu->funcs->lock_phy(dmcu); in dcn32_disable_link_output()
1762 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn35_disable_link_output()1763 dmcu->funcs->lock_phy(dmcu); in dcn35_disable_link_output()
1060 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn401_disable_link_output()1061 dmcu->funcs->lock_phy(dmcu); in dcn401_disable_link_output()1075 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn401_disable_link_output()