Searched refs:lock_phy (Results 1 – 3 of 3) sorted by relevance
75 bool (*lock_phy)(struct dmcu *dmcu); member
3453 if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_enable_dp_link_output()3454 dmcu->funcs->lock_phy(dmcu); in dce110_enable_dp_link_output()3480 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_disable_link_output()3481 dmcu->funcs->lock_phy(dmcu); in dce110_disable_link_output()
948 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn401_disable_link_output()949 dmcu->funcs->lock_phy(dmcu); in dcn401_disable_link_output()963 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn401_disable_link_output()