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