Home
last modified time | relevance | path

Searched refs:NFC_ATTR_DEVICE_POWERED (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dnfc.h179 NFC_ATTR_DEVICE_POWERED, enumerator
/linux-4.4.14/net/nfc/
Dnetlink.c56 [NFC_ATTR_DEVICE_POWERED] = { .type = NLA_U8 },
331 nla_put_u8(msg, NFC_ATTR_DEVICE_POWERED, dev->dev_up)) in nfc_genl_device_added()
573 nla_put_u8(msg, NFC_ATTR_DEVICE_POWERED, dev->dev_up) || in nfc_genl_send_device()