reset_ops          62 arch/mips/ralink/reset.c static const struct reset_control_ops reset_ops = {
reset_ops          69 arch/mips/ralink/reset.c 	.ops			= &reset_ops,
reset_ops          95 drivers/clk/mediatek/reset.c 			const struct reset_control_ops *reset_ops)
reset_ops         116 drivers/clk/mediatek/reset.c 	data->rcdev.ops = reset_ops;
reset_ops         183 drivers/firmware/arm_scmi/reset.c static struct scmi_reset_ops reset_ops = {
reset_ops         220 drivers/firmware/arm_scmi/reset.c 	handle->reset_ops = &reset_ops;
reset_ops         158 drivers/memory/tegra/mc.c 	rst_ops = mc->soc->reset_ops;
reset_ops         210 drivers/memory/tegra/mc.c 	rst_ops = mc->soc->reset_ops;
reset_ops         248 drivers/memory/tegra/mc.c 	rst_ops = mc->soc->reset_ops;
reset_ops         975 drivers/memory/tegra/tegra114.c 	.reset_ops = &tegra_mc_reset_ops_common,
reset_ops        1074 drivers/memory/tegra/tegra124.c 	.reset_ops = &tegra_mc_reset_ops_common,
reset_ops        1104 drivers/memory/tegra/tegra124.c 	.reset_ops = &tegra_mc_reset_ops_common,
reset_ops         290 drivers/memory/tegra/tegra20.c 	.reset_ops = &tegra20_mc_reset_ops,
reset_ops        1132 drivers/memory/tegra/tegra210.c 	.reset_ops = &tegra_mc_reset_ops_common,
reset_ops         999 drivers/memory/tegra/tegra30.c 	.reset_ops = &tegra_mc_reset_ops_common,
reset_ops          42 drivers/reset/reset-scmi.c 	return handle->reset_ops->assert(handle, id);
reset_ops          60 drivers/reset/reset-scmi.c 	return handle->reset_ops->deassert(handle, id);
reset_ops          78 drivers/reset/reset-scmi.c 	return handle->reset_ops->reset(handle, id);
reset_ops          94 drivers/reset/reset-scmi.c 	if (!handle || !handle->reset_ops)
reset_ops         104 drivers/reset/reset-scmi.c 	data->rcdev.nr_resets = handle->reset_ops->num_domains_get(handle);
reset_ops         238 include/linux/scmi_protocol.h 	struct scmi_reset_ops *reset_ops;
reset_ops         160 include/soc/tegra/mc.h 	const struct tegra_mc_reset_ops *reset_ops;
reset_ops         217 net/mac80211/debugfs.c static const struct file_operations reset_ops = {