Searched refs:cxl_driver (Results 1 – 3 of 3) sorted by relevance
282 struct cxl_driver { struct290 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument292 return container_of(drv, struct cxl_driver, drv); in to_cxl_drv()295 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,298 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
77 static struct cxl_driver cxl_nvdimm_driver = {303 static struct cxl_driver cxl_nvdimm_bridge_driver = {
572 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()599 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()632 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
Completed in 9 milliseconds