Searched refs:icc_path_mem (Results 1 – 1 of 1) sorted by relevance
177 struct icc_path *icc_path_mem; member301 ret = icc_set_bw(ctrl->icc_path_mem, avg_bw_mem, avg_bw_mem); in qcom_qspi_set_speed()740 ctrl->icc_path_mem = devm_of_icc_get(dev, "qspi-memory"); in qcom_qspi_probe()741 if (IS_ERR(ctrl->icc_path_mem)) { in qcom_qspi_probe()742 if (PTR_ERR(ctrl->icc_path_mem) != -ENODATA) in qcom_qspi_probe()743 return dev_err_probe(dev, PTR_ERR(ctrl->icc_path_mem), in qcom_qspi_probe()745 ctrl->icc_path_mem = NULL; in qcom_qspi_probe()847 ret = icc_disable(ctrl->icc_path_mem); in qcom_qspi_runtime_suspend()867 icc_enable(ctrl->icc_path_mem); in qcom_qspi_runtime_suspend()897 ret = icc_enable(ctrl->icc_path_mem); in qcom_qspi_runtime_resume()[all …]