Lines Matching refs:pmf_function
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,
242 extern struct pmf_function * pmf_get_function(struct pmf_function *func);
243 extern void pmf_put_function(struct pmf_function *func);
245 extern int pmf_call_one(struct pmf_function *func, struct pmf_args *args);