Searched refs:xmit_to_drv (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/nfc/hci/ |
D | llc_nop.c | 25 xmit_to_drv_t xmit_to_drv; member 32 static void *llc_nop_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_nop_init() argument 47 llc_nop->xmit_to_drv = xmit_to_drv; in llc_nop_init() 82 return llc_nop->xmit_to_drv(llc_nop->hdev, skb); in llc_nop_xmit_from_hci()
|
D | llc_shdlc.c | 39 xmit_to_drv_t xmit_to_drv; member 165 r = shdlc->xmit_to_drv(shdlc->hdev, skb); in llc_shdlc_send_s_frame() 183 r = shdlc->xmit_to_drv(shdlc->hdev, skb); in llc_shdlc_send_u_frame() 561 r = shdlc->xmit_to_drv(shdlc->hdev, skb); in llc_shdlc_handle_send_queue() 749 static void *llc_shdlc_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_shdlc_init() argument 788 shdlc->xmit_to_drv = xmit_to_drv; in llc_shdlc_init()
|
D | llc.c | 102 xmit_to_drv_t xmit_to_drv, in nfc_llc_allocate() argument 117 llc->data = llc_engine->ops->init(hdev, xmit_to_drv, rcv_to_hci, in nfc_llc_allocate()
|
D | llc.h | 27 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,
|
/linux-4.4.14/include/net/nfc/ |
D | llc.h | 35 xmit_to_drv_t xmit_to_drv,
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 151 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,
|