Searched refs:domain_id (Results 1 - 10 of 10) sorted by relevance

/u-boot/drivers/power/regulator/
H A Dscmi_regulator.c22 * @domain_id: ID representing the regulator for the related SCMI agent
25 u32 domain_id; member in struct:scmi_regulator_platdata
32 .domain_id = pdata->domain_id,
52 .domain_id = pdata->domain_id,
75 .domain_id = pdata->domain_id,
95 .domain_id = pdata->domain_id,
[all...]
/u-boot/drivers/firmware/scmi/
H A Dpwdom.c72 int scmi_pwd_attrs(struct udevice *dev, u32 domain_id, u32 *attributes, argument
79 .in_msg = (u8 *)&domain_id,
80 .in_msg_sz = sizeof(domain_id),
104 int scmi_pwd_state_set(struct udevice *dev, u32 flags, u32 domain_id, argument
123 in.domain_id = domain_id;
134 int scmi_pwd_state_get(struct udevice *dev, u32 domain_id, u32 *pstate) argument
140 .in_msg = (u8 *)&domain_id,
141 .in_msg_sz = sizeof(domain_id),
161 int scmi_pwd_name_get(struct udevice *dev, u32 domain_id, u argument
[all...]
H A Dsandbox-scmi_agent.c147 static struct sandbox_scmi_voltd *get_scmi_voltd_state(uint domain_id) argument
152 if (scmi_voltd[n].id == domain_id)
569 u32 domain_id; local
572 if (!msg->in_msg || msg->in_msg_sz < sizeof(domain_id) ||
576 domain_id = *(u32 *)msg->in_msg;
579 if (domain_id >= ARRAY_SIZE(scmi_pwdom)) {
589 domain_id);
616 if (in->domain_id >= ARRAY_SIZE(scmi_pwdom)) {
629 scmi_pwdom[in->domain_id].pstate = in->pstate;
646 u32 domain_id; local
679 u32 domain_id; local
[all...]
/u-boot/include/xen/interface/
H A Dsched.h131 domid_t domain_id; /* Remote domain ID */ member in struct:sched_remote_shutdown
/u-boot/include/
H A Dscmi_protocols.h615 * @domain_id: Identifier of power domain
620 u32 domain_id; member in struct:scmi_pwd_state_set_in
678 * @domain_id: Identifier of power domain
682 * Obtain the attributes of the given power domain, @domain_id, in @attributes
693 * @domain_id: Identifier of power domain
696 * Change the power state of the given power domain, @domain_id.
700 int scmi_pwd_state_set(struct udevice *dev, u32 flags, u32 domain_id,
705 * @domain_id: Identifier of power domain
708 * Obtain the power state of the given power domain, @domain_id.
712 int scmi_pwd_state_get(struct udevice *dev, u32 domain_id, u3
859 u32 domain_id; member in struct:scmi_rd_attr_in
883 u32 domain_id; member in struct:scmi_rd_reset_in
919 u32 domain_id; member in struct:scmi_voltd_attr_in
940 u32 domain_id; member in struct:scmi_voltd_config_set_in
957 u32 domain_id; member in struct:scmi_voltd_config_get_in
977 u32 domain_id; member in struct:scmi_voltd_level_set_in
995 u32 domain_id; member in struct:scmi_voltd_level_get_in
[all...]
/u-boot/drivers/reset/
H A Dreset-scmi.c19 .domain_id = rst->id,
49 .domain_id = rst->id,
/u-boot/arch/arm/include/asm/mach-imx/
H A Drdc-sema.h29 #define RDC_MASTER_CFG(master_id, domain_id) (rdc_ma_cfg_t)((master_id << 8) | \
30 (domain_id << RDC_DOMAIN_SHIFT_BASE))
/u-boot/drivers/clk/imx/
H A Dclk.h259 u32 domain_id,
261 #define imx93_clk_composite(name, parent_names, num_parents, reg, domain_id) \
262 imx93_clk_composite_flags(name, parent_names, num_parents, reg, domain_id \
267 u32 mask, u32 domain_id, unsigned int *share_count);
H A Dclk-composite-93.c89 int num_parents, void __iomem *reg, u32 domain_id,
87 imx93_clk_composite_flags(const char *name, const char * const *parent_names, int num_parents, void __iomem *reg, u32 domain_id, unsigned long flags) argument
H A Dclk-gate-93.c116 u32 mask, u32 domain_id, unsigned int *share_count)
114 imx93_clk_gate(struct device *dev, const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u32 bit_idx, u32 val, u32 mask, u32 domain_id, unsigned int *share_count) argument

Completed in 242 milliseconds