Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/nfc/st21nfca/
H A Ddep.c60 struct st21nfca_atr_req { struct
141 struct st21nfca_atr_req *atr_req) in st21nfca_tm_send_atr_res()
149 gb_len = atr_req->length - sizeof(struct st21nfca_atr_req); in st21nfca_tm_send_atr_res()
193 struct st21nfca_atr_req *atr_req; in st21nfca_tm_recv_atr_req()
209 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_tm_recv_atr_req()
211 if (atr_req->length < sizeof(struct st21nfca_atr_req)) { in st21nfca_tm_recv_atr_req()
220 gb_len = skb->len - sizeof(struct st21nfca_atr_req); in st21nfca_tm_recv_atr_req()
518 struct st21nfca_atr_req *atr_req; in st21nfca_im_send_atr_req()
536 skb_put(skb, sizeof(struct st21nfca_atr_req)); in st21nfca_im_send_atr_req()
538 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_im_send_atr_req()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/nfc/st21nfca/
H A Ddep.c60 struct st21nfca_atr_req { struct
141 struct st21nfca_atr_req *atr_req) in st21nfca_tm_send_atr_res()
149 gb_len = atr_req->length - sizeof(struct st21nfca_atr_req); in st21nfca_tm_send_atr_res()
193 struct st21nfca_atr_req *atr_req; in st21nfca_tm_recv_atr_req()
209 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_tm_recv_atr_req()
211 if (atr_req->length < sizeof(struct st21nfca_atr_req)) { in st21nfca_tm_recv_atr_req()
220 gb_len = skb->len - sizeof(struct st21nfca_atr_req); in st21nfca_tm_recv_atr_req()
518 struct st21nfca_atr_req *atr_req; in st21nfca_im_send_atr_req()
536 skb_put(skb, sizeof(struct st21nfca_atr_req)); in st21nfca_im_send_atr_req()
538 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_im_send_atr_req()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/nfc/st21nfca/
H A Ddep.c60 struct st21nfca_atr_req { struct
141 struct st21nfca_atr_req *atr_req) in st21nfca_tm_send_atr_res()
149 gb_len = atr_req->length - sizeof(struct st21nfca_atr_req); in st21nfca_tm_send_atr_res()
193 struct st21nfca_atr_req *atr_req; in st21nfca_tm_recv_atr_req()
209 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_tm_recv_atr_req()
211 if (atr_req->length < sizeof(struct st21nfca_atr_req)) { in st21nfca_tm_recv_atr_req()
220 gb_len = skb->len - sizeof(struct st21nfca_atr_req); in st21nfca_tm_recv_atr_req()
518 struct st21nfca_atr_req *atr_req; in st21nfca_im_send_atr_req()
536 skb_put(skb, sizeof(struct st21nfca_atr_req)); in st21nfca_im_send_atr_req()
538 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_im_send_atr_req()
[all …]