Lines Matching refs:qmp_phy_cfg
1828 struct qmp_phy_cfg { struct
1893 const struct qmp_phy_cfg *usb_cfg; argument
1894 const struct qmp_phy_cfg *dp_cfg;
1917 const struct qmp_phy_cfg *cfg;
2048 static const struct qmp_phy_cfg ipq8074_usb3phy_cfg = {
2072 static const struct qmp_phy_cfg msm8996_pciephy_cfg = {
2103 static const struct qmp_phy_cfg msm8996_ufs_cfg = {
2128 static const struct qmp_phy_cfg msm8996_usb3phy_cfg = {
2160 static const struct qmp_phy_cfg ipq8074_pciephy_cfg = {
2190 static const struct qmp_phy_cfg sdm845_qmp_pciephy_cfg = {
2220 static const struct qmp_phy_cfg sdm845_qhp_pciephy_cfg = {
2248 static const struct qmp_phy_cfg qmp_v3_usb3phy_cfg = {
2279 static const struct qmp_phy_cfg sc7180_usb3phy_cfg = {
2310 static const struct qmp_phy_cfg sc7180_dpphy_cfg = {
2345 static const struct qmp_phy_cfg qmp_v3_usb3_uniphy_cfg = {
2373 static const struct qmp_phy_cfg sdm845_ufsphy_cfg = {
2398 static const struct qmp_phy_cfg msm8998_pciephy_cfg = {
2422 static const struct qmp_phy_cfg msm8998_usb3phy_cfg = {
2448 static const struct qmp_phy_cfg sm8150_ufsphy_cfg = {
2472 static const struct qmp_phy_cfg sm8150_usb3phy_cfg = {
2503 static const struct qmp_phy_cfg sm8150_usb3_uniphy_cfg = {
2531 static const struct qmp_phy_cfg sm8250_usb3phy_cfg = {
2562 static const struct qmp_phy_cfg sm8250_usb3_uniphy_cfg = {
2624 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_serdes_init()
2913 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_com_init()
3010 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_com_exit()
3046 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_init()
3091 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_power_on()
3197 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_power_off()
3228 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_exit()
3275 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_enable_autonomous_mode()
3304 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_disable_autonomous_mode()
3324 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_runtime_suspend()
3349 const struct qmp_phy_cfg *cfg = qphy->cfg; in qcom_qmp_phy_runtime_resume()
3381 static int qcom_qmp_phy_vreg_init(struct device *dev, const struct qmp_phy_cfg *cfg) in qcom_qmp_phy_vreg_init()
3397 static int qcom_qmp_phy_reset_init(struct device *dev, const struct qmp_phy_cfg *cfg) in qcom_qmp_phy_reset_init()
3422 static int qcom_qmp_phy_clk_init(struct device *dev, const struct qmp_phy_cfg *cfg) in qcom_qmp_phy_clk_init()
3727 void __iomem *serdes, const struct qmp_phy_cfg *cfg) in qcom_qmp_phy_create()
3940 const struct qmp_phy_cfg *cfg = NULL; in qcom_qmp_phy_probe()
3941 const struct qmp_phy_cfg *usb_cfg = NULL; in qcom_qmp_phy_probe()
3942 const struct qmp_phy_cfg *dp_cfg = NULL; in qcom_qmp_phy_probe()