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.c253 acpi_handle *parent_handle; in usb_acpi_get_companion_for_port() local
269 parent_handle = usb_get_hub_port_acpi_handle(udev->parent, in usb_acpi_get_companion_for_port()
271 if (!parent_handle) in usb_acpi_get_companion_for_port()
274 adev = acpi_fetch_acpi_dev(parent_handle); in usb_acpi_get_companion_for_port()
/linux/drivers/irqchip/
H A Dirq-gic-v2m.c384 static int __init gicv2m_of_init(struct fwnode_handle *parent_handle, in gicv2m_of_init() argument
388 struct device_node *node = to_of_node(parent_handle); in gicv2m_of_init()
542 int __init gicv2m_init(struct fwnode_handle *parent_handle, in gicv2m_init() argument
545 if (is_of_node(parent_handle)) in gicv2m_init()
546 return gicv2m_of_init(parent_handle, parent); in gicv2m_init()
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c622 struct file_handle *parent_handle, *child_handle; in TEST() local
629 char parent_buf[sizeof(*parent_handle) + MAX_HANDLE_SZ]; in TEST()
739 parent_handle = (struct file_handle *)parent_buf; in TEST()
740 parent_handle->handle_bytes = sizeof(struct nsfs_file_handle); in TEST()
741 parent_handle->handle_type = FILEID_NSFS; in TEST()
742 struct nsfs_file_handle *parent_fh = (struct nsfs_file_handle *)parent_handle->f_handle; in TEST()
783 int parent_fd = open_by_handle_at(FD_NSFS_ROOT, parent_handle, O_RDONLY); in TEST()
816 int parent_fd3 = open_by_handle_at(FD_NSFS_ROOT, parent_handle, O_RDONLY); in TEST()
826 parent_fd = open_by_handle_at(FD_NSFS_ROOT, parent_handle, O_RDONLY); in TEST()
1637 struct file_handle *parent_handle, *net1_handle, *net2_handle; in TEST() local
[all …]
/linux/sound/hda/core/
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/net/shaper/
H A Dshaper.c901 struct net_shaper_handle parent_handle, handle = shaper->handle; in __net_shaper_delete() local
906 parent_handle = shaper->parent; in __net_shaper_delete()
916 if (parent_handle.scope == NET_SHAPER_SCOPE_NODE) { in __net_shaper_delete()
917 shaper = net_shaper_lookup(binding, &parent_handle); in __net_shaper_delete()
919 handle = parent_handle; in __net_shaper_delete()
1425 struct net_shaper_handle handle, parent_handle; in net_shaper_set_real_num_tx_queues() local
1438 parent_handle = shaper->parent; in net_shaper_set_real_num_tx_queues()
1444 if (parent_handle.scope != NET_SHAPER_SCOPE_NODE) in net_shaper_set_real_num_tx_queues()
1447 shaper = net_shaper_lookup(&binding, &parent_handle); in net_shaper_set_real_num_tx_queues()
/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()
2111 handle, parent_handle, (unsigned long long) in mpi3mr_expander_add()
2312 | tgtdev->parent_handle); in mpi3mr_get_sas_negotiated_logical_linkrate()
2377 if (mpi3mr_get_sas_address(mrioc, tgtdev->parent_handle, in mpi3mr_report_tgtdev_to_sas_transport()
H A Dmpi3mr_os.c1254 tgtdev->parent_handle = le16_to_cpu(dev_pg0->parent_dev_handle); in mpi3mr_update_tgtdev()
1340 (tgtdev->parent_handle == 0xFFFF)) in mpi3mr_update_tgtdev()
/linux/include/linux/soundwire/
H A Dsdw_intel.h373 int sdw_intel_acpi_scan(acpi_handle parent_handle,
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c7195 u16 parent_handle; in _scsih_expander_add() local
7226 parent_handle = le16_to_cpu(expander_pg0.ParentDevHandle); in _scsih_expander_add()
7227 if (_scsih_get_sas_address(ioc, parent_handle, &sas_address_parent) in _scsih_expander_add()
7242 rc = _scsih_expander_add(ioc, parent_handle); in _scsih_expander_add()
7277 handle, parent_handle, in _scsih_expander_add()
8696 u16 parent_handle, handle; in _scsih_sas_topology_change_event() local
8725 parent_handle = le16_to_cpu(event_data->ExpanderDevHandle); in _scsih_sas_topology_change_event()
8730 if (_scsih_expander_add(ioc, parent_handle) != 0) in _scsih_sas_topology_change_event()
8735 parent_handle); in _scsih_sas_topology_change_event()
8740 } else if (parent_handle < ioc->sas_hba.num_phys) { in _scsih_sas_topology_change_event()
[all …]
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1192 u32 parent_handle; in __mlxsw_sp_setup_tc_fifo() local
1196 parent_handle = TC_H_MAJ(p->parent); in __mlxsw_sp_setup_tc_fifo()
1197 if (parent_handle != qdisc_state->future_handle) { in __mlxsw_sp_setup_tc_fifo()
1202 parent_handle); in __mlxsw_sp_setup_tc_fifo()
/linux/drivers/spi/
H A Dspi.c2821 acpi_handle parent_handle; in acpi_spi_add_resource() local
2832 &parent_handle); in acpi_spi_add_resource()
2838 if (!device_match_acpi_handle(ctlr->dev.parent, parent_handle)) in acpi_spi_add_resource()
2843 adev = acpi_fetch_acpi_dev(parent_handle); in acpi_spi_add_resource()
2912 acpi_handle parent_handle = NULL; in acpi_spi_device_alloc() local
2936 ACPI_SUCCESS(acpi_get_parent(adev->handle, &parent_handle)) && in acpi_spi_device_alloc()
2937 device_match_acpi_handle(lookup.ctlr->dev.parent, parent_handle)) { in acpi_spi_device_alloc()