pmf_function 52 arch/powerpc/include/asm/pmac_pfunc.h #define PMF_STD_ARGS struct pmf_function *func, void *instdata, \ pmf_function 55 arch/powerpc/include/asm/pmac_pfunc.h struct pmf_function; pmf_function 58 arch/powerpc/include/asm/pmac_pfunc.h void * (*begin)(struct pmf_function *func, struct pmf_args *args); pmf_function 59 arch/powerpc/include/asm/pmac_pfunc.h void (*end)(struct pmf_function *func, void *instdata); pmf_function 61 arch/powerpc/include/asm/pmac_pfunc.h int (*irq_enable)(struct pmf_function *func); pmf_function 62 arch/powerpc/include/asm/pmac_pfunc.h int (*irq_disable)(struct pmf_function *func); pmf_function 171 arch/powerpc/include/asm/pmac_pfunc.h struct pmf_function *func; pmf_function 197 arch/powerpc/include/asm/pmac_pfunc.h extern void pmf_do_irq(struct pmf_function *func); pmf_function 240 arch/powerpc/include/asm/pmac_pfunc.h extern struct pmf_function *pmf_find_function(struct device_node *target, pmf_function 243 arch/powerpc/include/asm/pmac_pfunc.h extern struct pmf_function * pmf_get_function(struct pmf_function *func); pmf_function 244 arch/powerpc/include/asm/pmac_pfunc.h extern void pmf_put_function(struct pmf_function *func); pmf_function 246 arch/powerpc/include/asm/pmac_pfunc.h extern int pmf_call_one(struct pmf_function *func, struct pmf_args *args); pmf_function 1230 arch/powerpc/platforms/powermac/low_i2c.c static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args) pmf_function 1263 arch/powerpc/platforms/powermac/low_i2c.c static void pmac_i2c_do_end(struct pmf_function *func, void *instdata) pmf_function 27 arch/powerpc/platforms/powermac/pfunc_base.c static int macio_do_gpio_irq_enable(struct pmf_function *func) pmf_function 35 arch/powerpc/platforms/powermac/pfunc_base.c static int macio_do_gpio_irq_disable(struct pmf_function *func) pmf_function 73 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func; pmf_function 579 arch/powerpc/platforms/powermac/pfunc_core.c static int pmf_parse_one(struct pmf_function *func, pmf_function 641 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func = NULL; pmf_function 749 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *pmf_get_function(struct pmf_function *func) pmf_function 760 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func = pmf_function 761 arch/powerpc/platforms/powermac/pfunc_core.c container_of(kref, struct pmf_function, ref); pmf_function 766 arch/powerpc/platforms/powermac/pfunc_core.c static inline void __pmf_put_function(struct pmf_function *func) pmf_function 771 arch/powerpc/platforms/powermac/pfunc_core.c void pmf_put_function(struct pmf_function *func) pmf_function 797 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func = pmf_function 808 arch/powerpc/platforms/powermac/pfunc_core.c static struct pmf_function *__pmf_find_function(struct device_node *target, pmf_function 813 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func, *result = NULL; pmf_function 866 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func; pmf_function 896 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func = client->func; pmf_function 918 arch/powerpc/platforms/powermac/pfunc_core.c void pmf_do_irq(struct pmf_function *func) pmf_function 938 arch/powerpc/platforms/powermac/pfunc_core.c int pmf_call_one(struct pmf_function *func, struct pmf_args *args) pmf_function 960 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func, *tmp; pmf_function 993 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *pmf_find_function(struct device_node *target, pmf_function 996 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func; pmf_function 1011 arch/powerpc/platforms/powermac/pfunc_core.c struct pmf_function *func = pmf_find_function(target, name); pmf_function 111 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_set_vdnap0; pmf_function 112 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_vdnap0_complete; pmf_function 218 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_cpu0_volt_high; pmf_function 219 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_cpu0_volt_low; pmf_function 220 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_cpu1_volt_high; pmf_function 221 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_cpu1_volt_low; pmf_function 243 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_cpu_setfreq_high; pmf_function 244 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_cpu_setfreq_low; pmf_function 245 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_cpu_getfreq; pmf_function 246 drivers/cpufreq/pmac64-cpufreq.c static struct pmf_function *pfunc_slewing_done; pmf_function 79 sound/aoa/soundbus/i2sbus/i2sbus.h struct pmf_function *enable,