Searched refs:nfc_llc (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/net/nfc/
H A Dllc.h32 struct nfc_llc;
34 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev,
38 void nfc_llc_free(struct nfc_llc *llc);
40 void nfc_llc_get_rx_head_tail_room(struct nfc_llc *llc, int *rx_headroom,
44 int nfc_llc_start(struct nfc_llc *llc);
45 int nfc_llc_stop(struct nfc_llc *llc);
46 void nfc_llc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb);
47 int nfc_llc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb);
H A Dhci.h135 struct nfc_llc *llc;
/linux-4.4.14/net/nfc/hci/
H A Dllc.h31 void (*deinit) (struct nfc_llc *llc);
32 int (*start) (struct nfc_llc *llc);
33 int (*stop) (struct nfc_llc *llc);
34 void (*rcv_from_drv) (struct nfc_llc *llc, struct sk_buff *skb);
35 int (*xmit_from_hci) (struct nfc_llc *llc, struct sk_buff *skb);
44 struct nfc_llc { struct
51 void *nfc_llc_get_data(struct nfc_llc *llc);
H A Dllc.c101 struct nfc_llc *nfc_llc_allocate(const char *name, struct nfc_hci_dev *hdev, nfc_llc_allocate()
107 struct nfc_llc *llc; nfc_llc_allocate()
113 llc = kzalloc(sizeof(struct nfc_llc), GFP_KERNEL); nfc_llc_allocate()
130 void nfc_llc_free(struct nfc_llc *llc) nfc_llc_free()
136 inline void nfc_llc_get_rx_head_tail_room(struct nfc_llc *llc, int *rx_headroom, nfc_llc_get_rx_head_tail_room()
143 inline int nfc_llc_start(struct nfc_llc *llc) nfc_llc_start()
149 inline int nfc_llc_stop(struct nfc_llc *llc) nfc_llc_stop()
155 inline void nfc_llc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) nfc_llc_rcv_from_drv()
160 inline int nfc_llc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) nfc_llc_xmit_from_hci()
165 inline void *nfc_llc_get_data(struct nfc_llc *llc) nfc_llc_get_data()
H A Dllc_nop.c56 static void llc_nop_deinit(struct nfc_llc *llc) llc_nop_deinit()
61 static int llc_nop_start(struct nfc_llc *llc) llc_nop_start()
66 static int llc_nop_stop(struct nfc_llc *llc) llc_nop_stop()
71 static void llc_nop_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) llc_nop_rcv_from_drv()
78 static int llc_nop_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) llc_nop_xmit_from_hci()
H A Dllc_shdlc.c797 static void llc_shdlc_deinit(struct nfc_llc *llc) llc_shdlc_deinit()
808 static int llc_shdlc_start(struct nfc_llc *llc) llc_shdlc_start()
815 static int llc_shdlc_stop(struct nfc_llc *llc) llc_shdlc_stop()
824 static void llc_shdlc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) llc_shdlc_rcv_from_drv()
831 static int llc_shdlc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) llc_shdlc_xmit_from_hci()

Completed in 115 milliseconds