Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/pn533/
H A Di2c.c25 struct pn533_i2c_phy { struct
39 struct pn533_i2c_phy *phy = dev->phy; in pn533_i2c_send_ack() argument
50 struct pn533_i2c_phy *phy = dev->phy; in pn533_i2c_send_frame()
84 struct pn533_i2c_phy *phy = dev->phy; in pn533_i2c_abort_cmd()
95 static int pn533_i2c_read(struct pn533_i2c_phy *phy, struct sk_buff **skb) in pn533_i2c_read()
130 struct pn533_i2c_phy *phy = data; in pn533_i2c_irq_thread_fn()
168 struct pn533_i2c_phy *phy; in pn533_i2c_probe()
177 phy = devm_kzalloc(&client->dev, sizeof(struct pn533_i2c_phy), in pn533_i2c_probe()
231 struct pn533_i2c_phy *phy = i2c_get_clientdata(client); in pn533_i2c_remove()