Home
last modified time | relevance | path

Searched refs:cxl_driver (Results 1 – 3 of 3) sorted by relevance

/drivers/cxl/
Dcxl.h296 struct cxl_driver { struct
304 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument
306 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);
Dpmem.c69 static struct cxl_driver cxl_nvdimm_driver = {
195 static struct cxl_driver cxl_nvdimm_bridge_driver = {
/drivers/cxl/core/
Dbus.c563 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()