Searched full:powergates (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/pmdomain/tegra/ |
H A D | powergate-bpmp.c | 215 struct tegra_powergate_info *powergates; in tegra_bpmp_probe_powergates() local 228 powergates = kcalloc(max_id + 1, sizeof(*powergates), GFP_KERNEL); in tegra_bpmp_probe_powergates() 229 if (!powergates) in tegra_bpmp_probe_powergates() 233 struct tegra_powergate_info *info = &powergates[count]; in tegra_bpmp_probe_powergates() 247 *powergatesp = powergates; in tegra_bpmp_probe_powergates() 253 struct tegra_powergate_info *powergates, in tegra_bpmp_add_powergates() argument 267 powergate = tegra_powergate_add(bpmp, &powergates[i]); in tegra_bpmp_add_powergates() 330 struct tegra_powergate_info *powergates; in tegra_bpmp_init_powergates() local 335 err = tegra_bpmp_probe_powergates(bpmp, &powergates); in tegra_bpmp_init_powergates() 343 err = tegra_bpmp_add_powergates(bpmp, powergates, count); in tegra_bpmp_init_powergates() [all …]
|
/linux/Documentation/devicetree/bindings/soc/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 179 powergates: 184 the powergates on the Tegra SoC. Each powergate node represents a power- 192 shows which powergates are applicable to which devices. 400 powergates {
|
/linux/drivers/soc/tegra/ |
H A D | pmc.c | 340 const char *const *powergates; member 559 return (pmc->soc && pmc->soc->powergates[id]); in tegra_powergate_is_valid() 578 if (!strcmp(name, pmc->soc->powergates[i])) in tegra_powergate_lookup() 1183 seq_printf(s, " %9s %7s\n", pmc->soc->powergates[i], in powergate_show() 1293 * directly via the legacy APIs for controlling powergates. in tegra_powergate_add() 1456 np = of_get_child_by_name(parent, "powergates"); in tegra_powergate_init() 1505 np = of_get_child_by_name(parent, "powergates"); in tegra_powergate_remove_all() 3277 .powergates = tegra20_powergates, 3339 .powergates = tegra30_powergates, 3397 .powergates = tegra114_powergates, [all …]
|
/linux/arch/arm/mach-tegra/ |
H A D | sleep-tegra30.S | 179 * Powergates the current CPU. 193 * and powergates it -- flags (in R0) indicate the request type.
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra20.dtsi | 703 powergates {
|
H A D | tegra30.dtsi | 851 powergates {
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra210.dtsi | 879 powergates {
|