Searched refs:pmf_args (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pmac_pfunc.h | 23 struct pmf_args { struct 52 struct pmf_args *args 57 void * (*begin)(struct pmf_function *func, struct pmf_args *args); 217 u32 phandle, u32 flags, struct pmf_args *args); 231 struct pmf_args *args); 245 extern int pmf_call_one(struct pmf_function *func, struct pmf_args *args);
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
D | control.c | 86 struct pmf_args args = { .count = 0 }; in i2sbus_control_enable() 114 struct pmf_args args = { .count = 0 }; in i2sbus_control_cell() 157 struct pmf_args args = { .count = 0 }; in i2sbus_control_clock()
|
/linux-4.4.14/sound/aoa/core/ |
D | gpio-pmf.c | 17 struct pmf_args args = { .count = 1, .u[0].v = !on }; \ 40 struct pmf_args args = { .count = 1, .u[0].v = !!on }; in pmf_gpio_set_hw_reset() 214 struct pmf_args args = { .count = 1, .u[0].p = &ret }; in pmf_get_detect()
|
/linux-4.4.14/drivers/cpufreq/ |
D | pmac64-cpufreq.c | 117 struct pmf_args args; in g5_vdnap_switch_volt() 251 struct pmf_args args; in g5_pfunc_switch_freq() 299 struct pmf_args args; in g5_pfunc_query_freq()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | pfunc_core.c | 74 struct pmf_args *args; 580 void *instdata, struct pmf_args *args) in pmf_parse_one() 937 int pmf_call_one(struct pmf_function *func, struct pmf_args *args) in pmf_call_one() 956 u32 phandle, u32 fflags, struct pmf_args *args) in pmf_do_functions() 1008 struct pmf_args *args) in pmf_call_function()
|
D | smp.c | 636 struct pmf_args args; in smp_core99_pfunc_tb_freeze()
|
D | low_i2c.c | 1233 static void* pmac_i2c_do_begin(struct pmf_function *func, struct pmf_args *args) in pmac_i2c_do_begin()
|