Home
last modified time | relevance | path

Searched refs:res_skb (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/nfc/pn544/
H A Dpn544.c242 struct sk_buff *res_skb; in pn544_hci_ready() local
253 param, 4, &res_skb); in pn544_hci_ready()
257 if (res_skb->len != 1) { in pn544_hci_ready()
258 kfree_skb(res_skb); in pn544_hci_ready()
262 if (res_skb->data[0] != p->value) { in pn544_hci_ready()
263 kfree_skb(res_skb); in pn544_hci_ready()
267 kfree_skb(res_skb); in pn544_hci_ready()
786 struct sk_buff *res_skb; in pn544_hci_discover_se() local
790 NULL, 0, &res_skb); in pn544_hci_discover_se()
793 if (res_skb in pn544_hci_discover_se()
826 struct sk_buff *res_skb; pn544_hci_enable_se() local
[all...]
/kernel/linux/linux-6.6/drivers/nfc/pn544/
H A Dpn544.c241 struct sk_buff *res_skb; in pn544_hci_ready() local
252 param, 4, &res_skb); in pn544_hci_ready()
256 if (res_skb->len != 1) { in pn544_hci_ready()
257 kfree_skb(res_skb); in pn544_hci_ready()
261 if (res_skb->data[0] != p->value) { in pn544_hci_ready()
262 kfree_skb(res_skb); in pn544_hci_ready()
266 kfree_skb(res_skb); in pn544_hci_ready()
785 struct sk_buff *res_skb; in pn544_hci_discover_se() local
789 NULL, 0, &res_skb); in pn544_hci_discover_se()
792 if (res_skb in pn544_hci_discover_se()
825 struct sk_buff *res_skb; pn544_hci_enable_se() local
[all...]

Completed in 4 milliseconds