Home
last modified time | relevance | path

Searched refs:of_reset_control_array_get (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dreset.h106 struct reset_control *of_reset_control_array_get(struct device_node *np, enum reset_control_flags);
245 of_reset_control_array_get(struct device_node *np, enum reset_control_flags flags) in of_reset_control_array_get() function
1035 return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE); in of_reset_control_array_get_exclusive()
1041 return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE_RELEASED); in of_reset_control_array_get_exclusive_released()
1047 return of_reset_control_array_get(node, RESET_CONTROL_SHARED); in of_reset_control_array_get_shared()
1053 return of_reset_control_array_get(node, RESET_CONTROL_OPTIONAL_EXCLUSIVE); in of_reset_control_array_get_optional_exclusive()
1059 return of_reset_control_array_get(node, RESET_CONTROL_OPTIONAL_SHARED); in of_reset_control_array_get_optional_shared()
/linux/drivers/reset/
H A Dcore.c1351 of_reset_control_array_get(struct device_node *np, enum reset_control_flags flags) in of_reset_control_array_get() function
1387 EXPORT_SYMBOL_GPL(of_reset_control_array_get);
1411 rstc = of_reset_control_array_get(dev->of_node, flags); in devm_reset_control_array_get()
/linux/Documentation/driver-api/
H A Dreset.rst201 of_reset_control_array_get