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.c54 static struct platform_device *cxl_rch[NR_CXL_RCH]; variable
599 for (i = 0; i < ARRAY_SIZE(cxl_rch); i++) in is_mock_bridge()
600 if (dev == &cxl_rch[i]->dev) in is_mock_bridge()
1709 for (i = 0; i < ARRAY_SIZE(cxl_rch); i++) { in cxl_rch_topo_init()
1721 rc = cxl_mock_platform_device_add(pdev, &cxl_rch[i]); in cxl_rch_topo_init()
1735 for (i = ARRAY_SIZE(cxl_rch) - 1; i >= 0; i--) { in cxl_rch_topo_init()
1736 struct platform_device *pdev = cxl_rch[i]; in cxl_rch_topo_init()
1741 platform_device_unregister(cxl_rch[i]); in cxl_rch_topo_init()
1751 for (i = ARRAY_SIZE(cxl_rch) - 1; i >= 0; i--) { in cxl_rch_topo_exit()
1752 struct platform_device *pdev = cxl_rch[i]; in cxl_rch_topo_exit()
[all …]