Searched refs:list_element (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/acpi/acpica/
H A Dhwpci.c143 struct acpi_pci_device *list_element; local
168 list_element = ACPI_ALLOCATE(sizeof(struct acpi_pci_device));
169 if (!list_element) {
179 list_element->next = *return_list_head;
180 list_element->device = parent_device;
181 *return_list_head = list_element;

Completed in 339 milliseconds