Home
last modified time | relevance | path

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

/linux-6.6.21/include/acpi/
Dghes.h75 struct list_head *ghes_get_devices(void);
79 static inline struct list_head *ghes_get_devices(void) { return NULL; } in ghes_get_devices() function
/linux-6.6.21/drivers/edac/
Dlayerscape_edac.c41 if (ghes_get_devices()) in fsl_ddr_mc_init()
Dghes_edac.c545 ghes_devs = ghes_get_devices(); in ghes_edac_init()
Darmada_xp_edac.c602 if (ghes_get_devices()) in armada_xp_edac_init()
Dskx_base.c656 if (ghes_get_devices()) in skx_init()
Digen6_edac.c1274 if (ghes_get_devices()) in igen6_init()
Di10nm_base.c1076 if (ghes_get_devices()) in i10nm_init()
Dpnd2_edac.c1531 if (ghes_get_devices()) in pnd2_init()
Dthunderx_edac.c2117 if (ghes_get_devices()) in thunderx_edac_init()
Dxgene_edac.c2007 if (ghes_get_devices()) in xgene_edac_init()
Dsb_edac.c3637 if (ghes_get_devices()) in sbridge_init()
Damd64_edac.c4372 if (ghes_get_devices()) in amd64_edac_init()
/linux-6.6.21/drivers/acpi/apei/
Dghes.c1571 struct list_head *ghes_get_devices(void) in ghes_get_devices() function
1589 EXPORT_SYMBOL_GPL(ghes_get_devices);