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