Searched refs:nci_op_ntf_packet (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/nci/ |
H A D | core.c | 1414 static int nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, in nci_op_ntf_packet() function 1437 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->prop_ops, in nci_prop_ntf_packet() 1451 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_ntf_packet()
|
/kernel/linux/linux-6.6/net/nfc/nci/ |
H A D | core.c | 1425 static int nci_op_ntf_packet(struct nci_dev *ndev, __u16 ntf_opcode, in nci_op_ntf_packet() function 1448 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->prop_ops, in nci_prop_ntf_packet() 1462 return nci_op_ntf_packet(ndev, opcode, skb, ndev->ops->core_ops, in nci_core_ntf_packet()
|
Completed in 4 milliseconds