Searched refs:llt_ndlc (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/drivers/nfc/st-nci/ |
| D | ndlc.h | 28 struct llt_ndlc { struct 55 int ndlc_open(struct llt_ndlc *ndlc); argument 56 void ndlc_close(struct llt_ndlc *ndlc); 57 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb); 58 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb); 60 int phy_headroom, int phy_tailroom, struct llt_ndlc **ndlc_id, 62 void ndlc_remove(struct llt_ndlc *ndlc);
|
| D | ndlc.c | 57 int ndlc_open(struct llt_ndlc *ndlc) in ndlc_open() 66 void ndlc_close(struct llt_ndlc *ndlc) in ndlc_close() 84 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_send() 99 static void llt_ndlc_send_queue(struct llt_ndlc *ndlc) in llt_ndlc_send_queue() 133 static void llt_ndlc_requeue_data_pending(struct llt_ndlc *ndlc) in llt_ndlc_requeue_data_pending() 158 static void llt_ndlc_rcv_queue(struct llt_ndlc *ndlc) in llt_ndlc_rcv_queue() 209 struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work); in llt_ndlc_sm_work() 234 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_recv() 251 struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer); in ndlc_t1_timeout() 260 struct llt_ndlc *ndlc = from_timer(ndlc, t, t2_timer); in ndlc_t2_timeout() [all …]
|
| D | st-nci.h | 126 struct llt_ndlc *ndlc; 133 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
|
| D | core.c | 125 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom, in st_nci_probe()
|
| D | i2c.c | 45 struct llt_ndlc *ndlc;
|
| D | spi.c | 46 struct llt_ndlc *ndlc;
|