Home
last modified time | relevance | path

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

/linux/include/linux/
A Dreset.h66 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
858 return of_reset_control_array_get(node, false, false, true); in of_reset_control_array_get_exclusive()
864 return of_reset_control_array_get(node, false, false, false); in of_reset_control_array_get_exclusive_released()
870 return of_reset_control_array_get(node, true, false, true); in of_reset_control_array_get_shared()
876 return of_reset_control_array_get(node, false, true, true); in of_reset_control_array_get_optional_exclusive()
882 return of_reset_control_array_get(node, true, true, true); in of_reset_control_array_get_optional_shared()
/linux/drivers/reset/
A Dcore.c1161 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function
1198 EXPORT_SYMBOL_GPL(of_reset_control_array_get);
1223 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()
/linux/drivers/usb/dwc3/
A Ddwc3-of-simple.c55 simple->resets = of_reset_control_array_get(np, false, true, in dwc3_of_simple_probe()
/linux/Documentation/driver-api/
A Dreset.rst201 of_reset_control_array_get
/linux/
A Dvmlinux.symvers5081 0x00000000 of_reset_control_array_get vmlinux EXPORT_SYMBOL_GPL
A DSystem.map28160 ffff800010753ec4 T of_reset_control_array_get
A D.tmp_System.map28160 ffff800010753ec4 T of_reset_control_array_get

Completed in 327 milliseconds