Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dreset.h44 struct reset_control *__of_reset_control_get(struct device_node *node,
117 static inline struct reset_control *__of_reset_control_get( in __of_reset_control_get() function
454 return __of_reset_control_get(node, id, 0, false, false, true); in of_reset_control_get_exclusive()
474 return __of_reset_control_get(node, id, 0, false, true, true); in of_reset_control_get_optional_exclusive()
499 return __of_reset_control_get(node, id, 0, true, false, false); in of_reset_control_get_shared()
516 return __of_reset_control_get(node, NULL, index, false, false, true); in of_reset_control_get_exclusive_by_index()
544 return __of_reset_control_get(node, NULL, index, true, false, false); in of_reset_control_get_shared_by_index()
/linux-6.6.21/drivers/reset/
Dcore.c817 __of_reset_control_get(struct device_node *node, const char *id, int index, in __of_reset_control_get() function
879 EXPORT_SYMBOL_GPL(__of_reset_control_get);
950 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
1190 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()