Searched refs:NFC_ATTR_LLC_PARAM_RW (Results 1 – 2 of 2) sorted by relevance
185 NFC_ATTR_LLC_PARAM_RW, enumerator
42 [NFC_ATTR_LLC_PARAM_RW] = { .type = NLA_U8 },1000 nla_put_u8(msg, NFC_ATTR_LLC_PARAM_RW, local->rw) || in nfc_genl_send_params()1074 !info->attrs[NFC_ATTR_LLC_PARAM_RW] && in nfc_genl_llc_set_params()1078 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) { in nfc_genl_llc_set_params()1079 rw = nla_get_u8(info->attrs[NFC_ATTR_LLC_PARAM_RW]); in nfc_genl_llc_set_params()1115 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) in nfc_genl_llc_set_params()