Lines Matching refs:se
511 struct nfc_se *se; in nfc_genl_se_transaction() local
524 se = nfc_find_se(dev, se_idx); in nfc_genl_se_transaction()
525 if (!se) in nfc_genl_se_transaction()
530 nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type) || in nfc_genl_se_transaction()
1290 struct nfc_se *se, *n; in nfc_genl_send_se() local
1292 list_for_each_entry_safe(se, n, &dev->secure_elements, list) { in nfc_genl_send_se()
1302 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se->idx) || in nfc_genl_send_se()
1303 nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type)) in nfc_genl_send_se()
1372 struct nfc_se *se; in nfc_se_io() local
1394 se = nfc_find_se(dev, se_idx); in nfc_se_io()
1395 if (!se) { in nfc_se_io()
1400 if (se->state != NFC_SE_ENABLED) { in nfc_se_io()