Searched refs:pmf_function (Results  1 – 6 of 6) sorted by relevance
| /linux-4.1.27/arch/powerpc/include/asm/ | 
| D | pmac_pfunc.h | 51 #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-4.1.27/drivers/cpufreq/ | 
| D | pmac64-cpufreq.c | 112 static struct pmf_function *pfunc_set_vdnap0; 113 static struct pmf_function *pfunc_vdnap0_complete; 219 static struct pmf_function *pfunc_cpu0_volt_high; 220 static struct pmf_function *pfunc_cpu0_volt_low; 221 static struct pmf_function *pfunc_cpu1_volt_high; 222 static struct pmf_function *pfunc_cpu1_volt_low; 244 static struct pmf_function *pfunc_cpu_setfreq_high; 245 static struct pmf_function *pfunc_cpu_setfreq_low; 246 static struct pmf_function *pfunc_cpu_getfreq; 247 static struct pmf_function *pfunc_slewing_done;
  | 
| /linux-4.1.27/arch/powerpc/platforms/powermac/ | 
| D | pfunc_core.c | 72 	struct pmf_function	*func; 578 static int pmf_parse_one(struct pmf_function *func,  in pmf_parse_one() 640 	struct pmf_function *func = NULL;  in pmf_add_function_prop() 646 		func = kzalloc(sizeof(struct pmf_function), GFP_KERNEL);  in pmf_add_function_prop() 748 struct pmf_function *pmf_get_function(struct pmf_function *func)  in pmf_get_function() 759 	struct pmf_function *func =  in pmf_release_function() 760 		container_of(kref, struct pmf_function, ref);  in pmf_release_function() 765 static inline void __pmf_put_function(struct pmf_function *func)  in __pmf_put_function() 770 void pmf_put_function(struct pmf_function *func)  in pmf_put_function() 796 		struct pmf_function *func =  in pmf_unregister_driver() [all …] 
 | 
| D | pfunc_base.c | 26 static int macio_do_gpio_irq_enable(struct pmf_function *func)  in macio_do_gpio_irq_enable() 34 static int macio_do_gpio_irq_disable(struct pmf_function *func)  in macio_do_gpio_irq_disable()
  | 
| D | low_i2c.c | 1233 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-4.1.27/sound/aoa/soundbus/i2sbus/ | 
| D | i2sbus.h | 80 	struct pmf_function *enable,
  |