Home
last modified time | relevance | path

Searched refs:module_disable (Results 1 – 3 of 3) sorted by relevance

/linux/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.c411 .module_disable = &am33xx_cm_module_disable,