D | rpmpd.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. */ 13 #include <linux/soc/qcom/smd-rpm.h> 15 #include <dt-bindings/power/qcom-rpmpd.h> 17 #define domain_to_rpmpd(domain) container_of(domain, struct rpmpd, pd) 20 * RPMPD_X is X encoded as a little-endian, lower-case, ASCII string */ 48 struct rpmpd { struct 51 struct rpmpd *peer; argument 64 struct rpmpd **rpmpds; argument 72 static struct rpmpd cx_rwcx0_lvl_ao; [all …]
|