Symbol: llt_ndlc
drivers/nfc/st-nci/core.c
112
int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
drivers/nfc/st-nci/i2c.c
34
struct llt_ndlc *ndlc;
drivers/nfc/st-nci/ndlc.c
122
static void llt_ndlc_requeue_data_pending(struct llt_ndlc *ndlc)
drivers/nfc/st-nci/ndlc.c
147
static void llt_ndlc_rcv_queue(struct llt_ndlc *ndlc)
drivers/nfc/st-nci/ndlc.c
198
struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work);
drivers/nfc/st-nci/ndlc.c
223
void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb)
drivers/nfc/st-nci/ndlc.c
240
struct llt_ndlc *ndlc = timer_container_of(ndlc, t, t1_timer);
drivers/nfc/st-nci/ndlc.c
247
struct llt_ndlc *ndlc = timer_container_of(ndlc, t, t2_timer);
drivers/nfc/st-nci/ndlc.c
254
struct llt_ndlc **ndlc_id, struct st_nci_se_status *se_status)
drivers/nfc/st-nci/ndlc.c
256
struct llt_ndlc *ndlc;
drivers/nfc/st-nci/ndlc.c
258
ndlc = devm_kzalloc(dev, sizeof(struct llt_ndlc), GFP_KERNEL);
drivers/nfc/st-nci/ndlc.c
283
void ndlc_remove(struct llt_ndlc *ndlc)
drivers/nfc/st-nci/ndlc.c
46
int ndlc_open(struct llt_ndlc *ndlc)
drivers/nfc/st-nci/ndlc.c
55
void ndlc_close(struct llt_ndlc *ndlc)
drivers/nfc/st-nci/ndlc.c
73
int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb)
drivers/nfc/st-nci/ndlc.c
88
static void llt_ndlc_send_queue(struct llt_ndlc *ndlc)
drivers/nfc/st-nci/ndlc.h
44
int ndlc_open(struct llt_ndlc *ndlc);
drivers/nfc/st-nci/ndlc.h
45
void ndlc_close(struct llt_ndlc *ndlc);
drivers/nfc/st-nci/ndlc.h
46
int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb);
drivers/nfc/st-nci/ndlc.h
47
void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb);
drivers/nfc/st-nci/ndlc.h
50
struct llt_ndlc **ndlc_id, struct st_nci_se_status *se_status);
drivers/nfc/st-nci/ndlc.h
51
void ndlc_remove(struct llt_ndlc *ndlc);
drivers/nfc/st-nci/spi.c
35
struct llt_ndlc *ndlc;
drivers/nfc/st-nci/st-nci.h
115
struct llt_ndlc *ndlc;
drivers/nfc/st-nci/st-nci.h
122
int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,