Searched refs:fdp_i2c_phy (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/fdp/ |
H A D | i2c.c | 39 static void fdp_nci_i2c_reset(struct fdp_i2c_phy *phy) in fdp_nci_i2c_reset() 50 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_enable() 59 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_disable() 89 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_write() 129 static int fdp_nci_i2c_read(struct fdp_i2c_phy *phy, struct sk_buff **skb) in fdp_nci_i2c_read() 197 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_irq_thread_fn() 282 struct fdp_i2c_phy *phy; in fdp_nci_i2c_probe() 300 phy = devm_kzalloc(dev, sizeof(struct fdp_i2c_phy), GFP_KERNEL); in fdp_nci_i2c_probe() 348 struct fdp_i2c_phy *phy = i2c_get_clientdata(client); in fdp_nci_i2c_remove()
|
H A D | fdp.h | 14 struct fdp_i2c_phy { struct 24 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops,
|
H A D | fdp.c | 42 struct fdp_i2c_phy *phy; 714 int fdp_nci_probe(struct fdp_i2c_phy *phy, struct nfc_phy_ops *phy_ops, in fdp_nci_probe()
|
/kernel/linux/linux-6.6/drivers/nfc/fdp/ |
H A D | i2c.c | 39 static void fdp_nci_i2c_reset(const struct fdp_i2c_phy *phy) in fdp_nci_i2c_reset() 50 const struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_enable() 59 const struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_disable() 89 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_write() 129 static int fdp_nci_i2c_read(struct fdp_i2c_phy *phy, struct sk_buff **skb) in fdp_nci_i2c_read() 197 struct fdp_i2c_phy *phy = phy_id; in fdp_nci_i2c_irq_thread_fn() 280 struct fdp_i2c_phy *phy; in fdp_nci_i2c_probe() 298 phy = devm_kzalloc(dev, sizeof(struct fdp_i2c_phy), GFP_KERNEL); in fdp_nci_i2c_probe() 345 struct fdp_i2c_phy *phy = i2c_get_clientdata(client); in fdp_nci_i2c_remove()
|
H A D | fdp.h | 14 struct fdp_i2c_phy { struct 24 int fdp_nci_probe(struct fdp_i2c_phy *phy, const struct nfc_phy_ops *phy_ops,
|
H A D | fdp.c | 42 struct fdp_i2c_phy *phy; 699 int fdp_nci_probe(struct fdp_i2c_phy *phy, const struct nfc_phy_ops *phy_ops, in fdp_nci_probe()
|
Completed in 4 milliseconds