Home
last modified time | relevance | path

Searched refs:xmit_to_drv (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/net/nfc/hci/
Dllc_nop.c25 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()
Dllc_shdlc.c39 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()
Dllc.c102 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()
Dllc.h27 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,
/linux-4.4.14/include/net/nfc/
Dllc.h35 xmit_to_drv_t xmit_to_drv,
/linux-4.4.14/Documentation/nfc/
Dnfc-hci.txt151 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,