Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nfc/pn533/
Di2c.c38 struct pn533_i2c_phy { struct
52 struct pn533_i2c_phy *phy = dev->phy; in pn533_i2c_send_ack() argument
66 struct pn533_i2c_phy *phy = dev->phy; in pn533_i2c_send_frame()
100 struct pn533_i2c_phy *phy = dev->phy; in pn533_i2c_abort_cmd()
111 static int pn533_i2c_read(struct pn533_i2c_phy *phy, struct sk_buff **skb) in pn533_i2c_read()
146 struct pn533_i2c_phy *phy = data; in pn533_i2c_irq_thread_fn()
189 struct pn533_i2c_phy *phy; in pn533_i2c_probe()
201 phy = devm_kzalloc(&client->dev, sizeof(struct pn533_i2c_phy), in pn533_i2c_probe()
249 struct pn533_i2c_phy *phy = i2c_get_clientdata(client); in pn533_i2c_remove()