Searched refs:lock_phy (Results 1 – 3 of 3) sorted by relevance
73 bool (*lock_phy)(struct dmcu *dmcu); member
100 if (dmcu != NULL && dmcu->funcs->lock_phy) in dp_enable_link_phy()101 dmcu->funcs->lock_phy(dmcu); in dp_enable_link_phy()187 if (dmcu != NULL && dmcu->funcs->lock_phy) in dp_disable_link_phy()188 dmcu->funcs->lock_phy(dmcu); in dp_disable_link_phy()
816 .lock_phy = dcn20_lock_phy,