Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/memory/
Dti-emif-pm.c206 int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst) in ti_emif_copy_pm_function_table() function
221 EXPORT_SYMBOL_GPL(ti_emif_copy_pm_function_table);
/Linux-v4.19/include/linux/
Dti-emif-sram.h140 int ti_emif_copy_pm_function_table(struct gen_pool *sram_pool, void *dst);
/Linux-v4.19/drivers/soc/ti/
Dpm33xx.c250 ret = ti_emif_copy_pm_function_table(sram_pool, (void *)table_addr); in am33xx_push_sram_idle()