Searched refs:cxl_driver (Results 1 – 8 of 8) sorted by relevance
823 struct cxl_driver { struct831 #define to_cxl_drv(__drv) container_of_const(__drv, struct cxl_driver, drv) argument833 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,836 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
161 static struct cxl_driver cxl_nvdimm_driver = {351 static struct cxl_driver cxl_nvdimm_bridge_driver = {491 static struct cxl_driver cxl_pmem_region_driver = {
193 static struct cxl_driver cxl_port_driver = {
246 static struct cxl_driver cxl_mem_driver = {
35 static struct cxl_driver cxl_dax_region_driver = {
2017 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()2044 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()2072 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
3628 static struct cxl_driver cxl_region_driver = {
905 static struct cxl_driver cxl_pmu_driver = {
Completed in 29 milliseconds