Searched refs:nfc_llc_get_data (Results 1 – 4 of 4) sorted by relevance
47 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()
763 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()
40 void *nfc_llc_get_data(struct nfc_llc *llc);
147 void *nfc_llc_get_data(struct nfc_llc *llc) in nfc_llc_get_data() function