Searched refs:cm_ll_data (Results 1 – 6 of 6) sorted by relevance
28 static struct cm_ll_data null_cm_ll_data;29 static const struct cm_ll_data *cm_ll_data = &null_cm_ll_data; variable56 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg()110 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle()133 if (!cm_ll_data->module_enable) { in omap_cm_module_enable()155 if (!cm_ll_data->module_disable) { in omap_cm_module_disable()167 if (!cm_ll_data->xlate_clkctrl) { in omap_cm_xlate_clkctrl()191 if (cm_ll_data != &null_cm_ll_data) in cm_register()194 cm_ll_data = cld; in cm_register()212 if (!cld || cm_ll_data != cld) in cm_unregister()[all …]
53 struct cm_ll_data { struct74 extern int cm_register(const struct cm_ll_data *cld); argument75 extern int cm_unregister(const struct cm_ll_data *cld);
288 static const struct cm_ll_data omap2xxx_cm_ll_data = {
395 static const struct cm_ll_data am33xx_cm_ll_data = {
550 static const struct cm_ll_data omap4xxx_cm_ll_data = {
662 static const struct cm_ll_data omap3xxx_cm_ll_data = {