Searched refs:__of_reset_control_get (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
D | reset.h | 22 struct reset_control *__of_reset_control_get(struct device_node *node, 82 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get() function 253 return __of_reset_control_get(node, id, 0, false, false, true); in of_reset_control_get_exclusive() 278 return __of_reset_control_get(node, id, 0, true, false, false); in of_reset_control_get_shared() 295 return __of_reset_control_get(node, NULL, index, false, false, true); in of_reset_control_get_exclusive_by_index() 323 return __of_reset_control_get(node, NULL, index, true, false, false); in of_reset_control_get_shared_by_index()
|
/Linux-v5.10/drivers/reset/ |
D | core.c | 602 struct reset_control *__of_reset_control_get(struct device_node *node, in __of_reset_control_get() function 665 EXPORT_SYMBOL_GPL(__of_reset_control_get); 736 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get() 886 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()
|