Searched refs:nfc_deactivate_target (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/ |
H A D | nfc.h | 143 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode);
|
H A D | rawsock.c | 307 nfc_deactivate_target(nfc_rawsock(sk)->dev, in rawsock_destruct()
|
H A D | core.c | 435 * nfc_deactivate_target - deactivate a nfc target 440 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode) in nfc_deactivate_target() function
|
H A D | netlink.c | 899 nfc_deactivate_target(dev, target_idx, NFC_TARGET_MODE_SLEEP); in nfc_genl_activate_target() 925 rc = nfc_deactivate_target(dev, target_idx, NFC_TARGET_MODE_SLEEP); in nfc_genl_deactivate_target()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | nfc.h | 143 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode);
|
H A D | rawsock.c | 309 nfc_deactivate_target(nfc_rawsock(sk)->dev, in rawsock_destruct()
|
H A D | core.c | 436 * nfc_deactivate_target - deactivate a nfc target 442 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode) in nfc_deactivate_target() function
|
H A D | netlink.c | 899 nfc_deactivate_target(dev, target_idx, NFC_TARGET_MODE_SLEEP); in nfc_genl_activate_target() 925 rc = nfc_deactivate_target(dev, target_idx, NFC_TARGET_MODE_SLEEP); in nfc_genl_deactivate_target()
|
Completed in 9 milliseconds