Searched refs:cxl_driver (Results 1 – 7 of 7) sorted by relevance
721 struct cxl_driver { struct729 static inline struct cxl_driver *to_cxl_drv(struct device_driver *drv) in to_cxl_drv() argument731 return container_of(drv, struct cxl_driver, drv); in to_cxl_drv()734 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,737 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
94 static struct cxl_driver cxl_nvdimm_driver = {281 static struct cxl_driver cxl_nvdimm_bridge_driver = {413 static struct cxl_driver cxl_pmem_region_driver = {
179 static struct cxl_driver cxl_mem_driver = {
190 static struct cxl_driver cxl_port_driver = {
40 static struct cxl_driver cxl_dax_region_driver = {
1839 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()1866 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()1894 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
2741 static struct cxl_driver cxl_region_driver = {
Completed in 18 milliseconds