Home
last modified time | relevance | path

Searched refs:nfc_deactivate_target (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/net/nfc/
Dnfc.h142 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode);
Drawsock.c307 nfc_deactivate_target(nfc_rawsock(sk)->dev, in rawsock_destruct()
Dnetlink.c897 nfc_deactivate_target(dev, target_idx, NFC_TARGET_MODE_SLEEP); in nfc_genl_activate_target()
923 rc = nfc_deactivate_target(dev, target_idx, NFC_TARGET_MODE_SLEEP); in nfc_genl_deactivate_target()
Dcore.c442 int nfc_deactivate_target(struct nfc_dev *dev, u32 target_idx, u8 mode) in nfc_deactivate_target() function