Searched refs:NFC_ATTR_SE_INDEX (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/nfc/ |
| H A D | netlink.c | 47 [NFC_ATTR_SE_INDEX] = { .type = NLA_U32 }, 444 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se_idx) || in nfc_genl_se_added() 475 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se_idx)) in nfc_genl_se_removed() 511 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se_idx) || in nfc_genl_se_transaction() 556 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se_idx) || in nfc_genl_se_connectivity() 1293 !info->attrs[NFC_ATTR_SE_INDEX]) in nfc_genl_enable_se() 1297 se_idx = nla_get_u32(info->attrs[NFC_ATTR_SE_INDEX]); in nfc_genl_enable_se() 1316 !info->attrs[NFC_ATTR_SE_INDEX]) in nfc_genl_disable_se() 1320 se_idx = nla_get_u32(info->attrs[NFC_ATTR_SE_INDEX]); in nfc_genl_disable_se() 1350 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se->idx) || in nfc_genl_send_se() [all …]
|
| /linux-6.15/include/uapi/linux/ |
| H A D | nfc.h | 191 NFC_ATTR_SE_INDEX, enumerator
|