cxl_driver
struct cxl_driver *drv;
drv = container_of(port->dev.driver, struct cxl_driver, drv);
int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,
void cxl_driver_unregister(struct cxl_driver *cxl_drv)
struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver);
static struct cxl_driver cxl_region_driver = {
#define to_cxl_drv(__drv) container_of_const(__drv, struct cxl_driver, drv)
int __cxl_driver_register(struct cxl_driver *cxl_drv, struct module *owner,
void cxl_driver_unregister(struct cxl_driver *cxl_drv);
static struct cxl_driver cxl_mem_driver = {
static struct cxl_driver cxl_nvdimm_driver = {
static struct cxl_driver cxl_nvdimm_bridge_driver = {
static struct cxl_driver cxl_pmem_region_driver = {
static struct cxl_driver cxl_port_driver = {
static struct cxl_driver cxl_dax_region_driver = {
static struct cxl_driver cxl_pmu_driver = {