Home
last modified time | relevance | path

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

/linux/drivers/cxl/
H A Dcxl.h808 struct cxl_driver { struct
818 #define to_cxl_drv(__drv) container_of_const(__drv, struct cxl_driver, drv) argument
820 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,
823 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
H A Dpmem.c178 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 = {
/linux/drivers/cxl/core/
H A Dport.c1648 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()
H A Dregion.c4108 static struct cxl_driver cxl_region_driver = {