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