Searched refs:lock_phy (Results 1 – 3 of 3) sorted by relevance
75 bool (*lock_phy)(struct dmcu *dmcu); member
3367 if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_enable_dp_link_output()3368 dmcu->funcs->lock_phy(dmcu); in dce110_enable_dp_link_output()3394 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_disable_link_output()3395 dmcu->funcs->lock_phy(dmcu); in dce110_disable_link_output()
1047 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn401_disable_link_output()1048 dmcu->funcs->lock_phy(dmcu); in dcn401_disable_link_output()1062 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn401_disable_link_output()