Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dpmac_pfunc.h51 #define PMF_STD_ARGS struct pmf_function *func, void *instdata, \
54 struct pmf_function;
57 void * (*begin)(struct pmf_function *func, struct pmf_args *args);
58 void (*end)(struct pmf_function *func, void *instdata);
60 int (*irq_enable)(struct pmf_function *func);
61 int (*irq_disable)(struct pmf_function *func);
123 struct pmf_function { struct
170 struct pmf_function *func; argument
196 extern void pmf_do_irq(struct pmf_function *func);
239 extern struct pmf_function *pmf_find_function(struct device_node *target,
[all …]
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dpfunc_core.c73 struct pmf_function *func;
579 static int pmf_parse_one(struct pmf_function *func, in pmf_parse_one()
641 struct pmf_function *func = NULL; in pmf_add_function_prop()
647 func = kzalloc(sizeof(struct pmf_function), GFP_KERNEL); in pmf_add_function_prop()
749 struct pmf_function *pmf_get_function(struct pmf_function *func) in pmf_get_function()
760 struct pmf_function *func = in pmf_release_function()
761 container_of(kref, struct pmf_function, ref); in pmf_release_function()
766 static inline void __pmf_put_function(struct pmf_function *func) in __pmf_put_function()
771 void pmf_put_function(struct pmf_function *func) in pmf_put_function()
797 struct pmf_function *func = in pmf_unregister_driver()
[all …]
Dcpufreq_64.c118 static struct pmf_function *pfunc_set_vdnap0;
119 static struct pmf_function *pfunc_vdnap0_complete;
225 static struct pmf_function *pfunc_cpu0_volt_high;
226 static struct pmf_function *pfunc_cpu0_volt_low;
227 static struct pmf_function *pfunc_cpu1_volt_high;
228 static struct pmf_function *pfunc_cpu1_volt_low;
250 static struct pmf_function *pfunc_cpu_setfreq_high;
251 static struct pmf_function *pfunc_cpu_setfreq_low;
252 static struct pmf_function *pfunc_cpu_getfreq;
253 static struct pmf_function *pfunc_slewing_done;
Dpfunc_base.c25 static int macio_do_gpio_irq_enable(struct pmf_function *func) in macio_do_gpio_irq_enable()
33 static int macio_do_gpio_irq_disable(struct pmf_function *func) in macio_do_gpio_irq_disable()
Dlow_i2c.c1233 static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args) in pmac_i2c_do_begin()
1266 static void pmac_i2c_do_end(struct pmf_function *func, void *instdata) in pmac_i2c_do_end()
/linux-3.4.99/sound/aoa/soundbus/i2sbus/
Di2sbus.h80 struct pmf_function *enable,