Searched refs:of_reset_control_array_get (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
A D | reset.h | 66 struct reset_control *of_reset_control_array_get(struct device_node *np, 198 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function 878 return of_reset_control_array_get(node, false, false, true); in of_reset_control_array_get_exclusive() 884 return of_reset_control_array_get(node, false, false, false); in of_reset_control_array_get_exclusive_released() 890 return of_reset_control_array_get(node, true, false, true); in of_reset_control_array_get_shared() 896 return of_reset_control_array_get(node, false, true, true); in of_reset_control_array_get_optional_exclusive() 902 return of_reset_control_array_get(node, true, true, true); in of_reset_control_array_get_optional_shared()
|
/linux/drivers/reset/ |
A D | core.c | 1367 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function 1404 EXPORT_SYMBOL_GPL(of_reset_control_array_get); 1429 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()
|
/linux/Documentation/driver-api/ |
A D | reset.rst | 201 of_reset_control_array_get
|
Completed in 65 milliseconds