Searched refs:__of_reset_control_get (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/include/linux/ |
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()
|
/linux-6.14.4/drivers/reset/ |
D | core.c | 1003 __of_reset_control_get(struct device_node *node, const char *id, int index, in __of_reset_control_get() function 1082 EXPORT_SYMBOL_GPL(__of_reset_control_get); 1158 return __of_reset_control_get(dev->of_node, id, index, flags); in __reset_control_get() 1439 rstc = __of_reset_control_get(np, NULL, i, flags); in of_reset_control_array_get()
|