Searched refs:sp_dev_vdata (Results 1 – 3 of 3) sorted by relevance
33 static const struct sp_dev_vdata dev_vdata[] = {59 static struct sp_dev_vdata *sp_get_of_version(struct platform_device *pdev) in sp_get_of_version()66 return (struct sp_dev_vdata *)match->data; in sp_get_of_version()71 static struct sp_dev_vdata *sp_get_acpi_version(struct platform_device *pdev) in sp_get_acpi_version()78 return (struct sp_dev_vdata *)match->driver_data; in sp_get_acpi_version()
65 struct sp_dev_vdata { struct77 struct sp_dev_vdata *dev_vdata; argument
237 sp->dev_vdata = (struct sp_dev_vdata *)id->driver_data; in sp_pci_probe()395 static const struct sp_dev_vdata dev_vdata[] = {
Completed in 5 milliseconds