Searched refs:__of_reset_control_get (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | reset.h | 86 struct reset_control *__of_reset_control_get(struct device_node *node, 154 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get() function 502 return __of_reset_control_get(node, id, 0, RESET_CONTROL_EXCLUSIVE); in of_reset_control_get_exclusive() 522 return __of_reset_control_get(node, id, 0, RESET_CONTROL_OPTIONAL_EXCLUSIVE); in of_reset_control_get_optional_exclusive() 547 return __of_reset_control_get(node, id, 0, RESET_CONTROL_SHARED); in of_reset_control_get_shared() 564 return __of_reset_control_get(node, NULL, index, RESET_CONTROL_EXCLUSIVE); in of_reset_control_get_exclusive_by_index() 592 return __of_reset_control_get(node, NULL, index, RESET_CONTROL_SHARED); in of_reset_control_get_shared_by_index()
|