Searched refs:of_reset_control_array_get (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/linux/ |
D | reset.h | 66 struct reset_control *of_reset_control_array_get(struct device_node *np, 198 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function 878 return of_reset_control_array_get(node, false, false, true); in of_reset_control_array_get_exclusive() 884 return of_reset_control_array_get(node, false, false, false); in of_reset_control_array_get_exclusive_released() 890 return of_reset_control_array_get(node, true, false, true); in of_reset_control_array_get_shared() 896 return of_reset_control_array_get(node, false, true, true); in of_reset_control_array_get_optional_exclusive() 902 return of_reset_control_array_get(node, true, true, true); in of_reset_control_array_get_optional_shared()
|
/linux-6.1.9/drivers/usb/dwc3/ |
D | dwc3-of-simple.c | 55 simple->resets = of_reset_control_array_get(np, false, true, in dwc3_of_simple_probe()
|
/linux-6.1.9/drivers/reset/ |
D | core.c | 1174 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function 1211 EXPORT_SYMBOL_GPL(of_reset_control_array_get); 1236 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()
|
/linux-6.1.9/Documentation/driver-api/ |
D | reset.rst | 201 of_reset_control_array_get
|