Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/ccp/
H A Dsp-platform.c33 static const struct sp_dev_vdata dev_vdata[] = {
55 static struct sp_dev_vdata *sp_get_of_version(struct platform_device *pdev) in sp_get_of_version()
61 return (struct sp_dev_vdata *)match->data; in sp_get_of_version()
66 static struct sp_dev_vdata *sp_get_acpi_version(struct platform_device *pdev) in sp_get_acpi_version()
72 return (struct sp_dev_vdata *)match->driver_data; in sp_get_acpi_version()
H A Dsp-dev.h82 struct sp_dev_vdata { struct
94 struct sp_dev_vdata *dev_vdata; argument
H A Dsp-pci.c301 sp->dev_vdata = (struct sp_dev_vdata *)id->driver_data; in sp_pci_probe()
503 static const struct sp_dev_vdata dev_vdata[] = {