Searched refs:wait_module_idle (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | cm_common.c | 117 * -EINVAL if no per-SoC wait_module_idle() function pointer has been 123 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle() 129 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
|
H A D | cm.h | 49 * @wait_module_idle: ptr to the SoC CM-specific wait_module_idle impl 59 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg, member
|
H A D | cm33xx.c | 405 .wait_module_idle = &am33xx_cm_wait_module_idle,
|
H A D | cminst44xx.c | 552 .wait_module_idle = &omap4_cminst_wait_module_idle,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | cm_common.c | 104 * -EINVAL if no per-SoC wait_module_idle() function pointer has been 110 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle() 116 return cm_ll_data->wait_module_idle(part, prcm_mod, idlest_reg, in omap_cm_wait_module_idle()
|
H A D | cm.h | 48 * @wait_module_idle: ptr to the SoC CM-specific wait_module_idle impl 58 int (*wait_module_idle)(u8 part, s16 prcm_mod, u16 idlest_reg, member
|
H A D | cm33xx.c | 397 .wait_module_idle = &am33xx_cm_wait_module_idle,
|
H A D | cminst44xx.c | 552 .wait_module_idle = &omap4_cminst_wait_module_idle,
|
Completed in 5 milliseconds