Searched refs:nfc_start_poll (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/ |
H A D | nfc.h | 133 int nfc_start_poll(struct nfc_dev *dev, u32 im_protocols, u32 tm_protocols);
|
H A D | core.c | 189 * nfc_start_poll - start polling for nfc targets 197 int nfc_start_poll(struct nfc_dev *dev, u32 im_protocols, u32 tm_protocols) in nfc_start_poll() function
|
H A D | netlink.c | 828 rc = nfc_start_poll(dev, im_protocols, tm_protocols); in nfc_genl_start_poll()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | nfc.h | 133 int nfc_start_poll(struct nfc_dev *dev, u32 im_protocols, u32 tm_protocols);
|
H A D | core.c | 189 * 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 D | netlink.c | 828 rc = nfc_start_poll(dev, im_protocols, tm_protocols); in nfc_genl_start_poll()
|
Completed in 12 milliseconds