Searched refs:child_dev (Results 1 – 1 of 1) sorted by relevance
18 struct acpi_dev child_dev[CONFIG_ACPI_DEV_MAX]; member275 struct acpi_dev *child_dev; in dev_resource_enum_callback() local295 child_dev = (struct acpi_dev *)&bus->child_dev[bus->num_dev++]; in dev_resource_enum_callback()296 child_dev->handle = obj_handle; in dev_resource_enum_callback()297 child_dev->dev_info = dev_info; in dev_resource_enum_callback()305 child_dev->path = path_name; in dev_resource_enum_callback()315 child_dev->res_lst = rt_buffer.Pointer; in dev_resource_enum_callback()587 struct acpi_dev *child_dev; in acpi_device_get() local597 child_dev = &bus_ctx.child_dev[i]; in acpi_device_get()598 if (!child_dev->path) { in acpi_device_get()[all …]