Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/acpi/nfit/
A Dcore.c804 struct nfit_dcr *nfit_dcr; in add_dcr() local
815 nfit_dcr = devm_kzalloc(dev, sizeof(*nfit_dcr) + sizeof(*dcr), in add_dcr()
817 if (!nfit_dcr) in add_dcr()
819 INIT_LIST_HEAD(&nfit_dcr->list); in add_dcr()
1027 struct nfit_dcr *nfit_dcr; in __nfit_mem_init() local
1068 nfit_mem->dcr = nfit_dcr->dcr; in __nfit_mem_init()
1070 && nfit_dcr->dcr->windows) in __nfit_mem_init()
1071 nfit_mem->dcr = nfit_dcr->dcr; in __nfit_mem_init()
1491 struct nfit_dcr *nfit_dcr; in format1_show() local
1499 if (nfit_dcr->dcr->code == dcr->code) in format1_show()
[all …]
A Dnfit.h172 struct nfit_dcr { struct

Completed in 10 milliseconds