Searched defs:phandle (Results 1 - 14 of 14) sorted by relevance

/drivers/acpi/
H A Dcontainer.c133 acpi_handle phandle; local
138 if (acpi_get_parent(handle, &phandle)) {
142 if (acpi_bus_get_device(phandle, &pdev)) {
H A Dacpi_memhotplug.c155 acpi_handle phandle; local
164 status = acpi_get_parent(handle, &phandle);
171 result = acpi_bus_get_device(phandle, &pdevice);
H A Dnuma.c317 acpi_handle phandle = h; local
320 handle = phandle;
324 status = acpi_get_parent(handle, &phandle);
H A Dpci_root.c311 acpi_handle phandle; local
321 phandle = handle;
322 while (!acpi_is_root_bridge(phandle)) {
328 node->handle = phandle;
331 status = acpi_get_parent(phandle, &phandle);
336 root = acpi_pci_find_root(phandle);
H A Dprocessor_driver.c680 acpi_handle phandle; local
684 if (acpi_get_parent(handle, &phandle)) {
688 if (acpi_bus_get_device(phandle, &pdev)) {
H A Ddock.c241 acpi_handle phandle; local
247 if (!acpi_get_parent(handle, &phandle) && is_ata(phandle))
H A Dscan.c1015 acpi_handle phandle; local
1029 if (acpi_get_parent(handle, &phandle))
1032 if ((ACPI_SUCCESS(acpi_get_handle(phandle, "_GTF", &tmp))) ||
1033 (ACPI_SUCCESS(acpi_get_handle(phandle, "_GTM", &tmp))) ||
1034 (ACPI_SUCCESS(acpi_get_handle(phandle, "_STM", &tmp))) ||
1035 (ACPI_SUCCESS(acpi_get_handle(phandle, "_SDD", &tmp))))
1501 acpi_handle phandle, chandle; local
1507 phandle = start->handle;
1511 status = acpi_get_next_object(ACPI_TYPE_ANY, phandle,
1519 chandle = phandle;
[all...]
/drivers/pci/hotplug/
H A Dacpi_pcihp.c294 acpi_handle handle, phandle; local
319 status = acpi_get_parent(handle, &phandle);
322 handle = phandle;
H A Dacpiphp_ibm.c400 acpi_handle *phandle = (acpi_handle *)context; local
417 *phandle = handle;
H A Dsgi_hotplug.c418 acpi_handle phandle; local
423 phandle = PCI_CONTROLLER(slot->pci_bus)->acpi_handle;
425 if (acpi_bus_get_device(phandle, &pdevice)) {
439 phandle, chandle,
509 acpi_handle phandle; local
515 phandle = PCI_CONTROLLER(slot->pci_bus)->acpi_handle;
525 phandle, chandle,
H A Dacpiphp_glue.c712 acpi_handle phandle; local
716 acpi_get_parent(func->handle, &phandle);
717 if (acpi_bus_get_device(phandle, &pdevice)) {
1102 acpi_handle phandle; local
1110 acpi_get_parent(handle, &phandle);
1111 if (acpi_bus_get_device(phandle, &pdevice)) {
/drivers/of/
H A Dbase.c603 * of_find_node_by_phandle - Find a node given a phandle
604 * @handle: phandle of the node to find
609 struct device_node *of_find_node_by_phandle(phandle handle)
615 if (np->phandle == handle)
837 * of_parse_phandle - Resolve a phandle property to a device_node pointer
838 * @np: Pointer to device node holding phandle property
839 * @phandle_name: Name of property holding a phandle value
849 const __be32 *phandle; local
852 phandle = of_get_property(np, phandle_name, &size);
853 if ((!phandle) || (siz
900 phandle phandle; local
[all...]
/drivers/net/ethernet/ibm/emac/
H A Dcore.c2250 u32 phandle; member in struct:emac_depentry
2272 if (deps[i].phandle == 0) {
2280 deps[i].phandle = 0;
2288 deps[i].node = of_find_node_by_phandle(deps[i].phandle);
2337 deps[EMAC_DEP_MAL_IDX].phandle = dev->mal_ph;
2338 deps[EMAC_DEP_ZMII_IDX].phandle = dev->zmii_ph;
2339 deps[EMAC_DEP_RGMII_IDX].phandle = dev->rgmii_ph;
2341 deps[EMAC_DEP_TAH_IDX].phandle = dev->tah_ph;
2343 deps[EMAC_DEP_MDIO_IDX].phandle = dev->mdio_ph;
2345 deps[EMAC_DEP_PREV_IDX].phandle
[all...]
/drivers/dma/
H A Dpl330.c2373 phandle phandle; local
2377 phandle = be32_to_cpup(prop_value++);
2378 node = of_find_node_by_phandle(phandle);

Completed in 589 milliseconds