Home
last modified time | relevance | path

Searched refs:prm_ll_data (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm/mach-omap2/
H A Dprm_common.c79 static struct prm_ll_data null_prm_ll_data;
80 static struct prm_ll_data *prm_ll_data = &null_prm_ll_data; variable
369 if (prm_ll_data->was_any_context_lost_old) in prm_was_any_context_lost_old()
370 ret = prm_ll_data->was_any_context_lost_old(part, inst, idx); in prm_was_any_context_lost_old()
391 if (prm_ll_data->clear_context_loss_flags_old) in prm_clear_context_loss_flags_old()
392 prm_ll_data->clear_context_loss_flags_old(part, inst, idx); in prm_clear_context_loss_flags_old()
409 if (!prm_ll_data->assert_hardreset) { in omap_prm_assert_hardreset()
415 return prm_ll_data->assert_hardreset(shift, part, prm_mod, offset); in omap_prm_assert_hardreset()
432 if (!prm_ll_data->deassert_hardreset) { in omap_prm_deassert_hardreset()
438 return prm_ll_data->deassert_hardreset(shift, st_shift, part, prm_mod, in omap_prm_deassert_hardreset()
[all …]
H A Dprm.h135 struct prm_ll_data { struct
151 extern int prm_register(struct prm_ll_data *pld); argument
152 extern int prm_unregister(struct prm_ll_data *pld);
H A Dprm2xxx.c211 static struct prm_ll_data omap2xxx_prm_ll_data = {
H A Dprm33xx.c391 static struct prm_ll_data am33xx_prm_ll_data = {
H A Dprm3xxx.c662 static struct prm_ll_data omap3xxx_prm_ll_data = {
H A Dprm44xx.c789 static struct prm_ll_data omap44xx_prm_ll_data = {