Searched refs:lock_phy (Results 1 – 4 of 4) sorted by relevance
75 bool (*lock_phy)(struct dmcu *dmcu); member
1050 .lock_phy = dcn20_lock_phy,1063 .lock_phy = dcn20_lock_phy,
1243 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn32_disable_link_output()1244 dmcu->funcs->lock_phy(dmcu); in dcn32_disable_link_output()1252 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dcn32_disable_link_output()
3068 if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_enable_dp_link_output()3069 dmcu->funcs->lock_phy(dmcu); in dce110_enable_dp_link_output()3094 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_disable_link_output()3095 dmcu->funcs->lock_phy(dmcu); in dce110_disable_link_output()3103 else if (dmcu != NULL && dmcu->funcs->lock_phy) in dce110_disable_link_output()
Completed in 13 milliseconds