Searched refs:ddv (Results 1 – 2 of 2) sorted by relevance
106 cxlflash_assign_ops(struct dev_dependent_vals *ddv) in cxlflash_assign_ops() argument111 if (ddv->flags & CXLFLASH_OCXL_DEV) in cxlflash_assign_ops()116 if (!(ddv->flags & CXLFLASH_OCXL_DEV)) in cxlflash_assign_ops()
858 struct dev_dependent_vals *ddv; in notify_shutdown() local863 ddv = (struct dev_dependent_vals *)cfg->dev_id->driver_data; in notify_shutdown()864 if (!(ddv->flags & CXLFLASH_NOTIFY_SHUTDOWN)) in notify_shutdown()1639 const struct dev_dependent_vals *ddv = (struct dev_dependent_vals *) in read_vpd() local1641 const bool wwpn_vpd_required = ddv->flags & CXLFLASH_WWPN_VPD_REQUIRED; in read_vpd()3674 struct dev_dependent_vals *ddv; in cxlflash_probe() local3681 ddv = (struct dev_dependent_vals *)dev_id->driver_data; in cxlflash_probe()3682 driver_template.max_sectors = ddv->max_sectors; in cxlflash_probe()3709 cfg->ops = cxlflash_assign_ops(ddv); in cxlflash_probe()