Searched refs:cxl_bus_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | port.c | 750 dev->bus = &cxl_bus_type; in cxl_port_alloc() 1389 dev = bus_find_device(&cxl_bus_type, NULL, ctx, match_port_by_dport); in __find_cxl_port_by_dport() 1521 bus_find_device(&cxl_bus_type, NULL, &ctx, port_has_memdev); in cxl_detach_ep() 1603 dev = bus_find_device(&cxl_bus_type, NULL, uport_dev, match_port_by_uport); in find_cxl_port_by_uport() 1972 dev->bus = &cxl_bus_type; in cxl_decoder_init() 2242 cxl_drv->drv.bus = &cxl_bus_type; in __cxl_driver_register() 2298 bus_for_each_dev(&cxl_bus_type, NULL, NULL, cxl_rescan_attach); in cxl_bus_rescan_queue() 2494 const struct bus_type cxl_bus_type = { variable 2502 EXPORT_SYMBOL_NS_GPL(cxl_bus_type, "CXL"); 2534 rc = bus_register(&cxl_bus_type); in cxl_core_init() [all …]
|
| H A D | pmem.c | 101 dev->bus = &cxl_bus_type; in cxl_nvdimm_bridge_alloc() 219 dev->bus = &cxl_bus_type; in cxl_nvdimm_alloc()
|
| H A D | pmu.c | 48 dev->bus = &cxl_bus_type; in devm_cxl_pmu_add()
|
| H A D | ras.c | 111 &cxl_bus_type, NULL, pdev, match_memdev_by_parent); in cxl_cper_handle_prot_err()
|
| H A D | region.c | 210 rc = bus_for_each_dev(&cxl_bus_type, NULL, &temp, is_dup); in uuid_store() 2262 bus_for_each_dev(&cxl_bus_type, NULL, cxled, cxl_region_remove_target); in cxl_cancel_auto_attach() 2413 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN() 2619 dev->bus = &cxl_bus_type; in cxl_region_alloc() 4035 &cxl_bus_type, NULL, res, region_contains_resource); in cxl_region_contains_resource()
|
| H A D | memdev.c | 787 dev->bus = &cxl_bus_type; in cxl_memdev_alloc()
|
| /linux/drivers/cxl/ |
| H A D | pmem.c | 345 bus_for_each_dev(&cxl_bus_type, NULL, cxl_nvb, detach_nvdimm); in unregister_nvdimm_bus()
|
| H A D | cxl.h | 819 extern const struct bus_type cxl_bus_type;
|