Home
last modified time | relevance | path

Searched full:domain (Results 1 – 25 of 1635) sorted by relevance

12345678910>>...66

/openbmc/linux/drivers/scsi/elx/libefc/
Defc_domain.c
Defc_cmds.c
Defc_nport.c
/openbmc/linux/Documentation/devicetree/bindings/clock/
Dfsl,imx8-acm.yaml
/openbmc/u-boot/include/
H A Dpower-domain.h10 * A power domain is a portion of an SoC or chip that is powered by a
12 * power domain, and can turn the power source on or off. This is typically
17 * A driver that implements UCLASS_POWER_DOMAIN is a power domain controller or
20 * power-domain-uclass.h describes the interface which power domain controllers
23 * Depending on the power domain controller hardware, changing the state of a
24 * power domain may require performing related operations on other resources.
26 * whenever the power domain is powered on, or during the time when the power
27 * domain is transitioning state. These details are implementation-specific
32 * Power domain consumers/clients are the drivers for HW modules within the
33 * power domain. This header file describes the API used by those drivers.
[all …]
H A Dpower-domain-uclass.h9 /* See power-domain.h for background documentation. */
11 #include <power-domain.h>
16 * struct power_domain_ops - The functions that a power domain controller driver
21 * of_xlate - Translate a client's device-tree (OF) power domain
24 * The power domain core calls this function as the first step in
27 * If this function pointer is set to NULL, the power domain core will
28 * use a default implementation, which assumes #power-domain-cells =
29 * <1>, and that the DT cell contains a simple integer power domain ID.
31 * At present, the power domain API solely supports device-tree. If
35 * @power_domain: The power domain struct to hold the
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dkeystone-k2hk-clocks.dtsi62 reg-names = "control", "domain";
63 domain-id = <0>;
72 reg-names = "control", "domain";
73 domain-id = <4>;
82 reg-names = "control", "domain";
83 domain-id = <5>;
92 reg-names = "control", "domain";
93 domain-id = <9>;
102 reg-names = "control", "domain";
103 domain-id = <10>;
[all …]
H A Dkeystone-k2l-clocks.dtsi52 reg-names = "control", "domain";
54 domain-id = <0>;
63 reg-names = "control", "domain";
64 domain-id = <4>;
73 reg-names = "control", "domain";
74 domain-id = <9>;
83 reg-names = "control", "domain";
84 domain-id = <10>;
93 reg-names = "control", "domain";
94 domain-id = <11>;
[all …]
H A Dkeystone-clocks.dtsi169 reg-names = "control", "domain";
170 domain-id = <0>;
180 reg-names = "control", "domain";
181 domain-id = <0>;
190 reg-names = "control", "domain";
191 domain-id = <0>;
201 reg-names = "control", "domain";
202 domain-id = <1>;
211 reg-names = "control", "domain";
212 domain-id = <1>;
[all …]
/openbmc/linux/include/trace/events/
Dkyber.h
/openbmc/linux/Documentation/devicetree/bindings/dvfs/
Dperformance-domain.yaml
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Drdc-sema.h14 * d[x] means domain[x], x can be [3 - 0].
40 #define RDC_PDAP_DW_SHIFT(domain) ((domain) << 1) argument
41 #define RDC_PDAP_DR_SHIFT(domain) (1 + RDC_PDAP_DW_SHIFT(domain)) argument
42 #define RDC_PDAP_DW_MASK(domain) (1 << RDC_PDAP_DW_SHIFT(domain)) argument
43 #define RDC_PDAP_DR_MASK(domain) (1 << RDC_PDAP_DR_SHIFT(domain)) argument
44 #define RDC_PDAP_DRW_MASK(domain) (RDC_PDAP_DW_MASK(domain) | \ argument
45 RDC_PDAP_DR_MASK(domain))
58 #define RDC_MRC_DW_SHIFT(domain) (domain) argument
59 #define RDC_MRC_DR_SHIFT(domain) (1 + RDC_MRC_DW_SHIFT(domain)) argument
60 #define RDC_MRC_DW_MASK(domain) (1 << RDC_MRC_DW_SHIFT(domain)) argument
[all …]
/openbmc/linux/net/netlabel/
Dnetlabel_domainhash.c
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/
Dqcom,apr.yaml
/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Ddomain.h2 * linux/include/asm-arm/proc-armv/domain.h
14 * Domain numbers
16 * DOMAIN_IO - domain 2 includes all IO only
17 * DOMAIN_KERNEL - domain 1 includes all kernel memory only
18 * DOMAIN_USER - domain 0 includes all user memory only
26 * Domain types
37 "mcr p15, 0, %0, c3, c0 @ set domain" \
43 unsigned int domain = current->thread.domain; \
44 domain &= ~domain_val(dom, DOMAIN_MANAGER); \
45 domain |= domain_val(dom, type); \
[all …]
/openbmc/linux/Documentation/devicetree/bindings/power/
Dpower_domain.txt
Dfsl,imx-gpcv2.yaml
Drenesas,sysc-rmobile.yaml
/openbmc/linux/arch/arm64/boot/dts/apple/
Dt8103-pmgr.dtsi
Dt8112-pmgr.dtsi
Dt600x-pmgr.dtsi
/openbmc/u-boot/drivers/power/domain/
H A DKconfig1 menu "Power Domain Support"
4 bool "Enable power domain support using Driver Model"
7 Enable support for the power domain driver class. Many SoCs allow
13 bool "Enable the BCM6328 power domain driver"
20 bool "Enable i.MX8 power domain driver"
27 bool "Enable the MediaTek power domain driver"
34 bool "Enable Amlogic Meson GX VPU power domain driver"
38 Unit power domain.
41 bool "Enable the sandbox power domain test driver"
44 Enable support for a test power domain driver implementation, which
[all …]
/openbmc/linux/drivers/irqchip/
Dirq-ti-sci-intr.c
/openbmc/linux/arch/powerpc/perf/
Dhv-24x7-domains.h
/openbmc/linux/Documentation/devicetree/bindings/soc/imx/
Dfsl,imx8mm-vpu-blk-ctrl.yaml

12345678910>>...66