Lines Matching full:states
36 * @name Pin control states
46 /** This and higher values refer to custom private states. */
71 const struct pinctrl_state *states; member
106 * @brief Obtain the variable name storing pinctrl states for the given DT node
167 * @brief Define all the states for the given node identifier.
187 .states = Z_PINCTRL_STATES_NAME(node_id), \
193 .states = Z_PINCTRL_STATES_NAME(node_id), \
236 * also defined and initialized. Note that states marked to be skipped will not
423 * @brief Update states with a new set.
425 * @note In order to guarantee device drivers correct operation the same states
427 * current list of states, it is expected that the new array of states also
431 * @param states New states to be set.
432 * @param state_cnt Number of new states to be set.
434 * @retval -EINVAL If the new configuration does not contain the same states as
440 const struct pinctrl_state *states,
447 const struct pinctrl_state *states, uint8_t state_cnt) in pinctrl_update_states() argument
450 ARG_UNUSED(states); in pinctrl_update_states()