Searched refs:of_reset_control_array_get (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A 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 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 D | core.c | 1161 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 D | dwc3-of-simple.c | 55 simple->resets = of_reset_control_array_get(np, false, true, in dwc3_of_simple_probe()
|
| /linux/Documentation/driver-api/ |
| A D | reset.rst | 201 of_reset_control_array_get
|
| /linux/ |
| A D | vmlinux.symvers | 5081 0x00000000 of_reset_control_array_get vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 28160 ffff800010753ec4 T of_reset_control_array_get
|
| A D | .tmp_System.map | 28160 ffff800010753ec4 T of_reset_control_array_get
|
Completed in 327 milliseconds