Home
last modified time | relevance | path

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

/linux/tools/testing/cxl/test/
H A Dcxl.c43 static struct platform_device *cxl_switch_dport[NR_MEM_MULTI]; variable
621 for (i = 0; i < ARRAY_SIZE(cxl_switch_dport); i++) in is_mock_port()
622 if (dev == &cxl_switch_dport[i]->dev) in is_mock_port()
1509 array_size = ARRAY_SIZE(cxl_switch_dport); in get_port_array()
1510 array = cxl_switch_dport; in get_port_array()
1968 struct platform_device *dport = cxl_switch_dport[i]; in cxl_type3_mem_init()
2214 for (int i = ARRAY_SIZE(cxl_switch_dport) - 1; i >= 0; i--) { in cxl_dsps_remove()
2215 struct platform_device *pdev = cxl_switch_dport[i]; in cxl_dsps_remove()
2220 platform_device_unregister(cxl_switch_dport[i]); in cxl_dsps_remove()
2229 for (int i = 0; i < ARRAY_SIZE(cxl_switch_dport); i++) { in cxl_dsps_populate()
[all …]