Lines Matching refs:id
152 int tegra_powergate_power_on(unsigned int id);
153 int tegra_powergate_power_off(unsigned int id);
154 int tegra_powergate_remove_clamping(unsigned int id);
157 int tegra_powergate_sequence_power_up(unsigned int id, struct clk *clk,
160 int tegra_io_pad_power_enable(enum tegra_io_pad id);
161 int tegra_io_pad_power_disable(enum tegra_io_pad id);
169 static inline int tegra_powergate_power_on(unsigned int id) in tegra_powergate_power_on() argument
174 static inline int tegra_powergate_power_off(unsigned int id) in tegra_powergate_power_off() argument
179 static inline int tegra_powergate_remove_clamping(unsigned int id) in tegra_powergate_remove_clamping() argument
184 static inline int tegra_powergate_sequence_power_up(unsigned int id, in tegra_powergate_sequence_power_up() argument
191 static inline int tegra_io_pad_power_enable(enum tegra_io_pad id) in tegra_io_pad_power_enable() argument
196 static inline int tegra_io_pad_power_disable(enum tegra_io_pad id) in tegra_io_pad_power_disable() argument
201 static inline int tegra_io_pad_get_voltage(enum tegra_io_pad id) in tegra_io_pad_get_voltage() argument