Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cxl/
Dcxl.h602 struct cxl_driver { struct
610 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument
612 return container_of(drv, struct cxl_driver, drv); in to_cxl_drv()
615 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,
618 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
Dmem.c115 static struct cxl_driver cxl_mem_driver = {
Dport.c131 static struct cxl_driver cxl_port_driver = {
Dpmem.c98 static struct cxl_driver cxl_nvdimm_driver = {
358 static struct cxl_driver cxl_nvdimm_bridge_driver = {
582 static struct cxl_driver cxl_pmem_region_driver = {
/Linux-v6.1/drivers/cxl/core/
Dport.c1737 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()
1764 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()
1792 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
Dregion.c1936 static struct cxl_driver cxl_region_driver = {