Home
last modified time | relevance | path

Searched refs:calibrate_dp_phy (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usbc.c419 int (*calibrate_dp_phy)(struct qmp_usbc *qmp); member
681 .calibrate_dp_phy = qmp_v2_calibrate_dp_phy,
1209 if (cfg->calibrate_dp_phy) { in qmp_usbc_dp_calibrate()
1210 ret = cfg->calibrate_dp_phy(qmp); in qmp_usbc_dp_calibrate()