Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c51 static struct platform_device *cxl_rch[NR_CXL_RCH]; variable
542 for (i = 0; i < ARRAY_SIZE(cxl_rch); i++) in is_mock_bridge()
543 if (dev == &cxl_rch[i]->dev) in is_mock_bridge()
1151 for (i = 0; i < ARRAY_SIZE(cxl_rch); i++) { in cxl_rch_topo_init()
1167 cxl_rch[i] = pdev; in cxl_rch_topo_init()
1178 for (i = ARRAY_SIZE(cxl_rch) - 1; i >= 0; i--) { in cxl_rch_topo_init()
1179 struct platform_device *pdev = cxl_rch[i]; in cxl_rch_topo_init()
1184 platform_device_unregister(cxl_rch[i]); in cxl_rch_topo_init()
1194 for (i = ARRAY_SIZE(cxl_rch) - 1; i >= 0; i--) { in cxl_rch_topo_exit()
1195 struct platform_device *pdev = cxl_rch[i]; in cxl_rch_topo_exit()
[all …]