Searched refs:nfc_llc_get_data (Results 1 – 4 of 4) sorted by relevance
58 kfree(nfc_llc_get_data(llc)); in llc_nop_deinit()73 struct llc_nop *llc_nop = nfc_llc_get_data(llc); in llc_nop_rcv_from_drv()80 struct llc_nop *llc_nop = nfc_llc_get_data(llc); in llc_nop_xmit_from_hci()
799 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_deinit()810 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_start()817 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_stop()826 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_rcv_from_drv()833 struct llc_shdlc *shdlc = nfc_llc_get_data(llc); in llc_shdlc_xmit_from_hci()
51 void *nfc_llc_get_data(struct nfc_llc *llc);
165 inline void *nfc_llc_get_data(struct nfc_llc *llc) in nfc_llc_get_data() function