Home
last modified time | relevance | path

Searched refs:dev_dependent_vals (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/cxlflash/
Dmain.h93 struct dev_dependent_vals { struct
102 cxlflash_assign_ops(struct dev_dependent_vals *ddv) in cxlflash_assign_ops() argument
Dmain.c857 struct dev_dependent_vals *ddv; in notify_shutdown()
862 ddv = (struct dev_dependent_vals *)cfg->dev_id->driver_data; in notify_shutdown()
1642 const struct dev_dependent_vals *ddv = (struct dev_dependent_vals *) in read_vpd()
3188 static struct dev_dependent_vals dev_corsa_vals = { CXLFLASH_MAX_SECTORS,
3190 static struct dev_dependent_vals dev_flash_gt_vals = { CXLFLASH_MAX_SECTORS,
3192 static struct dev_dependent_vals dev_briard_vals = { CXLFLASH_MAX_SECTORS,
3671 struct dev_dependent_vals *ddv; in cxlflash_probe()
3678 ddv = (struct dev_dependent_vals *)dev_id->driver_data; in cxlflash_probe()