Home
last modified time | relevance | path

Searched refs:nfc_llc_get_data (Results 1 – 4 of 4) sorted by relevance

/net/nfc/hci/
Dllc_nop.c47 kfree(nfc_llc_get_data(llc)); in llc_nop_deinit()
62 struct llc_nop *llc_nop = nfc_llc_get_data(llc); in llc_nop_rcv_from_drv()
69 struct llc_nop *llc_nop = nfc_llc_get_data(llc); in llc_nop_xmit_from_hci()
Dllc_shdlc.c763 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_deinit()
774 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_start()
781 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_stop()
790 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_rcv_from_drv()
797 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_xmit_from_hci()
Dllc.h40 void *nfc_llc_get_data(struct nfc_llc *llc);
Dllc.c147 void *nfc_llc_get_data(struct nfc_llc *llc) in nfc_llc_get_data() function