Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dinterconnect.h50 void icc_put(struct icc_path *path);
82 static inline void icc_put(struct icc_path *path) in icc_put() function
/linux/drivers/usb/dwc3/
H A Ddwc3-qcom.c291 icc_put(qcom->icc_path_apps); in dwc3_qcom_interconnect_init()
293 icc_put(qcom->icc_path_ddr); in dwc3_qcom_interconnect_init()
305 icc_put(qcom->icc_path_ddr); in dwc3_qcom_interconnect_exit()
306 icc_put(qcom->icc_path_apps); in dwc3_qcom_interconnect_exit()
H A Ddwc3-qcom-legacy.c285 icc_put(qcom->icc_path_apps); in dwc3_qcom_interconnect_init()
287 icc_put(qcom->icc_path_ddr); in dwc3_qcom_interconnect_init()
299 icc_put(qcom->icc_path_ddr); in dwc3_qcom_interconnect_exit()
300 icc_put(qcom->icc_path_apps); in dwc3_qcom_interconnect_exit()
/linux/drivers/interconnect/
H A Dbulk.c49 icc_put(paths[num_paths].path); in icc_bulk_put()
H A Ddebugfs-client.c103 icc_put(cur_path); in icc_get_set()
H A Dcore.c423 icc_put(*(struct icc_path **)res); in devm_icc_release()
452 * icc_path handle on success. Use icc_put() to release constraints when they
548 * icc_path handle on success. Use icc_put() to release constraints when they
596 * icc_path handle on success. Use icc_put() to release constraints when they
781 * icc_put() - release the reference to the icc_path
787 void icc_put(struct icc_path *path) in icc_put() function
816 EXPORT_SYMBOL_GPL(icc_put);
/linux/drivers/media/platform/nxp/
H A Dimx8mq-mipi-csi2.c926 icc_put(state->icc_path); in imx8mq_mipi_csi_release_icc()
/linux/drivers/opp/
H A Dof.c488 icc_put(paths[i]); in dev_pm_opp_of_find_icc_paths()
H A Dcore.c1626 icc_put(opp_table->paths[i]); in _opp_table_kref_release()