Searched refs:xmit_to_drv_t (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/include/net/nfc/ |
D | llc.h | 18 typedef int (*xmit_to_drv_t) (struct nfc_hci_dev *hdev, struct sk_buff *skb); typedef 24 xmit_to_drv_t xmit_to_drv,
|
/linux-5.19.10/net/nfc/hci/ |
D | llc_nop.c | 14 xmit_to_drv_t xmit_to_drv; 21 static void *llc_nop_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_nop_init()
|
D | llc.h | 16 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,
|
D | llc.c | 91 xmit_to_drv_t xmit_to_drv, in nfc_llc_allocate()
|
D | llc_shdlc.c | 28 xmit_to_drv_t xmit_to_drv; 721 static void *llc_shdlc_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_shdlc_init()
|
/linux-5.19.10/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 157 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,
|