Searched refs:calibrate_dp_phy (Results 1 – 2 of 2) sorted by relevance
419 int (*calibrate_dp_phy)(struct qmp_usbc *qmp); member685 .calibrate_dp_phy = qcs615_qmp_calibrate_dp_phy,725 .calibrate_dp_phy = qcs615_qmp_calibrate_dp_phy,1253 if (cfg->calibrate_dp_phy) { in qmp_usbc_dp_calibrate()1254 ret = cfg->calibrate_dp_phy(qmp); in qmp_usbc_dp_calibrate()
2536 int (*calibrate_dp_phy)(struct qmp_combo *qmp); member2821 .calibrate_dp_phy = qmp_v3_calibrate_dp_phy,2866 .calibrate_dp_phy = qmp_v3_calibrate_dp_phy,3068 .calibrate_dp_phy = qmp_v3_calibrate_dp_phy,3998 if (cfg->calibrate_dp_phy) in qmp_combo_dp_calibrate()3999 ret = cfg->calibrate_dp_phy(qmp); in qmp_combo_dp_calibrate()