Searched refs:nfc_mei_phy (Results 1 – 4 of 4) sorted by relevance
92 static int mei_nfc_if_version(struct nfc_mei_phy *phy) in mei_nfc_if_version()139 static int mei_nfc_connect(struct nfc_mei_phy *phy) in mei_nfc_connect()249 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_write()261 static int mei_nfc_recv(struct nfc_mei_phy *phy, u8 *buf, size_t length) in mei_nfc_recv()286 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev); in nfc_mei_rx_cb()317 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_enable()358 struct nfc_mei_phy *phy = phy_id; in nfc_mei_phy_disable()372 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *cldev) in nfc_mei_phy_alloc()374 struct nfc_mei_phy *phy; in nfc_mei_phy_alloc()376 phy = kzalloc(sizeof(struct nfc_mei_phy), GFP_KERNEL); in nfc_mei_phy_alloc()[all …]
31 struct nfc_mei_phy { struct50 struct nfc_mei_phy *nfc_mei_phy_alloc(struct mei_cl_device *device); argument51 void nfc_mei_phy_free(struct nfc_mei_phy *phy);
22 struct nfc_mei_phy *phy; in pn544_mei_probe()43 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev); in pn544_mei_remove()
23 struct nfc_mei_phy *phy; in microread_mei_probe()44 struct nfc_mei_phy *phy = mei_cldev_get_drvdata(cldev); in microread_mei_remove()
Completed in 5 milliseconds