Home
last modified time | relevance | path

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

/linux-6.15/drivers/dax/
H A Dcxl.c35 static struct cxl_driver cxl_dax_region_driver = {
/linux-6.15/drivers/cxl/
H A Dcxl.h817 struct cxl_driver { struct
825 #define to_cxl_drv(__drv) container_of_const(__drv, struct cxl_driver, drv) argument
827 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,
830 void cxl_driver_unregister(struct cxl_driver *cxl_drv);
H A Dpmem.c161 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 = {
H A Dport.c202 static struct cxl_driver cxl_port_driver = {
H A Dmem.c242 static struct cxl_driver cxl_mem_driver = {
/linux-6.15/drivers/cxl/core/
H A Dport.c2033 int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner, in __cxl_driver_register()
2060 void cxl_driver_unregister(struct cxl_driver *cxl_drv) in cxl_driver_unregister()
2088 struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver); in cxl_bus_remove()
H A Dregion.c3559 static struct cxl_driver cxl_region_driver = {
/linux-6.15/drivers/perf/
H A Dcxl_pmu.c905 static struct cxl_driver cxl_pmu_driver = {