Home
last modified time | relevance | path

Searched refs:reset_ops (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/drivers/reset/
Dreset-uclass.c12 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()
Dtegra-car-reset.c52 struct reset_ops tegra_car_reset_ops = {
Dreset-bcm6345.c54 struct reset_ops bcm6345_reset_reset_ops = {
Dtegra186-reset.c61 struct reset_ops tegra186_reset_ops = {
Dreset-meson.c63 struct reset_ops meson_reset_ops = {
Dsandbox-reset.c80 struct reset_ops sandbox_reset_reset_ops = {
Dast2500-reset.c90 struct reset_ops ast2500_reset_ops = {
Dreset-socfpga.c70 static const struct reset_ops socfpga_reset_ops = {
Dstm32-reset.c69 static const struct reset_ops stm32_reset_ops = {
Dreset-rockchip.c77 struct reset_ops rockchip_reset_ops = {
Dreset-uniphier.c235 static const struct reset_ops uniphier_reset_ops = {
Dsti-reset.c299 struct reset_ops sti_reset_ops = {
/external/tensorflow/tensorflow/contrib/recurrent/python/kernel_tests/
Dfunctional_rnn_test.py132 reset_ops = []
136 reset_ops += [var.assign(variable_cache[var.name])]
139 if reset_ops:
140 sess.run(reset_ops)
/external/u-boot/include/
Dreset-uclass.h20 struct reset_ops { struct
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch.py952 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])
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops.py517 reset_ops = []
525 reset_ops.append(state_ops.assign(c, 1.0, validate_shape=False))
526 cache_reset = control_flow_ops.group(*reset_ops)
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/
Dcudnn_rnn_ops_test.py1205 reset_ops = []
1207 reset_ops.append(
1218 sess.run(reset_ops[i])