Searched refs:nfc_spi_dev (Results 1 – 1 of 1) sorted by relevance
1063 static int st95hf_probe(struct spi_device *nfc_spi_dev) in st95hf_probe() argument1065 struct device *dev = &nfc_spi_dev->dev; in st95hf_probe()1073 st95context = devm_kzalloc(&nfc_spi_dev->dev, in st95hf_probe()1081 spicontext->spidev = nfc_spi_dev; in st95hf_probe()1088 devm_regulator_get(&nfc_spi_dev->dev, in st95hf_probe()1109 dev_set_drvdata(&nfc_spi_dev->dev, spicontext); in st95hf_probe()1114 dev_err(&nfc_spi_dev->dev, "No valid enable gpio\n"); in st95hf_probe()1122 if (nfc_spi_dev->irq > 0) { in st95hf_probe()1123 if (devm_request_threaded_irq(&nfc_spi_dev->dev, in st95hf_probe()1124 nfc_spi_dev->irq, in st95hf_probe()[all …]