Searched refs:llt_ndlc (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | ndlc.h | 17 struct llt_ndlc { struct 44 int ndlc_open(struct llt_ndlc *ndlc); 45 void ndlc_close(struct llt_ndlc *ndlc); 46 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb); 47 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb); 49 int phy_headroom, int phy_tailroom, struct llt_ndlc **ndlc_id, 51 void ndlc_remove(struct llt_ndlc *ndlc);
|
H A D | ndlc.c | 46 int ndlc_open(struct llt_ndlc *ndlc) in ndlc_open() 55 void ndlc_close(struct llt_ndlc *ndlc) in ndlc_close() 73 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_send() 88 static void llt_ndlc_send_queue(struct llt_ndlc *ndlc) in llt_ndlc_send_queue() 122 static void llt_ndlc_requeue_data_pending(struct llt_ndlc *ndlc) in llt_ndlc_requeue_data_pending() 147 static void llt_ndlc_rcv_queue(struct llt_ndlc *ndlc) in llt_ndlc_rcv_queue() 198 struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work); in llt_ndlc_sm_work() 223 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_recv() 240 struct llt_ndlc *ndl in ndlc_t1_timeout() [all...] |
H A D | st-nci.h | 115 struct llt_ndlc *ndlc; 122 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
|
H A D | core.c | 114 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom, in st_nci_probe()
|
H A D | i2c.c | 34 struct llt_ndlc *ndlc;
|
H A D | spi.c | 35 struct llt_ndlc *ndlc;
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | ndlc.h | 17 struct llt_ndlc { struct 44 int ndlc_open(struct llt_ndlc *ndlc); 45 void ndlc_close(struct llt_ndlc *ndlc); 46 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb); 47 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb); 50 struct llt_ndlc **ndlc_id, struct st_nci_se_status *se_status); 51 void ndlc_remove(struct llt_ndlc *ndlc);
|
H A D | ndlc.c | 46 int ndlc_open(struct llt_ndlc *ndlc) in ndlc_open() 55 void ndlc_close(struct llt_ndlc *ndlc) in ndlc_close() 73 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_send() 88 static void llt_ndlc_send_queue(struct llt_ndlc *ndlc) in llt_ndlc_send_queue() 122 static void llt_ndlc_requeue_data_pending(struct llt_ndlc *ndlc) in llt_ndlc_requeue_data_pending() 147 static void llt_ndlc_rcv_queue(struct llt_ndlc *ndlc) in llt_ndlc_rcv_queue() 198 struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work); in llt_ndlc_sm_work() 223 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb) in ndlc_recv() 240 struct llt_ndlc *ndl in ndlc_t1_timeout() [all...] |
H A D | st-nci.h | 115 struct llt_ndlc *ndlc; 122 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
|
H A D | core.c | 112 int st_nci_probe(struct llt_ndlc *ndlc, int phy_headroom, in st_nci_probe()
|
H A D | spi.c | 35 struct llt_ndlc *ndlc;
|
H A D | i2c.c | 34 struct llt_ndlc *ndlc;
|
Completed in 5 milliseconds