Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dreset.h105 struct reset_control *of_reset_control_array_get(struct device_node *np, enum reset_control_flags);
244 of_reset_control_array_get(struct device_node *np, enum reset_control_flags flags) in of_reset_control_array_get() function
1028 return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE); in of_reset_control_array_get_exclusive()
1034 return of_reset_control_array_get(node, RESET_CONTROL_EXCLUSIVE_RELEASED); in of_reset_control_array_get_exclusive_released()
1040 return of_reset_control_array_get(node, RESET_CONTROL_SHARED); in of_reset_control_array_get_shared()
1046 return of_reset_control_array_get(node, RESET_CONTROL_OPTIONAL_EXCLUSIVE); in of_reset_control_array_get_optional_exclusive()
1052 return of_reset_control_array_get(node, RESET_CONTROL_OPTIONAL_SHARED); in of_reset_control_array_get_optional_shared()
/linux-6.14.4/drivers/reset/
Dcore.c1422 of_reset_control_array_get(struct device_node *np, enum reset_control_flags flags) in of_reset_control_array_get() function
1458 EXPORT_SYMBOL_GPL(of_reset_control_array_get);
1482 rstc = of_reset_control_array_get(dev->of_node, flags); in devm_reset_control_array_get()
/linux-6.14.4/Documentation/driver-api/
Dreset.rst201 of_reset_control_array_get