Home
last modified time | relevance | path

Searched refs:async_cb_type (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/nfc/st21nfca/
Ddep.c457 switch (info->async_cb_type) { in st21nfca_im_recv_atr_res_cb()
542 info->async_cb_type = ST21NFCA_CB_TYPE_READER_F; in st21nfca_im_send_atr_req()
569 switch (info->async_cb_type) { in st21nfca_im_recv_dep_res_cb()
624 info->async_cb_type = ST21NFCA_CB_TYPE_READER_F; in st21nfca_im_send_dep_req()
Dst21nfca.h158 int async_cb_type; member
Dcore.c741 switch (info->async_cb_type) { in st21nfca_hci_data_exchange_cb()
785 info->async_cb_type = ST21NFCA_CB_TYPE_READER_ISO15693; in st21nfca_hci_im_transceive()
/linux-5.19.10/drivers/nfc/microread/
Dmicroread.c159 int async_cb_type; member
362 switch (info->async_cb_type) { in microread_im_transceive_cb()
445 info->async_cb_type = MICROREAD_CB_TYPE_READER_ALL; in microread_im_transceive()
/linux-5.19.10/drivers/nfc/pn544/
Dpn544.c119 int async_cb_type; member
578 switch (info->async_cb_type) { in pn544_hci_data_exchange_cb()
643 info->async_cb_type = PN544_CB_TYPE_READER_F; in pn544_hci_im_transceive()
/linux-5.19.10/include/net/nfc/
Dhci.h143 int async_cb_type; member
/linux-5.19.10/net/nfc/hci/
Dcore.c703 switch (hdev->async_cb_type) { in hci_transceive_cb()
743 hdev->async_cb_type = HCI_CB_TYPE_TRANSCEIVE; in hci_transceive()