Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bus/
Dti-sysc.c2573 struct sysc_module *restored_module; in sysc_add_restored() local
2575 restored_module = kzalloc(sizeof(*restored_module), GFP_KERNEL); in sysc_add_restored()
2576 if (!restored_module) in sysc_add_restored()
2579 restored_module->ddata = ddata; in sysc_add_restored()
2583 list_add(&restored_module->node, &sysc_soc->restored_modules); in sysc_add_restored()
3184 struct sysc_module *restored_module; in sysc_cleanup_static_data() local
3196 restored_module = list_entry(pos, struct sysc_module, node); in sysc_cleanup_static_data()
3198 kfree(restored_module); in sysc_cleanup_static_data()