Home
last modified time | relevance | path

Searched refs:tegra_mc_reset_ops (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/memory/tegra/
H A Dmc.c89 const struct tegra_mc_reset_ops tegra_mc_reset_ops_common = {
117 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_assert()
170 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_deassert()
209 const struct tegra_mc_reset_ops *rst_ops; in tegra_mc_hotreset_status()
223 static const struct reset_control_ops tegra_mc_reset_ops = { variable
233 mc->reset.ops = &tegra_mc_reset_ops; in tegra_mc_reset_setup()
H A Dmc.h92 extern const struct tegra_mc_reset_ops tegra_mc_reset_ops_common;
H A Dtegra20.c274 static const struct tegra_mc_reset_ops tegra20_mc_reset_ops = {
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dmc.h129 struct tegra_mc_reset_ops { struct
160 const struct tegra_mc_reset_ops *reset_ops; argument