Searched refs:pmf_function (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | pmac_pfunc.h | 52 #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-v5.4/drivers/cpufreq/ | 
| D | pmac64-cpufreq.c | 111 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-v5.4/arch/powerpc/platforms/powermac/ | 
| D | pfunc_core.c | 73 	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 …]
 
 | 
| D | pfunc_base.c | 27 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()
 
 | 
| D | low_i2c.c | 1230 static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args)  in pmac_i2c_do_begin()1263 static void pmac_i2c_do_end(struct pmf_function *func, void *instdata)  in pmac_i2c_do_end()
 
 | 
| /Linux-v5.4/sound/aoa/soundbus/i2sbus/ | 
| D | i2sbus.h | 79 	struct pmf_function *enable,
 |