Searched refs:of_reset_control_array_get (Results 1 – 3 of 3) sorted by relevance
106 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() function1035 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()
1351 of_reset_control_array_get(struct device_node *np, enum reset_control_flags flags) in of_reset_control_array_get() function1387 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()
201 of_reset_control_array_get