Searched refs:module_disable (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | cm_common.c | 164 * no per-SoC module_disable() function pointer has been registered. 168 if (!cm_ll_data->module_disable) { in omap_cm_module_disable() 174 cm_ll_data->module_disable(part, inst, clkctrl_offs); in omap_cm_module_disable()
|
H A D | cm.h | 51 * @module_disable: ptr to the SoC CM-specific module_disable impl 62 void (*module_disable)(u8 part, u16 inst, u16 clkctrl_offs); member
|
H A D | cm33xx.c | 407 .module_disable = &am33xx_cm_module_disable,
|
H A D | cminst44xx.c | 554 .module_disable = &omap4_cminst_module_disable,
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | cm_common.c | 151 * no per-SoC module_disable() function pointer has been registered. 155 if (!cm_ll_data->module_disable) { in omap_cm_module_disable() 161 cm_ll_data->module_disable(part, inst, clkctrl_offs); in omap_cm_module_disable()
|
H A D | cm.h | 50 * @module_disable: ptr to the SoC CM-specific module_disable impl 61 void (*module_disable)(u8 part, u16 inst, u16 clkctrl_offs); member
|
H A D | cm33xx.c | 399 .module_disable = &am33xx_cm_module_disable,
|
H A D | cminst44xx.c | 554 .module_disable = &omap4_cminst_module_disable,
|
Completed in 5 milliseconds