Searched refs:reset_ops (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/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.4/arch/mips/ralink/ |
| D | reset.c | 62 static const struct reset_control_ops reset_ops = { variable 69 .ops = &reset_ops,
|
| /Linux-v5.4/drivers/firmware/arm_scmi/ |
| D | reset.c | 183 static struct scmi_reset_ops reset_ops = { variable 220 handle->reset_ops = &reset_ops; in scmi_reset_protocol_init()
|
| /Linux-v5.4/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.4/include/soc/tegra/ |
| D | mc.h | 160 const struct tegra_mc_reset_ops *reset_ops; member
|
| /Linux-v5.4/drivers/memory/tegra/ |
| D | mc.c | 158 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert() 210 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert() 248 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status()
|
| D | tegra20.c | 290 .reset_ops = &tegra20_mc_reset_ops,
|
| D | tegra124.c | 1074 .reset_ops = &tegra_mc_reset_ops_common, 1104 .reset_ops = &tegra_mc_reset_ops_common,
|
| D | tegra114.c | 975 .reset_ops = &tegra_mc_reset_ops_common,
|
| D | tegra30.c | 999 .reset_ops = &tegra_mc_reset_ops_common,
|
| D | tegra210.c | 1132 .reset_ops = &tegra_mc_reset_ops_common,
|
| /Linux-v5.4/include/linux/ |
| D | scmi_protocol.h | 238 struct scmi_reset_ops *reset_ops; member
|
| /Linux-v5.4/net/mac80211/ |
| D | debugfs.c | 217 static const struct file_operations reset_ops = { variable
|