/openbmc/linux/drivers/pmdomain/tegra/ |
H A D | powergate-bpmp.c | 151 struct tegra_powergate *powergate = to_tegra_powergate(domain); in tegra_powergate_power_on() local 152 struct tegra_bpmp *bpmp = powergate->bpmp; in tegra_powergate_power_on() 154 return tegra_bpmp_powergate_set_state(bpmp, powergate->id, in tegra_powergate_power_on() 160 struct tegra_powergate *powergate = to_tegra_powergate(domain); in tegra_powergate_power_off() local 161 struct tegra_bpmp *bpmp = powergate->bpmp; in tegra_powergate_power_off() 163 return tegra_bpmp_powergate_set_state(bpmp, powergate->id, in tegra_powergate_power_off() 171 struct tegra_powergate *powergate; in tegra_powergate_add() local 177 powergate = devm_kzalloc(bpmp->dev, sizeof(*powergate), GFP_KERNEL); in tegra_powergate_add() 178 if (!powergate) in tegra_powergate_add() 181 powergate->id = info->id; in tegra_powergate_add() [all …]
|
H A D | Makefile | 2 obj-$(CONFIG_SOC_TEGRA_POWERGATE_BPMP) += powergate-bpmp.o
|
/openbmc/linux/Documentation/devicetree/bindings/power/ |
H A D | actions,owl-sps.txt | 10 include/dt-bindings/power/owl-s500-powergate.h for S500 11 include/dt-bindings/power/owl-s700-powergate.h for S700 12 include/dt-bindings/power/owl-s900-powergate.h for S900
|
/openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
H A D | psci.c | 11 #include <asm/arch/powergate.h> 39 * indeed program the Flow Controller to powergate them on wfi, which in psci_board_init()
|
/openbmc/linux/Documentation/devicetree/bindings/arm/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 199 match the powergates on the Tegra SoC. Each powergate node 204 powergate node. 205 The name of the powergate node should be one of the below. Note that 206 not every powergate is applicable to all Tegra devices and the following 208 Please refer to Tegra TRM for mode details on the powergate nodes to
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | nvidia,tegra194-pcie-ep.yaml | 101 Tegra194 specifiers are defined in "include/dt-bindings/power/tegra194-powergate.h" 102 Tegra234 specifiers are defined in "include/dt-bindings/power/tegra234-powergate.h" 211 #include <dt-bindings/power/tegra194-powergate.h> 268 #include <dt-bindings/power/tegra234-powergate.h>
|
H A D | nvidia,tegra194-pcie.yaml | 100 Tegra194 specifiers defined in "include/dt-bindings/power/tegra194-powergate.h" 101 Tegra234 specifiers defined in "include/dt-bindings/power/tegra234-powergate.h" 257 #include <dt-bindings/power/tegra194-powergate.h> 323 #include <dt-bindings/power/tegra234-powergate.h>
|
/openbmc/linux/drivers/pmdomain/actions/ |
H A D | owl-sps.c | 15 #include <dt-bindings/power/owl-s500-powergate.h> 16 #include <dt-bindings/power/owl-s700-powergate.h> 17 #include <dt-bindings/power/owl-s900-powergate.h>
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra30/ |
H A D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra114/ |
H A D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra20/ |
H A D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra124/ |
H A D | powergate.h | 4 #include <asm/arch-tegra/powergate.h>
|
/openbmc/u-boot/arch/arm/include/asm/arch-tegra210/ |
H A D | powergate.h | 9 #include <asm/arch-tegra/powergate.h>
|
/openbmc/u-boot/arch/arm/mach-tegra/ |
H A D | Makefile | 21 obj-y += powergate.o
|
H A D | powergate.c | 12 #include <asm/arch/powergate.h>
|
/openbmc/linux/Documentation/devicetree/bindings/display/tegra/ |
H A D | nvidia,tegra186-display.yaml | 122 #include <dt-bindings/power/tegra186-powergate.h> 211 #include <dt-bindings/power/tegra194-powergate.h>
|
H A D | nvidia,tegra20-dsi.yaml | 143 #include <dt-bindings/power/tegra186-powergate.h>
|
/openbmc/linux/Documentation/devicetree/bindings/gpu/host1x/ |
H A D | nvidia,tegra210-nvjpg.yaml | 78 #include <dt-bindings/power/tegra186-powergate.h>
|
H A D | nvidia,tegra210-nvdec.yaml | 89 #include <dt-bindings/power/tegra186-powergate.h>
|
H A D | nvidia,tegra210-nvenc.yaml | 119 #include <dt-bindings/power/tegra186-powergate.h>
|
H A D | nvidia,tegra234-nvdec.yaml | 128 #include <dt-bindings/power/tegra234-powergate.h>
|
/openbmc/u-boot/doc/device-tree-bindings/firmware/ |
H A D | nvidia,tegra186-bpmp.txt | 37 - <dt-bindings/power/tegra186-powergate.h>
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | nvidia,tegra234-xusb.yaml | 121 #include <dt-bindings/power/tegra234-powergate.h>
|
/openbmc/linux/include/soc/tegra/ |
H A D | pmc.h | 25 * powergate and I/O rail APIs
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | nvidia,tegra234-mgbe.yaml | 113 #include <dt-bindings/power/tegra234-powergate.h>
|