Searched refs:NFC_ATTR_LLC_PARAM_RW (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | nfc.h | 152 * @NFC_ATTR_LLC_PARAM_RW: Receive Window size parameter 185 NFC_ATTR_LLC_PARAM_RW, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | nfc.h | 152 * @NFC_ATTR_LLC_PARAM_RW: Receive Window size parameter 185 NFC_ATTR_LLC_PARAM_RW, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | nfc.h | 65 NFC_ATTR_LLC_PARAM_RW, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | nfc.h | 78 NFC_ATTR_LLC_PARAM_RW, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | nfc.h | 78 NFC_ATTR_LLC_PARAM_RW, enumerator
|
/kernel/linux/linux-5.10/net/nfc/ |
H A D | netlink.c | 42 [NFC_ATTR_LLC_PARAM_RW] = { .type = NLA_U8 }, 1001 nla_put_u8(msg, NFC_ATTR_LLC_PARAM_RW, local->rw) || in nfc_genl_send_params() 1076 !info->attrs[NFC_ATTR_LLC_PARAM_RW] && in nfc_genl_llc_set_params() 1080 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) { in nfc_genl_llc_set_params() 1081 rw = nla_get_u8(info->attrs[NFC_ATTR_LLC_PARAM_RW]); in nfc_genl_llc_set_params() 1117 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) in nfc_genl_llc_set_params()
|
/kernel/linux/linux-6.6/net/nfc/ |
H A D | netlink.c | 42 [NFC_ATTR_LLC_PARAM_RW] = { .type = NLA_U8 }, 1001 nla_put_u8(msg, NFC_ATTR_LLC_PARAM_RW, local->rw) || in nfc_genl_send_params() 1076 !info->attrs[NFC_ATTR_LLC_PARAM_RW] && in nfc_genl_llc_set_params() 1080 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) { in nfc_genl_llc_set_params() 1081 rw = nla_get_u8(info->attrs[NFC_ATTR_LLC_PARAM_RW]); in nfc_genl_llc_set_params() 1117 if (info->attrs[NFC_ATTR_LLC_PARAM_RW]) in nfc_genl_llc_set_params()
|
Completed in 8 milliseconds