Searched refs:reset_ops (Results 1 – 17 of 17) sorted by relevance
12 static inline struct reset_ops *reset_dev_ops(struct udevice *dev) in reset_dev_ops()14 return (struct reset_ops *)dev->driver->ops; in reset_dev_ops()38 struct reset_ops *ops; in reset_get_by_index()135 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_request()144 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_free()153 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_assert()175 struct reset_ops *ops = reset_dev_ops(reset_ctl->dev); in reset_deassert()
52 struct reset_ops tegra_car_reset_ops = {
54 struct reset_ops bcm6345_reset_reset_ops = {
61 struct reset_ops tegra186_reset_ops = {
63 struct reset_ops meson_reset_ops = {
80 struct reset_ops sandbox_reset_reset_ops = {
90 struct reset_ops ast2500_reset_ops = {
70 static const struct reset_ops socfpga_reset_ops = {
69 static const struct reset_ops stm32_reset_ops = {
77 struct reset_ops rockchip_reset_ops = {
235 static const struct reset_ops uniphier_reset_ops = {
299 struct reset_ops sti_reset_ops = {
132 reset_ops = []136 reset_ops += [var.assign(variable_cache[var.name])]139 if reset_ops:140 sess.run(reset_ops)
20 struct reset_ops { struct
952 reset_ops = []954 reset_ops.append(handler.reset(stamp_token, next_stamp_token))956 reset_ops.append(958 reset_ops.append(steps_accumulator.flush(stamp_token, next_stamp_token))959 reset_ops.append(self._finalized_trees.assign(0).op)960 reset_ops.append(self._attempted_trees.assign(0).op)961 reset_ops.append(968 reset_op = control_flow_ops.group([reset_ops])
517 reset_ops = []525 reset_ops.append(state_ops.assign(c, 1.0, validate_shape=False))526 cache_reset = control_flow_ops.group(*reset_ops)
1205 reset_ops = []1207 reset_ops.append(1218 sess.run(reset_ops[i])