Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c41 static struct platform_device *cxl_swd_single[NR_MEM_SINGLE]; variable
554 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) in is_mock_port()
555 if (dev == &cxl_swd_single[i]->dev) in is_mock_port()
947 array_size = ARRAY_SIZE(cxl_swd_single); in mock_cxl_port_enumerate_dports()
948 array = cxl_swd_single; in mock_cxl_port_enumerate_dports()
1184 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) { in cxl_single_topo_init()
1200 cxl_swd_single[i] = pdev; in cxl_single_topo_init()
1206 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_topo_init()
1207 platform_device_unregister(cxl_swd_single[i]); in cxl_single_topo_init()
1231 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_topo_exit()
[all …]