Home
last modified time | relevance | path

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

/linux/drivers/cxl/
H A Dcxl.h827 struct cxl_driver { struct
837 #define to_cxl_drv(__drv) container_of_const(__drv, struct cxl_driver, drv) argument
839 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,
842 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
H A Dpmem.c178 static struct cxl_driver cxl_nvdimm_driver = {
370 static struct cxl_driver cxl_nvdimm_bridge_driver = {
511 static struct cxl_driver cxl_pmem_region_driver = {
/linux/drivers/cxl/core/
H A Dport.c1658 struct cxl_driver *drv; in probe_dport()
1667 drv = container_of(port->dev.driver, struct cxl_driver, drv); in probe_dport()
2224 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()
2251 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()
2279 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
H A Dregion.c4241 static struct cxl_driver cxl_region_driver = {
/linux/drivers/perf/
H A Dcxl_pmu.c1018 static struct cxl_driver cxl_pmu_driver = {