Home
last modified time | relevance | path

Searched refs:reset_ops (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/reset/
H A Dreset-scmi.c14 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-6.15/drivers/reset/amlogic/
H A Dreset-meson-aux.c18 .reset_ops = &meson_reset_toggle_ops,
24 .reset_ops = &meson_reset_toggle_ops,
30 .reset_ops = &meson_reset_toggle_ops,
36 .reset_ops = &meson_reset_toggle_ops,
H A Dreset-meson.c21 .reset_ops = &meson_reset_ops,
29 .reset_ops = &meson_reset_ops,
37 .reset_ops = &meson_reset_ops,
H A Dreset-meson.h15 const struct reset_control_ops *reset_ops; member
H A Dreset-meson-common.c131 data->rcdev.ops = data->param->reset_ops; in meson_reset_controller_register()
/linux-6.15/drivers/clk/visconti/
H A Dreset.c90 const struct reset_control_ops *reset_ops, in visconti_register_reset_controller() argument
101 reset->rcdev.ops = reset_ops; in visconti_register_reset_controller()
H A Dreset.h34 const struct reset_control_ops *reset_ops,
/linux-6.15/drivers/memory/tegra/
H A Dmc.c217 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_assert()
276 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_deassert()
314 rst_ops = mc->soc->reset_ops; in tegra_mc_hotreset_status()
957 if (mc->soc->reset_ops) { in tegra_mc_probe()
H A Dtegra124.c1273 .reset_ops = &tegra_mc_reset_ops_common,
1305 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra114.c1113 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra20.c776 .reset_ops = &tegra20_mc_reset_ops,
H A Dtegra210.c1286 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra30.c1398 .reset_ops = &tegra_mc_reset_ops_common,
/linux-6.15/include/soc/tegra/
H A Dmc.h193 const struct tegra_mc_reset_ops *reset_ops; member
/linux-6.15/drivers/clk/ralink/
H A Dclk-mt7621.c461 static const struct reset_control_ops reset_ops = { variable
476 rst_data->rcdev.ops = &reset_ops; in mt7621_reset_init()
H A Dclk-mtmips.c1072 static const struct reset_control_ops reset_ops = { variable
1087 rst_data->rcdev.ops = &reset_ops; in mtmips_reset_init()
/linux-6.15/net/mac80211/
H A Ddebugfs.c430 static const struct debugfs_short_fops reset_ops = { variable