Home
last modified time | relevance | path

Searched refs:tegra_powergate_power_off (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/include/soc/tegra/
H A Dpmc.h157 int tegra_powergate_power_off(unsigned int id);
182 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dpowergate.h37 int tegra_powergate_power_off(enum tegra_powergate id);
/openbmc/u-boot/arch/arm/mach-tegra/
H A Dpowergate.c51 int tegra_powergate_power_off(enum tegra_powergate id) in tegra_powergate_power_off() function
/openbmc/linux/drivers/pmdomain/tegra/
H A Dpowergate-bpmp.c158 static int tegra_powergate_power_off(struct generic_pm_domain *domain) in tegra_powergate_power_off() function
186 powergate->genpd.power_off = tegra_powergate_power_off; in tegra_powergate_add()
/openbmc/linux/drivers/ata/
H A Dahci_tegra.c272 tegra_powergate_power_off(TEGRA_POWERGATE_SATA); in tegra_ahci_power_on()
292 tegra_powergate_power_off(TEGRA_POWERGATE_SATA); in tegra_ahci_power_off()
/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.c164 err = tegra_powergate_power_off(TEGRA_POWERGATE_VDEC); in tegra_vde_runtime_suspend()
/openbmc/linux/drivers/pci/controller/
H A Dpci-tegra.c1166 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_off()
1184 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
1235 tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
/openbmc/linux/drivers/usb/host/
H A Dxhci-tegra.c1198 tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_unpowergate_partitions()
1225 rc = tegra_powergate_power_off(TEGRA_POWERGATE_XUSBC); in tegra_xusb_powergate_partitions()
1231 rc = tegra_powergate_power_off(TEGRA_POWERGATE_XUSBA); in tegra_xusb_powergate_partitions()
/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c617 err = tegra_powergate_power_off(TEGRA_POWERGATE_PCIE); in tegra_pcie_power_on()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c2767 tegra_powergate_power_off(dc->powergate); in tegra_dc_runtime_suspend()
3222 tegra_powergate_power_off(dc->powergate); in tegra_dc_probe()
/openbmc/linux/drivers/soc/tegra/
H A Dpmc.c959 int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() function
966 EXPORT_SYMBOL(tegra_powergate_power_off);