Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dnfc.h186 NFC_ATTR_LLC_PARAM_MIUX, enumerator
/linux-6.6.21/net/nfc/
Dnetlink.c43 [NFC_ATTR_LLC_PARAM_MIUX] = { .type = NLA_U16 },
1002 nla_put_u16(msg, NFC_ATTR_LLC_PARAM_MIUX, be16_to_cpu(local->miux))) in nfc_genl_send_params()
1077 !info->attrs[NFC_ATTR_LLC_PARAM_MIUX])) in nfc_genl_llc_set_params()
1087 if (info->attrs[NFC_ATTR_LLC_PARAM_MIUX]) { in nfc_genl_llc_set_params()
1088 miux = nla_get_u16(info->attrs[NFC_ATTR_LLC_PARAM_MIUX]); in nfc_genl_llc_set_params()
1120 if (info->attrs[NFC_ATTR_LLC_PARAM_MIUX]) in nfc_genl_llc_set_params()