to_cxl_drv
return cxl_device_id(dev) == to_cxl_drv(drv)->id;
rc = to_cxl_drv(dev->driver)->probe(dev);
struct cxl_driver *cxl_drv = to_cxl_drv(dev->driver);