Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dreset-uclass.h21 struct reset_ops { struct
40 int (*of_xlate)(struct reset_ctl *reset_ctl,
53 int (*request)(struct reset_ctl *reset_ctl);
62 int (*free)(struct reset_ctl *reset_ctl);
72 int (*rst_assert)(struct reset_ctl *reset_ctl);
79 int (*rst_deassert)(struct reset_ctl *reset_ctl);
/OK3568_Linux_fs/kernel/arch/mips/ralink/
H A Dreset.c62 static const struct reset_control_ops reset_ops = { variable
/OK3568_Linux_fs/kernel/drivers/reset/
H A Dreset-scmi.c14 static const struct scmi_reset_proto_ops *reset_ops; variable
/OK3568_Linux_fs/kernel/drivers/clk/mediatek/
H A Dreset.c95 const struct reset_control_ops *reset_ops) in mtk_register_reset_controller_common()
/OK3568_Linux_fs/kernel/include/soc/tegra/
H A Dmc.h160 const struct tegra_mc_reset_ops *reset_ops; member
/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddebugfs.c349 static const struct file_operations reset_ops = { variable