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()
951 array_size = ARRAY_SIZE(cxl_swd_single); in mock_cxl_port_enumerate_dports()
952 array = cxl_swd_single; in mock_cxl_port_enumerate_dports()
1212 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) { in cxl_single_init()
1228 cxl_swd_single[i] = pdev; in cxl_single_init()
1232 struct platform_device *dport = cxl_swd_single[i]; in cxl_single_init()
1255 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_init()
1256 platform_device_unregister(cxl_swd_single[i]); in cxl_single_init()
[all …]