Searched refs:cxl_driver (Results 1 – 3 of 3) sorted by relevance
296 struct cxl_driver { struct304 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument306 return container_of(drv, struct cxl_driver, drv); in to_cxl_drv()309 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,312 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
69 static struct cxl_driver cxl_nvdimm_driver = {195 static struct cxl_driver cxl_nvdimm_bridge_driver = {
563 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()590 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()623 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()