Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dinterconnect.h51 void icc_put(struct icc_path *path);
88 static inline void icc_put(struct icc_path *path) in icc_put() function
/linux/drivers/usb/dwc3/
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()