Home
last modified time | relevance | path

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

/net/nfc/
Dnetlink.c882 u32 device_idx, target_idx, protocol; in nfc_genl_activate_target() local
890 device_idx = nla_get_u32(info->attrs[NFC_ATTR_DEVICE_INDEX]); in nfc_genl_activate_target()
892 dev = nfc_get_device(device_idx); in nfc_genl_activate_target()
910 u32 device_idx, target_idx; in nfc_genl_deactivate_target() local
917 device_idx = nla_get_u32(info->attrs[NFC_ATTR_DEVICE_INDEX]); in nfc_genl_deactivate_target()
919 dev = nfc_get_device(device_idx); in nfc_genl_deactivate_target()