Searched refs:cxl_bus_type (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/cxl/core/ |
D | port.c | 435 dev->bus = &cxl_bus_type; in cxl_port_alloc() 579 port_dev = bus_find_device(&cxl_bus_type, NULL, dev, match_root_child); in find_cxl_root() 807 dev = bus_find_device(&cxl_bus_type, NULL, ctx, match_port_by_dport); in __find_cxl_port() 1224 dev->bus = &cxl_bus_type; in cxl_decoder_alloc() 1430 cxl_drv->drv.bus = &cxl_bus_type; in __cxl_driver_register() 1477 return bus_rescan_devices(&cxl_bus_type); in cxl_bus_rescan() 1514 struct bus_type cxl_bus_type = { variable 1522 EXPORT_SYMBOL_NS_GPL(cxl_bus_type, CXL); 1540 rc = bus_register(&cxl_bus_type); in cxl_core_init() 1556 bus_unregister(&cxl_bus_type); in cxl_core_exit()
|
D | pmem.c | 107 dev->bus = &cxl_bus_type; in cxl_nvdimm_bridge_alloc() 237 dev->bus = &cxl_bus_type; in cxl_nvdimm_alloc()
|
D | memdev.c | 254 dev->bus = &cxl_bus_type; in cxl_memdev_alloc()
|
/linux-5.19.10/drivers/cxl/ |
D | pmem.c | 225 bus_for_each_dev(&cxl_bus_type, NULL, NULL, cxl_nvdimm_release_driver); in offline_nvdimm_bus() 259 int rc = bus_rescan_devices(&cxl_bus_type); in cxl_nvb_update_state() 340 bus_for_each_dev(&cxl_bus_type, NULL, NULL, cxl_nvdimm_bridge_reset); in destroy_cxl_pmem_wq()
|
D | cxl.h | 360 extern struct bus_type cxl_bus_type;
|