Home
last modified time | relevance | path

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

/linux/include/linux/
A 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()
479 return __of_reset_control_get(node, id, 0, true, false, false); in of_reset_control_get_shared()
496 return __of_reset_control_get(node, NULL, index, false, false, true); in of_reset_control_get_exclusive_by_index()
524 return __of_reset_control_get(node, NULL, index, true, false, false); in of_reset_control_get_shared_by_index()
/linux/drivers/reset/
A Dcore.c813 __of_reset_control_get(struct device_node *node, const char *id, int index, in __of_reset_control_get() function
875 EXPORT_SYMBOL_GPL(__of_reset_control_get);
946 return __of_reset_control_get(dev->of_node, id, index, shared, in __reset_control_get()
1177 rstc = __of_reset_control_get(np, NULL, i, shared, optional, in of_reset_control_array_get()
/linux/
A Dvmlinux.symvers5454 0x00000000 __of_reset_control_get vmlinux EXPORT_SYMBOL_GPL
A DSystem.map28159 ffff800010753cf4 T __of_reset_control_get
A D.tmp_System.map28159 ffff800010753cf4 T __of_reset_control_get

Completed in 325 milliseconds