Searched refs:nfc_activate_target (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/ |
H A D | nfc.h | 141 int nfc_activate_target(struct nfc_dev *dev, u32 target_idx, u32 protocol);
|
H A D | rawsock.c | 111 rc = nfc_activate_target(dev, addr->target_idx, addr->nfc_protocol); in rawsock_connect()
|
H A D | core.c | 387 * nfc_activate_target - prepare the target for data exchange 393 int nfc_activate_target(struct nfc_dev *dev, u32 target_idx, u32 protocol) in nfc_activate_target() function
|
H A D | netlink.c | 900 rc = nfc_activate_target(dev, target_idx, protocol); in nfc_genl_activate_target()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | nfc.h | 141 int nfc_activate_target(struct nfc_dev *dev, u32 target_idx, u32 protocol);
|
H A D | rawsock.c | 112 rc = nfc_activate_target(dev, addr->target_idx, addr->nfc_protocol); in rawsock_connect()
|
H A D | core.c | 388 * nfc_activate_target - prepare the target for data exchange 394 int nfc_activate_target(struct nfc_dev *dev, u32 target_idx, u32 protocol) in nfc_activate_target() function
|
H A D | netlink.c | 900 rc = nfc_activate_target(dev, target_idx, protocol); in nfc_genl_activate_target()
|
Completed in 9 milliseconds