Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/cxl/
Dcxl.h362 struct cxl_driver { struct
370 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument
372 return container_of(drv, struct cxl_driver, drv); in to_cxl_drv()
375 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,
378 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
Dport.c81 static struct cxl_driver cxl_port_driver = {
Dmem.c118 static struct cxl_driver cxl_mem_driver = {
Dpmem.c77 static struct cxl_driver cxl_nvdimm_driver = {
311 static struct cxl_driver cxl_nvdimm_bridge_driver = {
/linux-5.19.10/drivers/cxl/core/
Dport.c1412 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()
1439 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()
1467 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()