Home
last modified time | relevance | path

Searched refs:sp_dev_vdata (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/crypto/ccp/
Dsp-platform.c39 static struct sp_dev_vdata *sp_get_of_version(struct platform_device *pdev) in sp_get_of_version()
46 return (struct sp_dev_vdata *)match->data; in sp_get_of_version()
51 static struct sp_dev_vdata *sp_get_acpi_version(struct platform_device *pdev) in sp_get_acpi_version()
58 return (struct sp_dev_vdata *)match->driver_data; in sp_get_acpi_version()
204 static const struct sp_dev_vdata dev_vdata[] = {
Dsp-dev.h56 struct sp_dev_vdata { struct
68 struct sp_dev_vdata *dev_vdata; argument
Dsp-pci.c171 sp->dev_vdata = (struct sp_dev_vdata *)id->driver_data; in sp_pci_probe()
291 static const struct sp_dev_vdata dev_vdata[] = {