Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
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; argument
197 extern void pmf_do_irq(struct pmf_function *func);
240 extern struct pmf_function *pmf_find_function(struct device_node *target,
[all …]
/linux-6.1.9/drivers/cpufreq/
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_done;
/linux-6.1.9/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()
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()
808 static struct pmf_function *__pmf_find_function(struct device_node *target, in __pmf_find_function()
[all …]
Dpfunc_base.c27 static int macio_do_gpio_irq_enable(struct pmf_function *func) in macio_do_gpio_irq_enable()
35 static int macio_do_gpio_irq_disable(struct pmf_function *func) in macio_do_gpio_irq_disable()
Dlow_i2c.c1232 static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args) in pmac_i2c_do_begin()
1265 static void pmac_i2c_do_end(struct pmf_function *func, void *instdata) in pmac_i2c_do_end()
/linux-6.1.9/sound/aoa/soundbus/i2sbus/
Di2sbus.h79 struct pmf_function *enable,