Home
last modified time | relevance | path

Searched refs:rpmh (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/interconnect/qcom/
H A DMakefile8 icc-rpmh-obj := icc-rpmh.o
20 obj-$(CONFIG_INTERCONNECT_QCOM_RPMH) += icc-rpmh.o
H A Dbcm-voter.h10 #include <soc/qcom/rpmh.h>
13 #include "icc-rpmh.h"
H A Dbcm-voter.c13 #include <soc/qcom/rpmh.h>
17 #include "icc-rpmh.h"
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H A DMakefile15 icc-rpmh-obj := icc-rpmh.o
43 obj-$(CONFIG_INTERCONNECT_QCOM_RPMH) += icc-rpmh.o
H A Dbcm-voter.h10 #include <soc/qcom/rpmh.h>
13 #include "icc-rpmh.h"
H A Dbcm-voter.c13 #include <soc/qcom/rpmh.h>
17 #include "icc-rpmh.h"
H A Dqdu1000.c13 #include <dt-bindings/interconnect/qcom,qdu1000-rpmh.h>
17 #include "icc-rpmh.h"
H A Dsdm670.c12 #include <dt-bindings/interconnect/qcom,sdm670-rpmh.h>
15 #include "icc-rpmh.h"
H A Dsm8550.c16 #include <dt-bindings/interconnect/qcom,sm8550-rpmh.h>
20 #include "icc-rpmh.h"
H A Dsa8775p.c13 #include <dt-bindings/interconnect/qcom,sa8775p-rpmh.h>
16 #include "icc-rpmh.h"
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A DMakefile15 qcom_rpmh-y += rpmh-rsc.o
16 qcom_rpmh-y += rpmh.o
H A Dtrace-rpmh.h10 #define TRACE_SYSTEM rpmh
13 #include "rpmh-internal.h"
80 #define TRACE_INCLUDE_FILE trace-rpmh
H A Drpmhpd.c16 #include <soc/qcom/rpmh.h>
25 * @dev: rpmh power domain controller device
H A Drpmh.c21 #include <soc/qcom/rpmh.h>
23 #include "rpmh-internal.h"
H A Drpmh-rsc.c26 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
28 #include "rpmh-internal.h"
31 #include "trace-rpmh.h"
91 * - The main rpmh-rsc address is the base of a register space that can
93 * (DRV_PRNT_CHLD_CONFIG). Also found within the rpmh-rsc register
1018 { .compatible = "qcom,rpmh-rsc", },
1025 .name = "rpmh",
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A DMakefile18 qcom_rpmh-y += rpmh-rsc.o
19 qcom_rpmh-y += rpmh.o
H A Dtrace-rpmh.h10 #define TRACE_SYSTEM rpmh
13 #include "rpmh-internal.h"
85 #define TRACE_INCLUDE_FILE trace-rpmh
H A Drpmh.c21 #include <soc/qcom/rpmh.h>
23 #include "rpmh-internal.h"
H A Drpmh-rsc.c32 #include <dt-bindings/soc/qcom,rpmh-rsc.h>
34 #include "rpmh-internal.h"
37 #include "trace-rpmh.h"
98 * - The main rpmh-rsc address is the base of a register space that can
100 * (DRV_PRNT_CHLD_CONFIG). Also found within the rpmh-rsc register
1139 { .compatible = "qcom,rpmh-rsc", },
1147 .name = "rpmh",
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-rpmh.c14 #include <soc/qcom/rpmh.h>
17 #include <dt-bindings/clock/qcom,rpmh.h>
37 * struct clk_rpmh - individual rpmh clock data structure
39 * @res_name: resource name for the rpmh clock
41 * @res_addr: base address of the rpmh resource within the RPMh
42 * @res_on_val: rpmh clock enable value
43 * @state: rpmh clock requested state
44 * @aggr_state: rpmh clock aggregated state
45 * @last_sent_aggr_state: rpmh clock last aggr state sent to RPMh
46 * @valid_state_mask: mask to determine the state of the rpmh cloc
438 struct clk_rpmh_desc *rpmh = data; of_clk_rpmh_hw_get() local
[all...]
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-rpmh.c13 #include <soc/qcom/rpmh.h>
16 #include <dt-bindings/clock/qcom,rpmh.h>
36 * struct clk_rpmh - individual rpmh clock data structure
38 * @res_name: resource name for the rpmh clock
40 * @res_addr: base address of the rpmh resource within the RPMh
41 * @res_on_val: rpmh clock enable value
42 * @state: rpmh clock requested state
43 * @aggr_state: rpmh clock aggregated state
44 * @last_sent_aggr_state: rpmh clock last aggr state sent to RPMh
45 * @valid_state_mask: mask to determine the state of the rpmh cloc
723 struct clk_rpmh_desc *rpmh = data; of_clk_rpmh_hw_get() local
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dqcom-rpmh-regulator.c19 #include <soc/qcom/rpmh.h>
21 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
115 * only used by BOB rpmh-regulator resources.
311 * @rdev: Regulator device pointer for the rpmh-regulator
401 * rpmh_regulator_init_vreg() - initialize all attributes of an rpmh-regulator
402 * @vreg: Pointer to the individual rpmh-regulator resource
403 * @dev: Pointer to the top level rpmh-regulator PMIC device
404 * @node: Pointer to the individual rpmh-regulator resource
406 * @pmic_id: String used to identify the top level rpmh-regulator
408 * @pmic_rpmh_data: Pointer to a null-terminated array of rpmh
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dqcom-rpmh-regulator.c18 #include <soc/qcom/rpmh.h>
20 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
114 * only used by BOB rpmh-regulator resources.
309 * @rdev: Regulator device pointer for the rpmh-regulator
399 * rpmh_regulator_init_vreg() - initialize all attributes of an rpmh-regulator
400 * @vreg: Pointer to the individual rpmh-regulator resource
401 * @dev: Pointer to the top level rpmh-regulator PMIC device
402 * @node: Pointer to the individual rpmh-regulator resource
404 * @pmic_id: String used to identify the top level rpmh-regulator
406 * @pmic_rpmh_data: Pointer to a null-terminated array of rpmh
[all...]
/kernel/linux/linux-6.6/drivers/pmdomain/qcom/
H A Drpmhpd.c15 #include <soc/qcom/rpmh.h>
25 * @dev: rpmh power domain controller device

Completed in 18 milliseconds