Home
last modified time | relevance | path

Searched refs:nfc_start_poll (Results 1 – 3 of 3) sorted by relevance

/linux/net/nfc/
H A Dnfc.h133 int nfc_start_poll(struct nfc_dev *dev, u32 im_protocols, u32 tm_protocols);
H A Dcore.c189 * nfc_start_poll - start polling for nfc targets
198 int nfc_start_poll(struct nfc_dev *dev, u32 im_protocols, u32 tm_protocols) in nfc_start_poll() function
H A Dnetlink.c833 rc = nfc_start_poll(dev, im_protocols, tm_protocols); in nfc_genl_start_poll()