Lines Matching defs:func
52 #define PMF_STD_ARGS struct pmf_function *func, void *instdata, \
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);
171 struct pmf_function *func;
197 extern void pmf_do_irq(struct pmf_function *func);
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);