Searched refs:targets (Results 1 - 6 of 6) sorted by relevance

/net/nfc/hci/
H A Dcore.c194 struct nfc_target *targets; local
202 targets = kzalloc(sizeof(struct nfc_target), GFP_KERNEL);
203 if (targets == NULL)
223 targets->supported_protocols =
225 if (targets->supported_protocols == 0xffffffff) {
230 targets->sens_res = be16_to_cpu(*(u16 *)atqa_skb->data);
231 targets->sel_res = sak_skb->data[0];
243 memcpy(targets->nfcid1, uid_skb->data, uid_skb->len);
244 targets->nfcid1_len = uid_skb->len;
248 targets);
[all...]
/net/nfc/
H A Dcore.c145 * nfc_start_poll - start polling for nfc targets
150 * The device remains polling for targets until a target is found or
192 * nfc_stop_poll - stop polling for nfc targets
231 if (dev->targets[i].idx == target_idx)
232 return &dev->targets[i];
592 * nfc_targets_found - inform that targets were found
594 * @dev: The nfc device that found the targets
595 * @targets: array of nfc targets found
596 * @ntargets: targets arra
607 nfc_targets_found(struct nfc_dev *dev, struct nfc_target *targets, int n_targets) argument
[all...]
H A Dnetlink.c148 rc = nfc_genl_send_target(skb, &dev->targets[i], cb,
/net/nfc/nci/
H A Dntf.c234 target = &ndev->targets[i];
250 target = &ndev->targets[ndev->n_targets];
266 memset(ndev->targets, 0,
325 nfc_targets_found(ndev->nfc_dev, ndev->targets,
399 target = &ndev->targets[ndev->n_targets];
413 nfc_targets_found(ndev->nfc_dev, ndev->targets, ndev->n_targets);
H A Dcore.c517 if (ndev->targets[i].idx == target->idx) {
518 nci_target = &ndev->targets[i];
/net/sched/
H A DKconfig579 tristate "IPtables targets"
582 Say Y here to be able to invoke iptables targets after successful

Completed in 77 milliseconds