Searched refs:ft_prop (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Dflatdevtree.h86 int ft_prop(struct ft_cxt *cxt, const char *name,
H A Dflatdevtree.c427 int ft_prop(struct ft_cxt *cxt, const char *name, const void *data, function
449 return ft_prop(cxt, name, str, strlen(str) + 1);
456 return ft_prop(cxt, name, &v, 4);
912 return ft_prop(cxt, propname, buf, buflen);

Completed in 46 milliseconds