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.c46 static struct platform_device *cxl_rch[NR_CXL_RCH]; variable
520 for (i = 0; i < ARRAY_SIZE(cxl_rch); i++) in is_mock_bridge()
521 if (dev == &cxl_rch[i]->dev) in is_mock_bridge()
1065 for (i = 0; i < ARRAY_SIZE(cxl_rch); i++) { in cxl_rch_topo_init()
1081 cxl_rch[i] = pdev; in cxl_rch_topo_init()
1092 for (i = ARRAY_SIZE(cxl_rch) - 1; i >= 0; i--) { in cxl_rch_topo_init()
1093 struct platform_device *pdev = cxl_rch[i]; in cxl_rch_topo_init()
1098 platform_device_unregister(cxl_rch[i]); in cxl_rch_topo_init()
1108 for (i = ARRAY_SIZE(cxl_rch) - 1; i >= 0; i--) { in cxl_rch_topo_exit()
1109 struct platform_device *pdev = cxl_rch[i]; in cxl_rch_topo_exit()
[all …]