Searched refs:of_reset_control_array_get (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | reset.h | 36 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 518 return of_reset_control_array_get(node, false, false, true); in of_reset_control_array_get_exclusive() 524 return of_reset_control_array_get(node, false, false, false); in of_reset_control_array_get_exclusive_released() 530 return of_reset_control_array_get(node, true, false, true); in of_reset_control_array_get_shared() 536 return of_reset_control_array_get(node, false, true, true); in of_reset_control_array_get_optional_exclusive() 542 return of_reset_control_array_get(node, true, true, true); in of_reset_control_array_get_optional_shared()
|
| /kernel/linux/linux-5.10/drivers/reset/ |
| D | core.c | 873 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() function 910 EXPORT_SYMBOL_GPL(of_reset_control_array_get); 935 rstc = of_reset_control_array_get(dev->of_node, shared, optional, true); in devm_reset_control_array_get()
|
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | dwc3-of-simple.c | 55 simple->resets = of_reset_control_array_get(np, false, true, in dwc3_of_simple_probe()
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0020_linux_drivers_gpu.patch | 26416 + rstc = of_reset_control_array_get(child, false, false, true); 39405 + rstc = of_reset_control_array_get(child, false, false, true);
|
| D | 0036_linux_drivers_staging.patch | 39777 + rstc = of_reset_control_array_get(child, false, false, true); 46226 + rstc = of_reset_control_array_get(child, false, false, true);
|