Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
H A Dnsload.c185 acpi_handle parent_handle; in acpi_ns_delete_subtree() local
192 parent_handle = start_handle; in acpi_ns_delete_subtree()
204 status = acpi_get_next_object(ACPI_TYPE_ANY, parent_handle, in acpi_ns_delete_subtree()
223 parent_handle = child_handle; in acpi_ns_delete_subtree()
237 child_handle = parent_handle; in acpi_ns_delete_subtree()
238 status = acpi_get_parent(parent_handle, &parent_handle); in acpi_ns_delete_subtree()
H A Dacnamesp.h136 acpi_ns_delete_namespace_subtree(struct acpi_namespace_node *parent_handle);
/linux/drivers/pci/hotplug/
H A Dacpi_pcihp.c168 acpi_handle bridge_handle, parent_handle; in acpi_pci_check_ejectable() local
173 if ((ACPI_FAILURE(acpi_get_parent(handle, &parent_handle)))) in acpi_pci_check_ejectable()
175 if (bridge_handle != parent_handle) in acpi_pci_check_ejectable()
/linux/drivers/usb/core/
H A Dusb-acpi.c250 acpi_handle *parent_handle; in usb_acpi_get_companion_for_port() local
266 parent_handle = usb_get_hub_port_acpi_handle(udev->parent, in usb_acpi_get_companion_for_port()
268 if (!parent_handle) in usb_acpi_get_companion_for_port()
271 adev = acpi_fetch_acpi_dev(parent_handle); in usb_acpi_get_companion_for_port()
/linux/drivers/irqchip/
H A Dirq-gic-v2m.c381 static int __init gicv2m_of_init(struct fwnode_handle *parent_handle, in gicv2m_of_init() argument
385 struct device_node *node = to_of_node(parent_handle); in gicv2m_of_init()
539 int __init gicv2m_init(struct fwnode_handle *parent_handle, in gicv2m_init() argument
542 if (is_of_node(parent_handle)) in gicv2m_init()
543 return gicv2m_of_init(parent_handle, parent); in gicv2m_init()
/linux/sound/hda/
H A Dintel-sdw-acpi.c180 int sdw_intel_acpi_scan(acpi_handle *parent_handle, in sdw_intel_acpi_scan() argument
193 parent_handle, 2, in sdw_intel_acpi_scan()
/linux/include/linux/irqchip/
H A Darm-gic-common.h16 int gicv2m_init(struct fwnode_handle *parent_handle,
/linux/drivers/net/ethernet/netronome/nfp/abm/
H A Dqdisc.c340 enum nfp_qdisc_type type, u32 parent_handle, u32 handle, in nfp_abm_qdisc_alloc() argument
359 qdisc->parent_handle = parent_handle; in nfp_abm_qdisc_alloc()
388 enum nfp_qdisc_type type, u32 parent_handle, u32 handle, in nfp_abm_qdisc_replace() argument
398 *qdisc = nfp_abm_qdisc_alloc(netdev, alink, type, parent_handle, handle, in nfp_abm_qdisc_replace()
H A Dmain.h156 u32 parent_handle; member
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c1994 u16 ioc_status, parent_handle, temp_handle; in mpi3mr_expander_add() local
2023 parent_handle = le16_to_cpu(expander_pg0.parent_dev_handle); in mpi3mr_expander_add()
2024 if (mpi3mr_get_sas_address(mrioc, parent_handle, &sas_address_parent) in mpi3mr_expander_add()
2046 rc = mpi3mr_expander_add(mrioc, parent_handle); in mpi3mr_expander_add()
2058 parent_handle; in mpi3mr_expander_add()
2110 handle, parent_handle, (unsigned long long) in mpi3mr_expander_add()
2303 | tgtdev->parent_handle); in mpi3mr_get_sas_negotiated_logical_linkrate()
2370 if (mpi3mr_get_sas_address(mrioc, tgtdev->parent_handle, in mpi3mr_report_tgtdev_to_sas_transport()
H A Dmpi3mr.h743 u16 parent_handle; member
H A Dmpi3mr_os.c1156 tgtdev->parent_handle = le16_to_cpu(dev_pg0->parent_dev_handle); in mpi3mr_update_tgtdev()
1238 (tgtdev->parent_handle == 0xFFFF)) in mpi3mr_update_tgtdev()
/linux/include/linux/soundwire/
H A Dsdw_intel.h368 int sdw_intel_acpi_scan(acpi_handle *parent_handle,
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c6877 u16 parent_handle; in _scsih_expander_add() local
6908 parent_handle = le16_to_cpu(expander_pg0.ParentDevHandle); in _scsih_expander_add()
6909 if (_scsih_get_sas_address(ioc, parent_handle, &sas_address_parent) in _scsih_expander_add()
6924 rc = _scsih_expander_add(ioc, parent_handle); in _scsih_expander_add()
6960 handle, parent_handle, in _scsih_expander_add()
7571 u16 parent_handle, handle; in _scsih_sas_topology_change_event() local
7599 parent_handle = le16_to_cpu(event_data->ExpanderDevHandle); in _scsih_sas_topology_change_event()
7604 if (_scsih_expander_add(ioc, parent_handle) != 0) in _scsih_sas_topology_change_event()
7609 parent_handle); in _scsih_sas_topology_change_event()
7614 } else if (parent_handle < ioc->sas_hba.num_phys) { in _scsih_sas_topology_change_event()
[all …]
/linux/drivers/firmware/efi/libstub/
H A Defistub.h582 efi_handle_t parent_handle; member
597 u32 parent_handle; member
/linux/drivers/spi/
H A Dspi.c2710 acpi_handle parent_handle; in acpi_spi_add_resource() local
2721 &parent_handle); in acpi_spi_add_resource()
2727 if (!device_match_acpi_handle(ctlr->dev.parent, parent_handle)) in acpi_spi_add_resource()
2732 adev = acpi_fetch_acpi_dev(parent_handle); in acpi_spi_add_resource()
2801 acpi_handle parent_handle = NULL; in acpi_spi_device_alloc() local
2825 ACPI_SUCCESS(acpi_get_parent(adev->handle, &parent_handle)) && in acpi_spi_device_alloc()
2826 device_match_acpi_handle(lookup.ctlr->dev.parent, parent_handle)) { in acpi_spi_device_alloc()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1193 u32 parent_handle; in __mlxsw_sp_setup_tc_fifo() local
1197 parent_handle = TC_H_MAJ(p->parent); in __mlxsw_sp_setup_tc_fifo()
1198 if (parent_handle != qdisc_state->future_handle) { in __mlxsw_sp_setup_tc_fifo()
1203 parent_handle); in __mlxsw_sp_setup_tc_fifo()