Searched refs:reset_ops (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/drivers/reset/ |
| D | reset-scmi.c | 42 return handle->reset_ops->assert(handle, id); in scmi_reset_assert() 60 return handle->reset_ops->deassert(handle, id); in scmi_reset_deassert() 78 return handle->reset_ops->reset(handle, id); in scmi_reset_reset() 94 if (!handle || !handle->reset_ops) in scmi_reset_probe() 104 data->rcdev.nr_resets = handle->reset_ops->num_domains_get(handle); in scmi_reset_probe()
|
| /Linux-v5.10/arch/mips/ralink/ |
| D | reset.c | 62 static const struct reset_control_ops reset_ops = { variable 69 .ops = &reset_ops,
|
| /Linux-v5.10/drivers/clk/mediatek/ |
| 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-v5.10/drivers/firmware/arm_scmi/ |
| D | reset.c | 195 static const struct scmi_reset_ops reset_ops = { variable 308 handle->reset_ops = &reset_ops; in scmi_reset_protocol_init()
|
| /Linux-v5.10/include/soc/tegra/ |
| D | mc.h | 160 const struct tegra_mc_reset_ops *reset_ops; member
|
| /Linux-v5.10/drivers/memory/tegra/ |
| D | mc.c | 126 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert() 178 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert() 216 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status()
|
| D | tegra20.c | 290 .reset_ops = &tegra20_mc_reset_ops,
|
| D | tegra124.c | 1055 .reset_ops = &tegra_mc_reset_ops_common, 1085 .reset_ops = &tegra_mc_reset_ops_common,
|
| D | tegra114.c | 977 .reset_ops = &tegra_mc_reset_ops_common,
|
| D | tegra30.c | 1025 .reset_ops = &tegra_mc_reset_ops_common,
|
| D | tegra210.c | 1132 .reset_ops = &tegra_mc_reset_ops_common,
|
| /Linux-v5.10/include/linux/ |
| D | scmi_protocol.h | 286 const struct scmi_reset_ops *reset_ops; member
|
| /Linux-v5.10/net/mac80211/ |
| D | debugfs.c | 353 static const struct file_operations reset_ops = { variable
|