Lines Matching refs:se
503 struct nfc_se *se; in nfc_genl_se_transaction() local
516 se = nfc_find_se(dev, se_idx); in nfc_genl_se_transaction()
517 if (!se) in nfc_genl_se_transaction()
522 nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type) || in nfc_genl_se_transaction()
1284 struct nfc_se *se, *n; in nfc_genl_send_se() local
1286 list_for_each_entry_safe(se, n, &dev->secure_elements, list) { in nfc_genl_send_se()
1296 nla_put_u32(msg, NFC_ATTR_SE_INDEX, se->idx) || in nfc_genl_send_se()
1297 nla_put_u8(msg, NFC_ATTR_SE_TYPE, se->type)) in nfc_genl_send_se()
1366 struct nfc_se *se; in nfc_se_io() local
1388 se = nfc_find_se(dev, se_idx); in nfc_se_io()
1389 if (!se) { in nfc_se_io()
1394 if (se->state != NFC_SE_ENABLED) { in nfc_se_io()