Searched refs:NFC_ATTR_LLC_PARAM_MIUX (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfc.h | 153 * @NFC_ATTR_LLC_PARAM_MIUX: MIU eXtension parameter 186 NFC_ATTR_LLC_PARAM_MIUX, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfc.h | 153 * @NFC_ATTR_LLC_PARAM_MIUX: MIU eXtension parameter 186 NFC_ATTR_LLC_PARAM_MIUX, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfc.h | 66 NFC_ATTR_LLC_PARAM_MIUX, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfc.h | 79 NFC_ATTR_LLC_PARAM_MIUX, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfc.h | 79 NFC_ATTR_LLC_PARAM_MIUX, enumerator
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | netlink.c | 43 [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()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | netlink.c | 43 [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()
|
Completed in 8 milliseconds