Searched refs:pmf_args (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pmac_pfunc.h | 24 struct pmf_args { struct 53 struct pmf_args *args 58 void * (*begin)(struct pmf_function *func, struct pmf_args *args); 218 u32 phandle, u32 flags, struct pmf_args *args); 232 struct pmf_args *args); 246 extern int pmf_call_one(struct pmf_function *func, struct pmf_args *args);
|
/openbmc/linux/sound/aoa/soundbus/i2sbus/ |
H A D | control.c | 85 struct pmf_args args = { .count = 0 }; in i2sbus_control_enable() 113 struct pmf_args args = { .count = 0 }; in i2sbus_control_cell() 156 struct pmf_args args = { .count = 0 }; in i2sbus_control_clock()
|
/openbmc/linux/sound/aoa/core/ |
H A D | gpio-pmf.c | 16 struct pmf_args args = { .count = 1, .u[0].v = !on }; \ 39 struct pmf_args args = { .count = 1, .u[0].v = !!on }; in pmf_gpio_set_hw_reset() 213 struct pmf_args args = { .count = 1, .u[0].p = &ret }; in pmf_get_detect()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | pmac64-cpufreq.c | 116 struct pmf_args args; in g5_vdnap_switch_volt() 250 struct pmf_args args; in g5_pfunc_switch_freq() 298 struct pmf_args args; in g5_pfunc_query_freq()
|
/openbmc/linux/arch/powerpc/platforms/powermac/ |
H A D | pfunc_core.c | 75 struct pmf_args *args; 581 void *instdata, struct pmf_args *args) in pmf_parse_one() 938 int pmf_call_one(struct pmf_function *func, struct pmf_args *args) in pmf_call_one() 957 u32 phandle, u32 fflags, struct pmf_args *args) in pmf_do_functions() 1009 struct pmf_args *args) in pmf_call_function()
|
H A D | smp.c | 629 struct pmf_args args; in smp_core99_pfunc_tb_freeze()
|
H A D | low_i2c.c | 1232 static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args) in pmac_i2c_do_begin()
|