Searched refs:st21nfca_atr_req (Results 1 – 1 of 1) sorted by relevance
60 struct st21nfca_atr_req { struct141 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()205 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_tm_recv_atr_req()207 if (atr_req->length < sizeof(struct st21nfca_atr_req)) in st21nfca_tm_recv_atr_req()214 gb_len = skb->len - sizeof(struct st21nfca_atr_req); in st21nfca_tm_recv_atr_req()495 struct st21nfca_atr_req *atr_req; in st21nfca_im_send_atr_req()513 skb_put(skb, sizeof(struct st21nfca_atr_req)); in st21nfca_im_send_atr_req()515 atr_req = (struct st21nfca_atr_req *)skb->data; in st21nfca_im_send_atr_req()[all …]