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.c46 static struct platform_device *cxl_swd_single[NR_MEM_SINGLE]; variable
576 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) in is_mock_port()
577 if (dev == &cxl_swd_single[i]->dev) in is_mock_port()
1021 array_size = ARRAY_SIZE(cxl_swd_single); in get_port_array()
1022 array = cxl_swd_single; in get_port_array()
1270 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) { in cxl_single_topo_init()
1286 cxl_swd_single[i] = pdev; in cxl_single_topo_init()
1292 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_topo_init()
1293 platform_device_unregister(cxl_swd_single[i]); in cxl_single_topo_init()
1317 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_topo_exit()
[all …]