31 INIT_LIST_HEAD(&llc_engines);
64 if (llc_engine ==
NULL)
74 INIT_LIST_HEAD(&llc_engine->
entry);
96 llc_engine = nfc_llc_name_to_engine(name);
97 if (llc_engine ==
NULL)
113 llc_engine = nfc_llc_name_to_engine(name);
114 if (llc_engine ==
NULL)
121 llc->
data = llc_engine->
ops->init(hdev, xmit_to_drv, rcv_to_hci,
122 tx_headroom, tx_tailroom,
129 llc->
ops = llc_engine->
ops;
136 llc->
ops->deinit(llc);
149 return llc->
ops->start(llc);
154 return llc->
ops->stop(llc);
159 llc->
ops->rcv_from_drv(llc, skb);
164 return llc->
ops->xmit_from_hci(llc, skb);