pmf_function
struct pmf_function *func;
extern void pmf_do_irq(struct pmf_function *func);
extern struct pmf_function *pmf_find_function(struct device_node *target,
extern struct pmf_function * pmf_get_function(struct pmf_function *func);
extern void pmf_put_function(struct pmf_function *func);
extern int pmf_call_one(struct pmf_function *func, struct pmf_args *args);
#define PMF_STD_ARGS struct pmf_function *func, void *instdata, \
struct pmf_function;
void * (*begin)(struct pmf_function *func, struct pmf_args *args);
void (*end)(struct pmf_function *func, void *instdata);
int (*irq_enable)(struct pmf_function *func);
int (*irq_disable)(struct pmf_function *func);
static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args)
static void pmac_i2c_do_end(struct pmf_function *func, void *instdata)
static int macio_do_gpio_irq_enable(struct pmf_function *func)
static int macio_do_gpio_irq_disable(struct pmf_function *func)
struct pmf_function *func = pmf_find_function(target, name);
static int pmf_parse_one(struct pmf_function *func,
struct pmf_function *func = NULL;
struct pmf_function *func;
struct pmf_function *pmf_get_function(struct pmf_function *func)
struct pmf_function *func =
container_of(kref, struct pmf_function, ref);
static inline void __pmf_put_function(struct pmf_function *func)
void pmf_put_function(struct pmf_function *func)
struct pmf_function *func =
static struct pmf_function *__pmf_find_function(struct device_node *target,
struct pmf_function *func, *result = NULL;
struct pmf_function *func;
struct pmf_function *func = client->func;
void pmf_do_irq(struct pmf_function *func)
int pmf_call_one(struct pmf_function *func, struct pmf_args *args)
struct pmf_function *func, *tmp;
struct pmf_function *pmf_find_function(struct device_node *target,
struct pmf_function *func;
static struct pmf_function *pfunc_set_vdnap0;
static struct pmf_function *pfunc_vdnap0_complete;
static struct pmf_function *pfunc_cpu0_volt_high;
static struct pmf_function *pfunc_cpu0_volt_low;
static struct pmf_function *pfunc_cpu1_volt_high;
static struct pmf_function *pfunc_cpu1_volt_low;
static struct pmf_function *pfunc_cpu_setfreq_high;
static struct pmf_function *pfunc_cpu_setfreq_low;
static struct pmf_function *pfunc_cpu_getfreq;
static struct pmf_function *pfunc_slewing_done;
struct pmf_function *enable,