Searched refs:tegra_cpu_car_ops (Results 1 – 10 of 10) sorted by relevance
32 struct tegra_cpu_car_ops { struct46 extern struct tegra_cpu_car_ops *tegra_cpu_car_ops; argument53 tegra_cpu_car_ops->wait_for_reset(cpu); in tegra_wait_cpu_in_reset()61 tegra_cpu_car_ops->put_in_reset(cpu); in tegra_put_cpu_in_reset()69 tegra_cpu_car_ops->out_of_reset(cpu); in tegra_cpu_out_of_reset()77 tegra_cpu_car_ops->enable_clock(cpu); in tegra_enable_cpu_clock()85 tegra_cpu_car_ops->disable_clock(cpu); in tegra_disable_cpu_clock()120 if (WARN_ON(!tegra_cpu_car_ops->suspend)) in tegra_cpu_clock_suspend()123 tegra_cpu_car_ops->suspend(); in tegra_cpu_clock_suspend()128 if (WARN_ON(!tegra_cpu_car_ops->resume)) in tegra_cpu_clock_resume()[all …]
20 static struct tegra_cpu_car_ops dummy_car_ops;21 struct tegra_cpu_car_ops *tegra_cpu_car_ops = &dummy_car_ops; variable
1004 static struct tegra_cpu_car_ops tegra20_cpu_car_ops = {1156 tegra_cpu_car_ops = &tegra20_cpu_car_ops; in tegra20_clock_init()
1116 static struct tegra_cpu_car_ops tegra114_cpu_car_ops = {1350 tegra_cpu_car_ops = &tegra114_cpu_car_ops; in tegra114_clock_init()
1204 static struct tegra_cpu_car_ops tegra30_cpu_car_ops = {1364 tegra_cpu_car_ops = &tegra30_cpu_car_ops; in tegra30_clock_init()
1276 static struct tegra_cpu_car_ops tegra124_cpu_car_ops = {1546 tegra_cpu_car_ops = &tegra124_cpu_car_ops; in tegra124_132_clock_init_post()
3533 static struct tegra_cpu_car_ops tegra210_cpu_car_ops = {3812 tegra_cpu_car_ops = &tegra210_cpu_car_ops; in tegra210_clock_init()
141 if (tegra_cpu_car_ops->rail_off_ready && in tegra_sleep_cpu()
154215 ffff800011fefdb8 D tegra_cpu_car_ops
Completed in 350 milliseconds