Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dreset.h32 struct reset_control *of_reset_control_array_get(struct device_node *np,
95 of_reset_control_array_get(struct device_node *np, bool shared, bool optional) in of_reset_control_array_get() function
408 return of_reset_control_array_get(node, false, false); in of_reset_control_array_get_exclusive()
414 return of_reset_control_array_get(node, true, false); in of_reset_control_array_get_shared()
420 return of_reset_control_array_get(node, false, true); in of_reset_control_array_get_optional_exclusive()
426 return of_reset_control_array_get(node, true, true); in of_reset_control_array_get_optional_shared()
/Linux-v4.19/drivers/reset/
Dcore.c723 of_reset_control_array_get(struct device_node *np, bool shared, bool optional) in of_reset_control_array_get() function
758 EXPORT_SYMBOL_GPL(of_reset_control_array_get);
785 rstc = of_reset_control_array_get(dev->of_node, shared, optional); in devm_reset_control_array_get()
/Linux-v4.19/drivers/usb/dwc3/
Ddwc3-of-simple.c110 simple->resets = of_reset_control_array_get(np, shared_resets, true); in dwc3_of_simple_probe()