Searched refs:reset_ops (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/reset/ |
A D | reset-scmi.c | 14 static const struct scmi_reset_proto_ops *reset_ops; variable 44 return reset_ops->assert(ph, id); in scmi_reset_assert() 62 return reset_ops->deassert(ph, id); in scmi_reset_deassert() 80 return reset_ops->reset(ph, id); in scmi_reset_reset() 100 reset_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_RESET, &ph); in scmi_reset_probe() 101 if (IS_ERR(reset_ops)) in scmi_reset_probe() 102 return PTR_ERR(reset_ops); in scmi_reset_probe() 111 data->rcdev.nr_resets = reset_ops->num_domains_get(ph); in scmi_reset_probe()
|
/linux/arch/mips/ralink/ |
A D | reset.c | 62 static const struct reset_control_ops reset_ops = { variable 69 .ops = &reset_ops,
|
/linux/drivers/clk/mediatek/ |
A D | reset.c | 95 const struct reset_control_ops *reset_ops) in mtk_register_reset_controller_common() argument 116 data->rcdev.ops = reset_ops; in mtk_register_reset_controller_common()
|
/linux/drivers/memory/tegra/ |
A D | mc.c | 188 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert() 247 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert() 285 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status() 775 if (mc->soc->reset_ops) { in tegra_mc_probe()
|
A D | tegra124.c | 1273 .reset_ops = &tegra_mc_reset_ops_common, 1305 .reset_ops = &tegra_mc_reset_ops_common,
|
A D | tegra114.c | 1113 .reset_ops = &tegra_mc_reset_ops_common,
|
A D | tegra20.c | 803 .reset_ops = &tegra20_mc_reset_ops,
|
A D | tegra210.c | 1286 .reset_ops = &tegra_mc_reset_ops_common,
|
A D | tegra30.c | 1398 .reset_ops = &tegra_mc_reset_ops_common,
|
/linux/include/soc/tegra/ |
A D | mc.h | 202 const struct tegra_mc_reset_ops *reset_ops; member
|
/linux/net/mac80211/ |
A D | debugfs.c | 446 static const struct file_operations reset_ops = { variable
|
/linux/ |
A D | System.map | 162416 ffff800012141980 b reset_ops
|
A D | .tmp_System.map | 162416 ffff800012141980 b reset_ops
|
Completed in 381 milliseconds