__of_reset_control_get 663 drivers/reset/core.c EXPORT_SYMBOL_GPL(__of_reset_control_get); __of_reset_control_get 734 drivers/reset/core.c return __of_reset_control_get(dev->of_node, id, index, shared, __of_reset_control_get 883 drivers/reset/core.c rstc = __of_reset_control_get(np, NULL, i, shared, optional, __of_reset_control_get 22 include/linux/reset.h struct reset_control *__of_reset_control_get(struct device_node *node, __of_reset_control_get 231 include/linux/reset.h return __of_reset_control_get(node, id, 0, false, false, true); __of_reset_control_get 256 include/linux/reset.h return __of_reset_control_get(node, id, 0, true, false, false); __of_reset_control_get 273 include/linux/reset.h return __of_reset_control_get(node, NULL, index, false, false, true); __of_reset_control_get 301 include/linux/reset.h return __of_reset_control_get(node, NULL, index, true, false, false);