Searched refs:NFC_ATTR_TARGET_INDEX (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/nfc/ |
| H A D | netlink.c | 35 [NFC_ATTR_TARGET_INDEX] = { .type = NLA_U32 }, 73 if (nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target->idx) || in nfc_genl_send_target() 214 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_target_lost() 666 nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target_idx)) in nfc_genl_dep_link_up_event() 886 !info->attrs[NFC_ATTR_TARGET_INDEX] || in nfc_genl_activate_target() 896 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_activate_target() 914 !info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_deactivate_target() 923 target_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_deactivate_target() 945 if (!info->attrs[NFC_ATTR_TARGET_INDEX]) in nfc_genl_dep_link_up() 948 tgt_idx = nla_get_u32(info->attrs[NFC_ATTR_TARGET_INDEX]); in nfc_genl_dep_link_up() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | nfc.h | 173 NFC_ATTR_TARGET_INDEX, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | nfc.h | 173 NFC_ATTR_TARGET_INDEX, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | nfc.h | 173 NFC_ATTR_TARGET_INDEX, enumerator
|