Lines Matching defs:fdp_nci_info
40 struct fdp_nci_info { struct
41 const struct nfc_phy_ops *phy_ops;
42 struct fdp_i2c_phy *phy;
43 struct nci_dev *ndev;
45 const struct firmware *otp_patch;
46 const struct firmware *ram_patch;
47 u32 otp_patch_version;
48 u32 ram_patch_version;
50 u32 otp_version;
51 u32 ram_version;
52 u32 limited_otp_version;
53 u8 key_index;
55 const u8 *fw_vsc_cfg;
56 u8 clock_type;
57 u32 clock_freq;
59 atomic_t data_pkt_counter;
60 void (*data_pkt_counter_cb)(struct nci_dev *ndev);
84 struct fdp_nci_info *info = nci_get_drvdata(ndev); in fdp_nci_create_conn() argument