Searched refs:_provider (Results 1 – 5 of 5) sorted by relevance
/drivers/interconnect/qcom/ |
D | icc-rpm.h | 14 #define to_qcom_provider(_provider) \ argument 15 container_of(_provider, struct qcom_icc_provider, provider)
|
D | icc-rpmh.h | 11 #define to_qcom_provider(_provider) \ argument 12 container_of(_provider, struct qcom_icc_provider, provider)
|
D | osm-l3.c | 41 #define to_osm_l3_provider(_provider) \ argument 42 container_of(_provider, struct qcom_osm_l3_icc_provider, provider)
|
D | msm8974.c | 178 #define to_msm8974_icc_provider(_provider) \ argument 179 container_of(_provider, struct msm8974_icc_provider, provider)
|
D | sdm660.c | 162 #define to_qcom_provider(_provider) \ argument 163 container_of(_provider, struct qcom_icc_provider, provider)
|