Home
last modified time | relevance | path

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

/linux/drivers/cxl/
A Dcxl.h282 struct cxl_driver { struct
290 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument
292 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);
A Dpmem.c77 static struct cxl_driver cxl_nvdimm_driver = {
303 static struct cxl_driver cxl_nvdimm_bridge_driver = {
/linux/drivers/cxl/core/
A Dbus.c572 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