Home
last modified time | relevance | path

Searched refs:llc_shdlc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/nfc/hci/
H A Dllc_shdlc.c26 struct llc_shdlc { struct
221 static void llc_shdlc_rcv_i_frame(struct llc_shdlc *shdlc, in llc_shdlc_rcv_i_frame()
592 struct llc_shdlc *shdlc = container_of(work, struct llc_shdlc, sm_work); in llc_shdlc_sm_work()
672 static int llc_shdlc_connect(struct llc_shdlc *shdlc) in llc_shdlc_connect()
726 struct llc_shdlc *shdlc; in llc_shdlc_init()
731 shdlc = kzalloc(sizeof(struct llc_shdlc), GFP_KERNEL); in llc_shdlc_init()
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()
[all …]
H A DMakefile9 hci-$(CONFIG_NFC_SHDLC) += llc_shdlc.o
/openbmc/linux/Documentation/driver-api/nfc/
H A Dnfc-hci.rst205 Only when llc_shdlc is used: handles shdlc rx & tx queues.