Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/
H A Dnfc.h17 #define NFC_TARGET_MODE_SLEEP 1 macro
H A Dnetlink.c899 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()
/openbmc/linux/net/nfc/nci/
H A Dcore.c963 case NFC_TARGET_MODE_SLEEP: in nci_deactivate_target()