Home
last modified time | relevance | path

Searched refs:dep_req (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/nfc/
H A Ddigital_dep.c532 struct digital_dep_req_res *dep_req; in digital_in_send_ack() local
545 dep_req->cmd = DIGITAL_CMD_DEP_REQ; in digital_in_send_ack()
569 struct digital_dep_req_res *dep_req; in digital_in_send_nack() local
582 dep_req->cmd = DIGITAL_CMD_DEP_REQ; in digital_in_send_nack()
601 struct digital_dep_req_res *dep_req; in digital_in_send_atn() local
614 dep_req->cmd = DIGITAL_CMD_DEP_REQ; in digital_in_send_atn()
632 struct digital_dep_req_res *dep_req; in digital_in_send_rtox() local
652 dep_req->cmd = DIGITAL_CMD_DEP_REQ; in digital_in_send_rtox()
908 struct digital_dep_req_res *dep_req; in digital_in_send_dep_req() local
917 dep_req->cmd = DIGITAL_CMD_DEP_REQ; in digital_in_send_dep_req()
[all …]
/openbmc/linux/drivers/nfc/st21nfca/
H A Ddep.c309 struct st21nfca_dep_req_res *dep_req; in st21nfca_tm_recv_dep_req() local
317 dep_req = (struct st21nfca_dep_req_res *)skb->data; in st21nfca_tm_recv_dep_req()
321 if (ST21NFCA_NFC_DEP_DID_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
323 if (ST21NFCA_NFC_DEP_NAD_BIT_SET(dep_req->pfb)) in st21nfca_tm_recv_dep_req()
330 switch (ST21NFCA_NFC_DEP_PFB_TYPE(dep_req->pfb)) { in st21nfca_tm_recv_dep_req()
333 ST21NFCA_NFC_DEP_PFB_PNI(dep_req->pfb); in st21nfca_tm_recv_dep_req()