Searched refs:reset_ops (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/reset/
H A Dreset-scmi.c14 static const struct scmi_reset_proto_ops *reset_ops; variable in typeref:struct:scmi_reset_proto_ops
44 return reset_ops->assert(ph, id);
62 return reset_ops->deassert(ph, id);
80 return reset_ops->reset(ph, id);
100 reset_ops = handle->devm_protocol_get(sdev, SCMI_PROTOCOL_RESET, &ph);
101 if (IS_ERR(reset_ops))
102 return PTR_ERR(reset_ops);
111 data->rcdev.nr_resets = reset_ops->num_domains_get(ph);
/linux-master/drivers/clk/visconti/
H A Dreset.h34 const struct reset_control_ops *reset_ops,
H A Dreset.c90 const struct reset_control_ops *reset_ops,
101 reset->rcdev.ops = reset_ops;
86 visconti_register_reset_controller(struct device *dev, struct regmap *regmap, const struct visconti_reset_data *resets, unsigned int num_resets, const struct reset_control_ops *reset_ops, spinlock_t *lock) argument
/linux-master/include/soc/tegra/
H A Dmc.h193 const struct tegra_mc_reset_ops *reset_ops; member in struct:tegra_mc_soc
/linux-master/drivers/memory/tegra/
H A Dmc.c217 rst_ops = mc->soc->reset_ops;
276 rst_ops = mc->soc->reset_ops;
314 rst_ops = mc->soc->reset_ops;
962 if (mc->soc->reset_ops) {
H A Dtegra124.c1273 .reset_ops = &tegra_mc_reset_ops_common,
1305 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra20.c776 .reset_ops = &tegra20_mc_reset_ops,
H A Dtegra114.c1113 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra210.c1286 .reset_ops = &tegra_mc_reset_ops_common,
H A Dtegra30.c1398 .reset_ops = &tegra_mc_reset_ops_common,
/linux-master/drivers/clk/ralink/
H A Dclk-mt7621.c461 static const struct reset_control_ops reset_ops = { variable in typeref:struct:reset_control_ops
476 rst_data->rcdev.ops = &reset_ops;
H A Dclk-mtmips.c1047 static const struct reset_control_ops reset_ops = { variable in typeref:struct:reset_control_ops
1062 rst_data->rcdev.ops = &reset_ops;
/linux-master/net/mac80211/
H A Ddebugfs.c437 static const struct file_operations reset_ops = { variable in typeref:struct:file_operations

Completed in 157 milliseconds