Home
last modified time | relevance | path

Searched refs:pmf_do_functions (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/powermac/
Dpfunc_base.c137 pmf_do_functions(gp, NULL, 0, PMF_FLAGS_ON_INIT, NULL); in macio_gpio_init_one()
308 pmf_do_functions(uninorth_node, NULL, 0, PMF_FLAGS_ON_INIT, NULL); in uninorth_install_pfunc()
323 pmf_do_functions(unin_hwclock, NULL, 0, PMF_FLAGS_ON_INIT, in uninorth_install_pfunc()
382 pmf_do_functions(macio_chips[i].of_node, NULL, 0, in pmac_pfunc_base_suspend()
386 pmf_do_functions(uninorth_node, NULL, 0, in pmac_pfunc_base_suspend()
389 pmf_do_functions(unin_hwclock, NULL, 0, in pmac_pfunc_base_suspend()
398 pmf_do_functions(unin_hwclock, NULL, 0, in pmac_pfunc_base_resume()
401 pmf_do_functions(uninorth_node, NULL, 0, in pmac_pfunc_base_resume()
405 pmf_do_functions(macio_chips[i].of_node, NULL, 0, in pmac_pfunc_base_resume()
Dlow_i2c.c1424 pmf_do_functions(np, NULL, 0, PMF_FLAGS_ON_INIT, NULL); in pmac_i2c_dev_init()
1430 pmf_do_functions(np, NULL, 0, PMF_FLAGS_ON_SLEEP, NULL); in pmac_i2c_dev_suspend()
1436 pmf_do_functions(np, NULL, 0, PMF_FLAGS_ON_WAKE, NULL); in pmac_i2c_dev_resume()
Dpfunc_core.c956 int pmf_do_functions(struct device_node *np, const char *name, in pmf_do_functions() function
990 EXPORT_SYMBOL_GPL(pmf_do_functions);
/linux-5.19.10/arch/powerpc/include/asm/
Dpmac_pfunc.h217 extern int pmf_do_functions(struct device_node *np, const char *name,