Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st-nci/
H A Di2c.c32 struct st_nci_i2c_phy { struct
45 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_enable() argument
62 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_disable()
76 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_write()
106 static int st_nci_i2c_read(struct st_nci_i2c_phy *phy, in st_nci_i2c_read()
159 struct st_nci_i2c_phy *phy = phy_id; in st_nci_irq_thread_fn()
201 struct st_nci_i2c_phy *phy; in st_nci_i2c_probe()
209 phy = devm_kzalloc(dev, sizeof(struct st_nci_i2c_phy), GFP_KERNEL); in st_nci_i2c_probe()
254 struct st_nci_i2c_phy *phy = i2c_get_clientdata(client); in st_nci_i2c_remove()