Lines Matching refs:child_res
654 struct resource *res, *child_res = NULL; in dwc3_qcom_acpi_register_core() local
670 child_res = kcalloc(2, sizeof(*child_res), GFP_KERNEL); in dwc3_qcom_acpi_register_core()
671 if (!child_res) { in dwc3_qcom_acpi_register_core()
683 child_res[0].flags = res->flags; in dwc3_qcom_acpi_register_core()
684 child_res[0].start = res->start; in dwc3_qcom_acpi_register_core()
685 child_res[0].end = child_res[0].start + in dwc3_qcom_acpi_register_core()
693 child_res[1].flags = IORESOURCE_IRQ; in dwc3_qcom_acpi_register_core()
694 child_res[1].start = child_res[1].end = irq; in dwc3_qcom_acpi_register_core()
696 ret = platform_device_add_resources(qcom->dwc3, child_res, 2); in dwc3_qcom_acpi_register_core()
714 kfree(child_res); in dwc3_qcom_acpi_register_core()
719 kfree(child_res); in dwc3_qcom_acpi_register_core()