Home
last modified time | relevance | path

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

/linux/drivers/cxl/core/
H A Dpmem.c101 dev->bus = &cxl_bus_type; in cxl_nvdimm_bridge_alloc()
212 dev->bus = &cxl_bus_type; in cxl_nvdimm_alloc()
H A Dpmu.c48 dev->bus = &cxl_bus_type; in devm_cxl_pmu_add()
H A Dport.c757 dev->bus = &cxl_bus_type; in cxl_port_alloc()
1354 dev = bus_find_device(&cxl_bus_type, NULL, ctx, match_port_by_dport); in __find_cxl_port()
1496 bus_find_device(&cxl_bus_type, NULL, &ctx, port_has_memdev); in cxl_detach_ep()
1568 dev = bus_find_device(&cxl_bus_type, NULL, uport_dev, match_port_by_uport); in find_cxl_port_by_uport()
1933 dev->bus = &cxl_bus_type; in cxl_decoder_init()
2201 cxl_drv->drv.bus = &cxl_bus_type; in __cxl_driver_register()
2257 bus_for_each_dev(&cxl_bus_type, NULL, NULL, cxl_rescan_attach); in cxl_bus_rescan_queue()
2453 const struct bus_type cxl_bus_type = { variable
2461 EXPORT_SYMBOL_NS_GPL(cxl_bus_type, "CXL");
2493 rc = bus_register(&cxl_bus_type); in cxl_core_init()
[all …]
H A Dras.c97 &cxl_bus_type, NULL, pdev, match_memdev_by_parent); in cxl_cper_handle_prot_err()
H A Dregion.c209 rc = bus_for_each_dev(&cxl_bus_type, NULL, &temp, is_dup); in uuid_store()
2295 dev = bus_find_device_by_name(&cxl_bus_type, NULL, buf); in store_targetN()
2484 dev->bus = &cxl_bus_type; in cxl_region_alloc()
3288 dev->bus = &cxl_bus_type; in cxl_pmem_region_alloc()
3353 dev->bus = &cxl_bus_type; in cxl_dax_region_alloc()
/linux/drivers/cxl/
H A Dpmem.c326 bus_for_each_dev(&cxl_bus_type, NULL, cxl_nvb, detach_nvdimm); in unregister_nvdimm_bus()
H A Dcxl.h860 extern const struct bus_type cxl_bus_type;