Searched refs:cm_ll_data (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | cm_common.c | 25 * cm_ll_data: function pointers to SoC-specific implementations of 28 static struct cm_ll_data null_cm_ll_data; 29 static const struct cm_ll_data *cm_ll_data = &null_cm_ll_data; variable 69 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg() 75 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg() 97 if (!cm_ll_data->wait_module_ready) { in omap_cm_wait_module_ready() 103 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready() 123 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle() 129 return cm_ll_data in omap_cm_wait_module_idle() [all...] |
H A D | cm.h | 46 * struct cm_ll_data - fn ptrs to per-SoC CM function implementations 54 struct cm_ll_data { struct 75 extern int cm_register(const struct cm_ll_data *cld); 76 extern int cm_unregister(const struct cm_ll_data *cld);
|
H A D | cm33xx.c | 403 static const struct cm_ll_data am33xx_cm_ll_data = {
|
H A D | cm2xxx.c | 385 static const struct cm_ll_data omap2xxx_cm_ll_data = {
|
H A D | cminst44xx.c | 550 static const struct cm_ll_data omap4xxx_cm_ll_data = {
|
H A D | cm3xxx.c | 662 static const struct cm_ll_data omap3xxx_cm_ll_data = {
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | cm_common.c | 25 * cm_ll_data: function pointers to SoC-specific implementations of 28 static struct cm_ll_data null_cm_ll_data; 29 static const struct cm_ll_data *cm_ll_data = &null_cm_ll_data; variable 56 if (!cm_ll_data->split_idlest_reg) { in cm_split_idlest_reg() 62 ret = cm_ll_data->split_idlest_reg(idlest_reg, prcm_inst, in cm_split_idlest_reg() 84 if (!cm_ll_data->wait_module_ready) { in omap_cm_wait_module_ready() 90 return cm_ll_data->wait_module_ready(part, prcm_mod, idlest_reg, in omap_cm_wait_module_ready() 110 if (!cm_ll_data->wait_module_idle) { in omap_cm_wait_module_idle() 116 return cm_ll_data in omap_cm_wait_module_idle() [all...] |
H A D | cm.h | 45 * struct cm_ll_data - fn ptrs to per-SoC CM function implementations 53 struct cm_ll_data { struct 74 extern int cm_register(const struct cm_ll_data *cld); 75 extern int cm_unregister(const struct cm_ll_data *cld);
|
H A D | cm33xx.c | 395 static const struct cm_ll_data am33xx_cm_ll_data = {
|
H A D | cm2xxx.c | 288 static const struct cm_ll_data omap2xxx_cm_ll_data = {
|
H A D | cminst44xx.c | 550 static const struct cm_ll_data omap4xxx_cm_ll_data = {
|
H A D | cm3xxx.c | 662 static const struct cm_ll_data omap3xxx_cm_ll_data = {
|
Completed in 8 milliseconds