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

/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,
107 struct nfc_llc *llc;
113 llc = kzalloc(sizeof(struct nfc_llc), GFP_KERNEL);
130 void nfc_llc_free(struct nfc_llc *llc)
136 inline void nfc_llc_get_rx_head_tail_room(struct nfc_llc *llc, int *rx_headroom,
143 inline int nfc_llc_start(struct nfc_llc *llc)
148 inline int nfc_llc_stop(struct nfc_llc *llc)
153 inline void nfc_llc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb)
158 inline int nfc_llc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb)
163 inline void *nfc_llc_get_data(struct nfc_llc *ll
[all...]
H A Dllc_nop.c56 static void llc_nop_deinit(struct nfc_llc *llc)
61 static int llc_nop_start(struct nfc_llc *llc)
66 static int llc_nop_stop(struct nfc_llc *llc)
71 static void llc_nop_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb)
78 static int llc_nop_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb)
H A Dllc_shdlc.c797 static void llc_shdlc_deinit(struct nfc_llc *llc)
808 static int llc_shdlc_start(struct nfc_llc *llc)
815 static int llc_shdlc_stop(struct nfc_llc *llc)
824 static void llc_shdlc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb)
831 static int llc_shdlc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb)

Completed in 68 milliseconds