Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/st-nci/
Di2c.c43 struct st_nci_i2c_phy { struct
56 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_enable() argument
73 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_disable()
87 struct st_nci_i2c_phy *phy = phy_id; in st_nci_i2c_write()
117 static int st_nci_i2c_read(struct st_nci_i2c_phy *phy, in st_nci_i2c_read()
170 struct st_nci_i2c_phy *phy = phy_id; in st_nci_irq_thread_fn()
217 struct st_nci_i2c_phy *phy; in st_nci_i2c_probe()
228 phy = devm_kzalloc(dev, sizeof(struct st_nci_i2c_phy), GFP_KERNEL); in st_nci_i2c_probe()
273 struct st_nci_i2c_phy *phy = i2c_get_clientdata(client); in st_nci_i2c_remove()