/openbmc/linux/drivers/scsi/elx/libefc/ |
D | efc_domain.c |
|
D | efc_cmds.c |
|
D | efc_nport.c |
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
D | fsl,imx8-acm.yaml |
|
/openbmc/u-boot/include/ |
H A D | power-domain.h | 10 * 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 D | power-domain-uclass.h | 9 /* 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 D | keystone-k2hk-clocks.dtsi | 62 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 D | keystone-k2l-clocks.dtsi | 52 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 D | keystone-clocks.dtsi | 169 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/ |
D | kyber.h |
|
/openbmc/linux/Documentation/devicetree/bindings/dvfs/ |
D | performance-domain.yaml |
|
/openbmc/u-boot/arch/arm/include/asm/mach-imx/ |
H A D | rdc-sema.h | 14 * 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/ |
D | netlabel_domainhash.c |
|
/openbmc/linux/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,apr.yaml |
|
/openbmc/u-boot/arch/arm/include/asm/proc-armv/ |
H A D | domain.h | 2 * 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/ |
D | power_domain.txt |
|
D | fsl,imx-gpcv2.yaml |
|
D | renesas,sysc-rmobile.yaml |
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
D | t8103-pmgr.dtsi |
|
D | t8112-pmgr.dtsi |
|
D | t600x-pmgr.dtsi |
|
/openbmc/u-boot/drivers/power/domain/ |
H A D | Kconfig | 1 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/ |
D | irq-ti-sci-intr.c |
|
/openbmc/linux/arch/powerpc/perf/ |
D | hv-24x7-domains.h |
|
/openbmc/linux/Documentation/devicetree/bindings/soc/imx/ |
D | fsl,imx8mm-vpu-blk-ctrl.yaml |
|