Searched refs:cxl_swd_single (Results 1 – 1 of 1) sorted by relevance
49 static struct platform_device *cxl_swd_single[NR_MEM_SINGLE]; variable633 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) in is_mock_port()634 if (dev == &cxl_swd_single[i]->dev) in is_mock_port()1512 array_size = ARRAY_SIZE(cxl_swd_single); in get_port_array()1513 array = cxl_swd_single; in get_port_array()1824 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) { in cxl_single_topo_init()1837 rc = cxl_mock_platform_device_add(pdev, &cxl_swd_single[i]); in cxl_single_topo_init()1845 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_topo_init()1846 platform_device_unregister(cxl_swd_single[i]); in cxl_single_topo_init()1870 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_topo_exit()[all …]