Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A Dmain.h93 struct dev_dependent_vals { struct
102 cxlflash_assign_ops(struct dev_dependent_vals *ddv) in cxlflash_assign_ops() argument
H A 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()
3169 static struct dev_dependent_vals dev_corsa_vals = { CXLFLASH_MAX_SECTORS,
3171 static struct dev_dependent_vals dev_flash_gt_vals = { CXLFLASH_MAX_SECTORS,
3173 static struct dev_dependent_vals dev_briard_vals = { CXLFLASH_MAX_SECTORS,
3650 struct dev_dependent_vals *ddv; in cxlflash_probe()
3659 ddv = (struct dev_dependent_vals *)dev_id->driver_data; in cxlflash_probe()