Home
last modified time | relevance | path

Searched refs:module_disable (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcm_common.c164 * 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 Dcm.h51 * @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 Dcm33xx.c407 .module_disable = &am33xx_cm_module_disable,
H A Dcminst44xx.c554 .module_disable = &omap4_cminst_module_disable,
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcm_common.c151 * 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 Dcm.h50 * @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 Dcm33xx.c399 .module_disable = &am33xx_cm_module_disable,
H A Dcminst44xx.c554 .module_disable = &omap4_cminst_module_disable,

Completed in 6 milliseconds