Searched refs:omap_hwmod_for_each (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod.h | 613 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
|
H A D | io.c | 415 omap_hwmod_for_each(_set_hwmod_postsetup_state, &postsetup_state); in omap_hwmod_init_postsetup()
|
H A D | omap_hwmod.c | 2989 * omap_hwmod_for_each - call function for each registered omap_hwmod 2997 * caller of omap_hwmod_for_each(). @fn is called with 2998 * omap_hwmod_for_each() held. 3000 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data), in omap_hwmod_for_each() function 3686 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all() 3690 omap_hwmod_for_each(_setup, NULL); in omap_hwmod_setup_all()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod.h | 615 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data),
|
H A D | io.c | 413 omap_hwmod_for_each(_set_hwmod_postsetup_state, &postsetup_state); in omap_hwmod_init_postsetup()
|
H A D | omap_hwmod.c | 2957 * omap_hwmod_for_each - call function for each registered omap_hwmod 2965 * caller of omap_hwmod_for_each(). @fn is called with 2966 * omap_hwmod_for_each() held. 2968 int omap_hwmod_for_each(int (*fn)(struct omap_hwmod *oh, void *data), in omap_hwmod_for_each() function 3651 omap_hwmod_for_each(_init, NULL); in omap_hwmod_setup_all() 3655 omap_hwmod_for_each(_setup, NULL); in omap_hwmod_setup_all()
|
Completed in 18 milliseconds