Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dreset.h36 struct reset_control *of_reset_control_array_get(struct device_node *np,
113 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function
472 return of_reset_control_array_get(node, false, false, true); in of_reset_control_array_get_exclusive()
478 return of_reset_control_array_get(node, false, false, false); in of_reset_control_array_get_exclusive_released()
484 return of_reset_control_array_get(node, true, false, true); in of_reset_control_array_get_shared()
490 return of_reset_control_array_get(node, false, true, true); in of_reset_control_array_get_optional_exclusive()
496 return of_reset_control_array_get(node, true, true, true); in of_reset_control_array_get_optional_shared()
/Linux-v5.4/drivers/reset/
Dcore.c868 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function
905 EXPORT_SYMBOL_GPL(of_reset_control_array_get);
932 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()
/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-of-simple.c63 simple->resets = of_reset_control_array_get(np, shared_resets, true, in dwc3_of_simple_probe()