Home
last modified time | relevance | path

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

/openbmc/linux/net/nfc/hci/
H A Dllc_nop.c14 xmit_to_drv_t xmit_to_drv; member
21 static void *llc_nop_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_nop_init() argument
36 llc_nop->xmit_to_drv = xmit_to_drv; in llc_nop_init()
71 return llc_nop->xmit_to_drv(llc_nop->hdev, skb); in llc_nop_xmit_from_hci()
H A Dllc_shdlc.c28 xmit_to_drv_t xmit_to_drv; member
154 r = shdlc->xmit_to_drv(shdlc->hdev, skb); in llc_shdlc_send_s_frame()
172 r = shdlc->xmit_to_drv(shdlc->hdev, skb); in llc_shdlc_send_u_frame()
543 r = shdlc->xmit_to_drv(shdlc->hdev, skb); in llc_shdlc_handle_send_queue()
721 static void *llc_shdlc_init(struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv, in llc_shdlc_init() argument
752 shdlc->xmit_to_drv = xmit_to_drv; in llc_shdlc_init()
H A Dllc.c91 xmit_to_drv_t xmit_to_drv, in nfc_llc_allocate() argument
106 llc->data = llc_engine->ops->init(hdev, xmit_to_drv, rcv_to_hci, in nfc_llc_allocate()
H A Dllc.h16 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,
/openbmc/linux/include/net/nfc/
H A Dllc.h24 xmit_to_drv_t xmit_to_drv,
/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst157 void *(*init) (struct nfc_hci_dev *hdev, xmit_to_drv_t xmit_to_drv,