Searched refs:cxl_driver (Results 1 – 4 of 4) sorted by relevance
808 struct cxl_driver { struct818 #define to_cxl_drv(__drv) container_of_const(__drv, struct cxl_driver, drv) argument820 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,823 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
178 static struct cxl_driver cxl_nvdimm_driver = {370 static struct cxl_driver cxl_nvdimm_bridge_driver = {511 static struct cxl_driver cxl_pmem_region_driver = {
1648 struct cxl_driver *drv; in probe_dport()1657 drv = container_of(port->dev.driver, struct cxl_driver, drv); in probe_dport()2211 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()2238 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()2266 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
4108 static struct cxl_driver cxl_region_driver = {