Home
last modified time | relevance | path

Searched refs:__of_reset_control_get (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dreset.h18 struct reset_control *__of_reset_control_get(struct device_node *node,
66 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get() function
186 return __of_reset_control_get(node, id, 0, false, false); in of_reset_control_get_exclusive()
211 return __of_reset_control_get(node, id, 0, true, false); in of_reset_control_get_shared()
228 return __of_reset_control_get(node, NULL, index, false, false); in of_reset_control_get_exclusive_by_index()
256 return __of_reset_control_get(node, NULL, index, true, false); in of_reset_control_get_shared_by_index()
/Linux-v4.19/drivers/reset/
Dcore.c462 struct reset_control *__of_reset_control_get(struct device_node *node, in __of_reset_control_get() function
524 EXPORT_SYMBOL_GPL(__of_reset_control_get);
594 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
738 rstc = __of_reset_control_get(np, NULL, i, shared, optional); in of_reset_control_array_get()