Lines Matching full:reset_dt_spec

34 struct reset_dt_spec {  struct
42 * @brief Static initializer for a @p reset_dt_spec argument
44 * This returns a static initializer for a @p reset_dt_spec structure given a
55 * const struct reset_dt_spec spec = RESET_DT_SPEC_GET_BY_IDX(DT_NODELABEL(n), 0);
69 * @return static initializer for a struct reset_dt_spec for the property
90 * @return static initializer for a struct reset_dt_spec for the property,
102 * @return static initializer for a struct reset_dt_spec for the property
114 * @return static initializer for a struct reset_dt_spec for the property,
121 * @brief Static initializer for a @p reset_dt_spec from a DT_DRV_COMPAT
126 * @return static initializer for a struct reset_dt_spec for the property
133 * @brief Static initializer for a @p reset_dt_spec from a DT_DRV_COMPAT
139 * @return static initializer for a struct reset_dt_spec for the property,
151 * @return static initializer for a struct reset_dt_spec for the property
163 * @return static initializer for a struct reset_dt_spec for the property,
238 * @brief Get the reset status from a @p reset_dt_spec.
249 static inline int reset_status_dt(const struct reset_dt_spec *spec, uint8_t *status) in reset_status_dt()
281 * @brief Assert the reset state from a @p reset_dt_spec.
291 static inline int reset_line_assert_dt(const struct reset_dt_spec *spec) in reset_line_assert_dt()
323 * @brief Deassert the reset state from a @p reset_dt_spec.
333 static inline int reset_line_deassert_dt(const struct reset_dt_spec *spec) in reset_line_deassert_dt()
364 * @brief Reset the device from a @p reset_dt_spec.
374 static inline int reset_line_toggle_dt(const struct reset_dt_spec *spec) in reset_line_toggle_dt()