Searched refs:cxl_bus_type (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/cxl/core/ |
| H A D | port.c | 747 dev->bus = &cxl_bus_type; in cxl_port_alloc() 1387 dev = bus_find_device(&cxl_bus_type, NULL, ctx, match_port_by_dport); in __find_cxl_port() 1511 bus_find_device(&cxl_bus_type, NULL, &ctx, port_has_memdev); in cxl_detach_ep() 1593 dev = bus_find_device(&cxl_bus_type, NULL, uport_dev, match_port_by_uport); in find_cxl_port_by_uport() 1962 dev->bus = &cxl_bus_type; in cxl_decoder_init() 2229 cxl_drv->drv.bus = &cxl_bus_type; in __cxl_driver_register() 2285 bus_for_each_dev(&cxl_bus_type, NULL, NULL, cxl_rescan_attach); in cxl_bus_rescan_queue() 2481 const struct bus_type cxl_bus_type = { variable 2489 EXPORT_SYMBOL_NS_GPL(cxl_bus_type, "CXL"); 2521 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 | 98 &cxl_bus_type, NULL, pdev, match_memdev_by_parent); in cxl_cper_handle_prot_err()
|
| H A D | region.c | 209 rc = bus_for_each_dev(&cxl_bus_type, NULL, &temp, is_dup); in uuid_store() 2302 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN() 2496 dev->bus = &cxl_bus_type; in cxl_region_alloc() 3503 dev->bus = &cxl_bus_type; in cxl_pmem_region_alloc() 3568 dev->bus = &cxl_bus_type; in cxl_dax_region_alloc()
|
| H A D | memdev.c | 684 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 | 884 extern const struct bus_type cxl_bus_type;
|