Searched defs:reset_ops (Results 1 – 7 of 7) sorted by relevance
20 struct reset_ops { struct39 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);
14 static const struct scmi_reset_proto_ops *reset_ops; variable
90 const struct reset_control_ops *reset_ops, in visconti_register_reset_controller()
436 static const struct file_operations reset_ops = { variable
461 static const struct reset_control_ops reset_ops = { variable
1056 static const struct reset_control_ops reset_ops = { variable
216 const struct tegra_mc_reset_ops *reset_ops; member