Searched refs:__of_reset_control_get (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/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
 231 	return __of_reset_control_get(node, id, 0, false, false, true);  in of_reset_control_get_exclusive()
 256 	return __of_reset_control_get(node, id, 0, true, false, false);  in of_reset_control_get_shared()
 273 	return __of_reset_control_get(node, NULL, index, false, false, true);  in of_reset_control_get_exclusive_by_index()
 301 	return __of_reset_control_get(node, NULL, index, true, false, false);  in of_reset_control_get_shared_by_index()
 
 | 
| /Linux-v5.4/drivers/reset/ | 
| D | core.c | 600 struct reset_control *__of_reset_control_get(struct device_node *node,  in __of_reset_control_get()  function663 EXPORT_SYMBOL_GPL(__of_reset_control_get);
 734 		return __of_reset_control_get(dev->of_node, id, index, shared,  in __reset_control_get()
 884 		rstc = __of_reset_control_get(np, NULL, i, shared, optional,  in of_reset_control_array_get()
 
 |