Home
last modified time | relevance | path

Searched refs:pmf_find_function (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
Dpmac_pfunc.h239 extern struct pmf_function *pmf_find_function(struct device_node *target,
/arch/powerpc/platforms/powermac/
Dpfunc_core.c992 struct pmf_function *pmf_find_function(struct device_node *target, in pmf_find_function() function
1005 EXPORT_SYMBOL_GPL(pmf_find_function);
1010 struct pmf_function *func = pmf_find_function(target, name); in pmf_call_function()