Searched refs:NFC_ATTR_LLC_PARAM_RW (Results 1 – 2 of 2) sorted by relevance
185 NFC_ATTR_LLC_PARAM_RW, enumerator
53 [NFC_ATTR_LLC_PARAM_RW] = { .type = NLA_U8 },1011 nla_put_u8(msg, NFC_ATTR_LLC_PARAM_RW, local->rw) || in nfc_genl_send_params()1082 !info->attrs[NFC_ATTR_LLC_PARAM_RW] && in nfc_genl_llc_set_params()1086 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) { in nfc_genl_llc_set_params()1087 rw = nla_get_u8(info->attrs[NFC_ATTR_LLC_PARAM_RW]); in nfc_genl_llc_set_params()1124 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) in nfc_genl_llc_set_params()