Lines Matching refs:pn544_i2c_phy
149 struct pn544_i2c_phy { struct
188 static void pn544_hci_i2c_platform_init(struct pn544_i2c_phy *phy) in pn544_hci_i2c_platform_init() argument
231 static void pn544_hci_i2c_enable_mode(struct pn544_i2c_phy *phy, int run_mode) in pn544_hci_i2c_enable_mode()
242 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_enable()
253 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_disable()
296 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_write()
356 static int pn544_hci_i2c_read(struct pn544_i2c_phy *phy, struct sk_buff **skb) in pn544_hci_i2c_read()
415 static int pn544_hci_i2c_fw_read_status(struct pn544_i2c_phy *phy) in pn544_hci_i2c_fw_read_status()
482 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_irq_thread_fn()
527 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_fw_download()
541 static void pn544_hci_i2c_fw_work_complete(struct pn544_i2c_phy *phy, in pn544_hci_i2c_fw_work_complete()
638 static int pn544_hci_i2c_fw_write_chunk(struct pn544_i2c_phy *phy) in pn544_hci_i2c_fw_write_chunk()
655 static int pn544_hci_i2c_fw_secure_write_frame_cmd(struct pn544_i2c_phy *phy, in pn544_hci_i2c_fw_secure_write_frame_cmd()
687 static int pn544_hci_i2c_fw_secure_write_frame(struct pn544_i2c_phy *phy) in pn544_hci_i2c_fw_secure_write_frame()
737 struct pn544_i2c_phy *phy = container_of(work, struct pn544_i2c_phy, in pn544_hci_i2c_fw_work()
872 struct pn544_i2c_phy *phy; in pn544_hci_i2c_probe()
880 phy = devm_kzalloc(&client->dev, sizeof(struct pn544_i2c_phy), in pn544_hci_i2c_probe()
932 struct pn544_i2c_phy *phy = i2c_get_clientdata(client); in pn544_hci_i2c_remove()