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