Home
last modified time | relevance | path

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

/linux/drivers/nfc/st-nci/
H A Dspi.c33 struct st_nci_spi_phy { struct
46 struct st_nci_spi_phy *phy = phy_id; in st_nci_spi_enable() argument
63 struct st_nci_spi_phy *phy = phy_id; in st_nci_spi_disable()
77 struct st_nci_spi_phy *phy = phy_id; in st_nci_spi_write()
117 static int st_nci_spi_read(struct st_nci_spi_phy *phy, in st_nci_spi_read()
171 struct st_nci_spi_phy *phy = phy_id; in st_nci_irq_thread_fn()
212 struct st_nci_spi_phy *phy; in st_nci_spi_probe()
222 phy = devm_kzalloc(&dev->dev, sizeof(struct st_nci_spi_phy), in st_nci_spi_probe()
268 struct st_nci_spi_phy *phy = spi_get_drvdata(dev); in st_nci_spi_remove()