Home
last modified time | relevance | path

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

/linux/net/nfc/
H A Dnfc.h129 int nfc_dev_up(struct nfc_dev *dev);
H A Dcore.c83 * nfc_dev_up - turn on the NFC device
89 int nfc_dev_up(struct nfc_dev *dev) in nfc_dev_up() function
H A Dnetlink.c775 rc = nfc_dev_up(dev); in nfc_genl_dev_up()