of_reset_control_array_get  904 drivers/reset/core.c EXPORT_SYMBOL_GPL(of_reset_control_array_get);
of_reset_control_array_get  930 drivers/reset/core.c 	rstc = of_reset_control_array_get(dev->of_node, shared, optional, true);
of_reset_control_array_get   63 drivers/usb/dwc3/dwc3-of-simple.c 	simple->resets = of_reset_control_array_get(np, shared_resets, true,
of_reset_control_array_get   36 include/linux/reset.h struct reset_control *of_reset_control_array_get(struct device_node *np,
of_reset_control_array_get  472 include/linux/reset.h 	return of_reset_control_array_get(node, false, false, true);
of_reset_control_array_get  478 include/linux/reset.h 	return of_reset_control_array_get(node, false, false, false);
of_reset_control_array_get  484 include/linux/reset.h 	return of_reset_control_array_get(node, true, false, true);
of_reset_control_array_get  490 include/linux/reset.h 	return of_reset_control_array_get(node, false, true, true);
of_reset_control_array_get  496 include/linux/reset.h 	return of_reset_control_array_get(node, true, true, true);