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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.c58 static char *ft_node_ph2node(struct ft_cxt *cxt, const void *phandle) argument
60 unsigned int i = (unsigned int)phandle;
763 void *ft_get_parent(struct ft_cxt *cxt, const void *phandle) argument
765 void *node = ft_node_ph2node(cxt, phandle);
803 int ft_get_prop(struct ft_cxt *cxt, const void *phandle, const char *propname, argument
809 void *node = ft_node_ph2node(cxt, phandle);
888 int ft_set_prop(struct ft_cxt *cxt, const void *phandle, const char *propname, argument
896 node = ft_node_ph2node(cxt, phandle);
902 /* phandle didn't point to a node */
931 int ft_del_prop(struct ft_cxt *cxt, const void *phandle, cons argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmv64x60_dev.c35 const phandle *ph;
91 const phandle *ph;
238 const phandle *ph;
H A Dtsi108_dev.c83 const phandle *ph;
H A Dfsl_soc.c201 const phandle *ph;
605 const phandle *ph;
911 const phandle *ph;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c638 func->phandle = data[0];
645 DBG("pmf: idx %d: flags=%08x, phandle=%08x "
647 count+1, func->flags, func->phandle, length);
829 if (func->phandle && target->node != func->phandle)
937 u32 phandle, u32 fflags, struct pmf_args *args)
954 if (phandle && func->phandle && phandle != func->phandle)
936 pmf_do_functions(struct device_node *np, const char *name, u32 phandle, u32 fflags, struct pmf_args *args) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dpmac_pfunc.h135 u32 phandle; member in struct:pmf_function
197 * The phandle can filter on the target object for functions that have
208 * the appropriate combination of flags & phandle or you can pass 0 to the
209 * phandle to match any
212 u32 phandle, u32 flags, struct pmf_args *args);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Dacpi_memhotplug.c148 acpi_handle phandle; local
156 status = acpi_get_parent(handle, &phandle);
163 status = acpi_bus_get_device(phandle, &pdevice);
H A Dprocessor_core.c786 acpi_handle phandle; local
791 if (acpi_get_parent(handle, &phandle)) {
795 if (acpi_bus_get_device(phandle, &pdev)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dacpi_pcihp.c338 acpi_handle handle, phandle; local
368 status = acpi_get_parent(handle, &phandle);
371 handle = phandle;
H A Dacpiphp_ibm.c382 acpi_handle *phandle = (acpi_handle *)context; local
402 *phandle = handle;
H A Dacpiphp_glue.c1025 acpi_handle phandle; local
1029 acpi_get_parent(func->handle, &phandle);
1030 if (acpi_bus_get_device(phandle, &pdevice)) {
1476 acpi_handle phandle; local
1484 acpi_get_parent(handle, &phandle);
1485 if (acpi_bus_get_device(phandle, &pdevice)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dmisc-prep.c191 phandle dev_handle;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dof_platform.c377 phandle *ph = data;
381 struct of_device *of_find_device_by_phandle(phandle ph)
H A Dprom_parse.c677 const phandle *parp;
851 newpar = of_find_node_by_phandle((phandle)*imap);
H A Dprom.c352 if (strcmp(pname, "linux,phandle") == 0) {
357 if (strcmp(pname, "ibm,phandle") == 0)
1244 * of_find_node_by_phandle - Find a node given a phandle
1245 * @handle: phandle of the node to find
1250 struct device_node *of_find_node_by_phandle(phandle handle)
1457 const phandle *ibm_phandle;
1479 if ((ibm_phandle = of_get_property(node, "ibm,phandle", NULL)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dprom.c101 struct device_node *of_find_node_by_phandle(phandle handle)
1539 static struct property * __init build_one_prop(phandle node, char *prev, char *special_name, void *special_val, int special_len)
1581 static struct property * __init build_prop_list(phandle node)
1599 static char * __init get_one_property(phandle node, const char *name)
1613 static struct device_node * __init create_node(phandle node, struct device_node *parent)
1637 static struct device_node * __init build_tree(struct device_node *parent, phandle node, struct device_node ***nextp)
H A Dof_device.c697 phandle handle;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/qe_lib/
H A Dqe_io.c155 const phandle *ph;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_regs.c173 const phandle *cpu_handle;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dreconfig.c356 phandle handle;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.c689 const phandle *ph;
H A Ducc_geth.c3768 const phandle *ph;

Completed in 241 milliseconds

12