Searched refs:pmf_function (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dpmac_pfunc.h52 #define PMF_STD_ARGS struct pmf_function *func, void *instdata, \
55 struct pmf_function;
58 void * (*begin)(struct pmf_function *func, struct pmf_args *args);
59 void (*end)(struct pmf_function *func, void *instdata);
61 int (*irq_enable)(struct pmf_function *func);
62 int (*irq_disable)(struct pmf_function *func);
124 struct pmf_function { struct
171 struct pmf_function *func;
197 extern void pmf_do_irq(struct pmf_function *func);
240 extern struct pmf_function *pmf_find_functio
[all...]
/linux-master/drivers/cpufreq/
H A Dpmac64-cpufreq.c111 static struct pmf_function *pfunc_set_vdnap0;
112 static struct pmf_function *pfunc_vdnap0_complete;
218 static struct pmf_function *pfunc_cpu0_volt_high;
219 static struct pmf_function *pfunc_cpu0_volt_low;
220 static struct pmf_function *pfunc_cpu1_volt_high;
221 static struct pmf_function *pfunc_cpu1_volt_low;
243 static struct pmf_function *pfunc_cpu_setfreq_high;
244 static struct pmf_function *pfunc_cpu_setfreq_low;
245 static struct pmf_function *pfunc_cpu_getfreq;
246 static struct pmf_function *pfunc_slewing_don
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c73 struct pmf_function *func;
579 static int pmf_parse_one(struct pmf_function *func,
641 struct pmf_function *func = NULL;
749 struct pmf_function *pmf_get_function(struct pmf_function *func)
760 struct pmf_function *func =
761 container_of(kref, struct pmf_function, ref);
766 static inline void __pmf_put_function(struct pmf_function *func)
771 void pmf_put_function(struct pmf_function *func)
797 struct pmf_function *fun
[all...]
H A Dpfunc_base.c27 static int macio_do_gpio_irq_enable(struct pmf_function *func)
35 static int macio_do_gpio_irq_disable(struct pmf_function *func)
H A Dlow_i2c.c1234 static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args)
1267 static void pmac_i2c_do_end(struct pmf_function *func, void *instdata)
/linux-master/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h78 struct pmf_function *enable,

Completed in 264 milliseconds