Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/remoteproc/
Dremoteproc_core.c1482 rproc->clean_table = kmemdup(table_ptr, table_sz, GFP_KERNEL); in rproc_set_rsc_table()
1483 if (!rproc->clean_table) in rproc_set_rsc_table()
1486 rproc->clean_table = NULL; in rproc_set_rsc_table()
1509 if (WARN_ON(!rproc->clean_table)) in rproc_reset_rsc_table_on_detach()
1538 memcpy(table_ptr, rproc->clean_table, rproc->table_sz); in rproc_reset_rsc_table_on_detach()
1544 kfree(rproc->clean_table); in rproc_reset_rsc_table_on_detach()
1579 kfree(rproc->clean_table); in rproc_reset_rsc_table_on_stop()
/linux-6.6.21/include/linux/
Dremoteproc.h576 struct resource_table *clean_table; member