Home
last modified time | relevance | path

Searched defs:reset_ops (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/
H A Dreset-uclass.h20 struct reset_ops { struct
39 int (*of_xlate)(struct reset_ctl *reset_ctl,
52 int (*request)(struct reset_ctl *reset_ctl);
61 int (*free)(struct reset_ctl *reset_ctl);
71 int (*rst_assert)(struct reset_ctl *reset_ctl);
78 int (*rst_deassert)(struct reset_ctl *reset_ctl);
86 int (*rst_status)(struct reset_ctl *reset_ctl);
/openbmc/linux/drivers/reset/
H A Dreset-scmi.c14 static const struct scmi_reset_proto_ops *reset_ops; variable
/openbmc/linux/drivers/clk/visconti/
H A Dreset.c90 const struct reset_control_ops *reset_ops, in visconti_register_reset_controller()
/openbmc/linux/drivers/clk/ralink/
H A Dclk-mt7621.c461 static const struct reset_control_ops reset_ops = { variable
H A Dclk-mtmips.c1047 static const struct reset_control_ops reset_ops = { variable
/openbmc/linux/net/mac80211/
H A Ddebugfs.c436 static const struct file_operations reset_ops = { variable
/openbmc/linux/include/soc/tegra/
H A Dmc.h216 const struct tegra_mc_reset_ops *reset_ops; member