Lines Matching refs:cxl_swd_single
39 static struct platform_device *cxl_swd_single[NR_MEM_SINGLE]; variable
548 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) in is_mock_port()
549 if (dev == &cxl_swd_single[i]->dev) in is_mock_port()
940 array_size = ARRAY_SIZE(cxl_swd_single); in mock_cxl_port_enumerate_dports()
941 array = cxl_swd_single; in mock_cxl_port_enumerate_dports()
1149 for (i = 0; i < ARRAY_SIZE(cxl_swd_single); i++) { in cxl_single_init()
1165 cxl_swd_single[i] = pdev; in cxl_single_init()
1169 struct platform_device *dport = cxl_swd_single[i]; in cxl_single_init()
1192 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_init()
1193 platform_device_unregister(cxl_swd_single[i]); in cxl_single_init()
1219 for (i = ARRAY_SIZE(cxl_swd_single) - 1; i >= 0; i--) in cxl_single_exit()
1220 platform_device_unregister(cxl_swd_single[i]); in cxl_single_exit()