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()
255 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_disable()
298 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_write()
358 static int pn544_hci_i2c_read(struct pn544_i2c_phy *phy, struct sk_buff **skb) in pn544_hci_i2c_read()
417 static int pn544_hci_i2c_fw_read_status(struct pn544_i2c_phy *phy) in pn544_hci_i2c_fw_read_status()
484 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_irq_thread_fn()
529 struct pn544_i2c_phy *phy = phy_id; in pn544_hci_i2c_fw_download()
543 static void pn544_hci_i2c_fw_work_complete(struct pn544_i2c_phy *phy, in pn544_hci_i2c_fw_work_complete()
640 static int pn544_hci_i2c_fw_write_chunk(struct pn544_i2c_phy *phy) in pn544_hci_i2c_fw_write_chunk()
657 static int pn544_hci_i2c_fw_secure_write_frame_cmd(struct pn544_i2c_phy *phy, in pn544_hci_i2c_fw_secure_write_frame_cmd()
689 static int pn544_hci_i2c_fw_secure_write_frame(struct pn544_i2c_phy *phy) in pn544_hci_i2c_fw_secure_write_frame()
739 struct pn544_i2c_phy *phy = container_of(work, struct pn544_i2c_phy, in pn544_hci_i2c_fw_work()
875 struct pn544_i2c_phy *phy; in pn544_hci_i2c_probe()
886 phy = devm_kzalloc(&client->dev, sizeof(struct pn544_i2c_phy), in pn544_hci_i2c_probe()
938 struct pn544_i2c_phy *phy = i2c_get_clientdata(client); in pn544_hci_i2c_remove()