Searched refs:phandle (Results 26 - 50 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/
H A Ddtc.h163 cell_t phandle; member in struct:node
192 struct node *get_node_by_phandle(struct node *tree, cell_t phandle);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dfdt.c316 * ePAPR-style "phandle" properties, or the
317 * legacy "linux,phandle" properties. If both
320 if ((strcmp(pname, "phandle") == 0) ||
321 (strcmp(pname, "linux,phandle") == 0)) {
322 if (np->phandle == 0)
323 np->phandle = be32_to_cpup((__be32*)*p);
325 /* And we process the "ibm,phandle" property
328 if (strcmp(pname, "ibm,phandle") == 0)
329 np->phandle = be32_to_cpup((__be32 *)*p);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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_glue.c699 acpi_handle phandle; local
703 acpi_get_parent(func->handle, &phandle);
704 if (acpi_bus_get_device(phandle, &pdevice)) {
1085 acpi_handle phandle; local
1093 acpi_get_parent(handle, &phandle);
1094 if (acpi_bus_get_device(phandle, &pdevice)) {
H A Dacpiphp_ibm.c391 acpi_handle *phandle = (acpi_handle *)context; local
408 *phandle = handle;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmv64x60_dev.c38 const phandle *ph;
94 const phandle *ph;
237 const phandle *ph;
H A Dtsi108_dev.c80 const phandle *ph;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
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 Dprocessor_driver.c656 acpi_handle phandle; local
660 if (acpi_get_parent(handle, &phandle)) {
664 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))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/soc/fsl/
H A Dsoc-of-simple.c140 const phandle *handle;
H A Dmpc8610_hpcd.c194 const phandle *codec_ph;
216 * We are only interested in SSIs with a codec phandle in them, so let's
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprom.c755 const phandle *handle;
785 const phandle *ibm_phandle;
806 /* fix up new node's phandle field */
807 if ((ibm_phandle = of_get_property(node, "ibm,phandle", NULL)))
808 node->phandle = *ibm_phandle;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprom_32.c210 phandle node;
H A Dof_device_64.c425 phandle handle;
674 dev_set_name(&op->dev, "%08x", dp->phandle);
H A Dof_device_32.c431 dev_set_name(&op->dev, "%08x", dp->phandle);
H A Dprom_64.c548 phandle node;
H A Dsmp_64.c374 prom_startcpu(dp->phandle, entry, cookie);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcbe_regs.c172 const phandle *cpu_handle;
H A Daxon_msi.c155 const phandle *ph;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/qe_lib/
H A Dqe_io.c155 const phandle *ph;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt.h82 /* FDT_ERR_BADPHANDLE: Function was passed an invalid phandle
83 * value. phandle values of 0 and -1 are not permitted. */
418 * fdt_get_phandle - retrieve the phandle of a given node
422 * fdt_get_phandle() retrieves the phandle of the device tree node at
426 * the phandle of the node at nodeoffset, on success (!= 0, != -1)
427 * 0, if the node has no phandle, or another error occurs
578 * fdt_node_offset_by_phandle - find the node with a given phandle
580 * @phandle: phandle value
583 * which has the given phandle valu
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ibm_newemac/
H A Dcore.c2203 u32 phandle; member in struct:emac_depentry
2225 if (deps[i].phandle == 0) {
2233 deps[i].phandle = 0;
2241 deps[i].node = of_find_node_by_phandle(deps[i].phandle);
2290 deps[EMAC_DEP_MAL_IDX].phandle = dev->mal_ph;
2291 deps[EMAC_DEP_ZMII_IDX].phandle = dev->zmii_ph;
2292 deps[EMAC_DEP_RGMII_IDX].phandle = dev->rgmii_ph;
2294 deps[EMAC_DEP_TAH_IDX].phandle = dev->tah_ph;
2296 deps[EMAC_DEP_MDIO_IDX].phandle = dev->mdio_ph;
2298 deps[EMAC_DEP_PREV_IDX].phandle
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dreconfig.c357 phandle handle;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/fabrics/
H A Dlayout.c770 if (*ref != codec->node->phandle) {

Completed in 143 milliseconds

123