Home
last modified time | relevance | path

Searched refs:parent_handle (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dnsload.c211 acpi_handle parent_handle; in acpi_ns_delete_subtree() local
218 parent_handle = start_handle; in acpi_ns_delete_subtree()
230 status = acpi_get_next_object(ACPI_TYPE_ANY, parent_handle, in acpi_ns_delete_subtree()
249 parent_handle = child_handle; in acpi_ns_delete_subtree()
263 child_handle = parent_handle; in acpi_ns_delete_subtree()
264 status = acpi_get_parent(parent_handle, &parent_handle); in acpi_ns_delete_subtree()
Dacnamesp.h159 acpi_ns_delete_namespace_subtree(struct acpi_namespace_node *parent_handle);
/linux-4.1.27/drivers/usb/core/
Dusb-acpi.c134 acpi_handle *parent_handle; in usb_acpi_find_companion() local
182 parent_handle = in usb_acpi_find_companion()
185 if (!parent_handle) in usb_acpi_find_companion()
188 acpi_bus_get_device(parent_handle, &adev); in usb_acpi_find_companion()
/linux-4.1.27/drivers/pci/hotplug/
Dacpi_pcihp.c183 acpi_handle bridge_handle, parent_handle; in acpi_pci_check_ejectable() local
188 if ((ACPI_FAILURE(acpi_get_parent(handle, &parent_handle)))) in acpi_pci_check_ejectable()
190 if (bridge_handle != parent_handle) in acpi_pci_check_ejectable()
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_scsih.c4859 u16 parent_handle; in _scsih_expander_add() local
4888 parent_handle = le16_to_cpu(expander_pg0.ParentDevHandle); in _scsih_expander_add()
4889 if (_scsih_get_sas_address(ioc, parent_handle, &sas_address_parent) in _scsih_expander_add()
4901 rc = _scsih_expander_add(ioc, parent_handle); in _scsih_expander_add()
4931 handle, parent_handle, (unsigned long long) in _scsih_expander_add()
5492 u16 parent_handle, handle; in _scsih_sas_topology_change_event() local
5522 parent_handle = le16_to_cpu(event_data->ExpanderDevHandle); in _scsih_sas_topology_change_event()
5526 if (_scsih_expander_add(ioc, parent_handle) != 0) in _scsih_sas_topology_change_event()
5531 parent_handle); in _scsih_sas_topology_change_event()
5535 } else if (parent_handle < ioc->sas_hba.num_phys) { in _scsih_sas_topology_change_event()
[all …]
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_scsih.c4460 u16 parent_handle; in _scsih_expander_add() local
4490 parent_handle = le16_to_cpu(expander_pg0.ParentDevHandle); in _scsih_expander_add()
4491 if (_scsih_get_sas_address(ioc, parent_handle, &sas_address_parent) in _scsih_expander_add()
4503 rc = _scsih_expander_add(ioc, parent_handle); in _scsih_expander_add()
4533 handle, parent_handle, (unsigned long long) in _scsih_expander_add()
5064 u16 parent_handle, handle; in _scsih_sas_topology_change_event() local
5094 parent_handle = le16_to_cpu(event_data->ExpanderDevHandle); in _scsih_sas_topology_change_event()
5098 if (_scsih_expander_add(ioc, parent_handle) != 0) in _scsih_sas_topology_change_event()
5103 parent_handle); in _scsih_sas_topology_change_event()
5107 } else if (parent_handle < ioc->sas_hba.num_phys) { in _scsih_sas_topology_change_event()
[all …]
/linux-4.1.27/include/linux/
Defi.h691 u32 parent_handle; member
707 u64 parent_handle; member
723 void *parent_handle; member