dep_req           325 drivers/nfc/st21nfca/dep.c 	struct st21nfca_dep_req_res *dep_req;
dep_req           334 drivers/nfc/st21nfca/dep.c 	dep_req = (struct st21nfca_dep_req_res *)skb->data;
dep_req           340 drivers/nfc/st21nfca/dep.c 	if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_req->pfb))
dep_req           342 drivers/nfc/st21nfca/dep.c 	if (ST21NFCA_NFC_DEP_NAD_BIT_SET(dep_req->pfb))
dep_req           351 drivers/nfc/st21nfca/dep.c 	switch (ST21NFCA_NFC_DEP_PFB_TYPE(dep_req->pfb)) {
dep_req           354 drivers/nfc/st21nfca/dep.c 				ST21NFCA_NFC_DEP_PFB_PNI(dep_req->pfb);
dep_req           535 net/nfc/digital_dep.c 	struct digital_dep_req_res *dep_req;
dep_req           545 net/nfc/digital_dep.c 	dep_req = (struct digital_dep_req_res *)skb->data;
dep_req           547 net/nfc/digital_dep.c 	dep_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT;
dep_req           548 net/nfc/digital_dep.c 	dep_req->cmd = DIGITAL_CMD_DEP_REQ;
dep_req           549 net/nfc/digital_dep.c 	dep_req->pfb = DIGITAL_NFC_DEP_PFB_ACK_NACK_PDU |
dep_req           572 net/nfc/digital_dep.c 	struct digital_dep_req_res *dep_req;
dep_req           582 net/nfc/digital_dep.c 	dep_req = (struct digital_dep_req_res *)skb->data;
dep_req           584 net/nfc/digital_dep.c 	dep_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT;
dep_req           585 net/nfc/digital_dep.c 	dep_req->cmd = DIGITAL_CMD_DEP_REQ;
dep_req           586 net/nfc/digital_dep.c 	dep_req->pfb = DIGITAL_NFC_DEP_PFB_ACK_NACK_PDU |
dep_req           604 net/nfc/digital_dep.c 	struct digital_dep_req_res *dep_req;
dep_req           614 net/nfc/digital_dep.c 	dep_req = (struct digital_dep_req_res *)skb->data;
dep_req           616 net/nfc/digital_dep.c 	dep_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT;
dep_req           617 net/nfc/digital_dep.c 	dep_req->cmd = DIGITAL_CMD_DEP_REQ;
dep_req           618 net/nfc/digital_dep.c 	dep_req->pfb = DIGITAL_NFC_DEP_PFB_SUPERVISOR_PDU;
dep_req           635 net/nfc/digital_dep.c 	struct digital_dep_req_res *dep_req;
dep_req           652 net/nfc/digital_dep.c 	dep_req = (struct digital_dep_req_res *)skb->data;
dep_req           654 net/nfc/digital_dep.c 	dep_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT;
dep_req           655 net/nfc/digital_dep.c 	dep_req->cmd = DIGITAL_CMD_DEP_REQ;
dep_req           656 net/nfc/digital_dep.c 	dep_req->pfb = DIGITAL_NFC_DEP_PFB_SUPERVISOR_PDU |
dep_req           911 net/nfc/digital_dep.c 	struct digital_dep_req_res *dep_req;
dep_req           917 net/nfc/digital_dep.c 	dep_req = (struct digital_dep_req_res *)skb->data;
dep_req           919 net/nfc/digital_dep.c 	dep_req->dir = DIGITAL_NFC_DEP_FRAME_DIR_OUT;
dep_req           920 net/nfc/digital_dep.c 	dep_req->cmd = DIGITAL_CMD_DEP_REQ;
dep_req           921 net/nfc/digital_dep.c 	dep_req->pfb = ddev->curr_nfc_dep_pni;
dep_req           928 net/nfc/digital_dep.c 	tmp_skb = digital_send_dep_data_prep(ddev, skb, dep_req, data_exch);
dep_req          1084 net/nfc/digital_dep.c 	struct digital_dep_req_res *dep_req;
dep_req          1112 net/nfc/digital_dep.c 	dep_req = (struct digital_dep_req_res *)resp->data;
dep_req          1114 net/nfc/digital_dep.c 	if (resp->len < size || dep_req->dir != DIGITAL_NFC_DEP_FRAME_DIR_OUT ||
dep_req          1115 net/nfc/digital_dep.c 	    dep_req->cmd != DIGITAL_CMD_DEP_REQ) {
dep_req          1120 net/nfc/digital_dep.c 	pfb = dep_req->pfb;