Searched refs:cxl_driver (Results 1 – 6 of 6) sorted by relevance
602 struct cxl_driver { struct610 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument612 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);
115 static struct cxl_driver cxl_mem_driver = {
131 static struct cxl_driver cxl_port_driver = {
98 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 = {
1737 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()
1936 static struct cxl_driver cxl_region_driver = {