Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nfc/st21nfca/
H A 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()
H A Dst21nfca.h158 int async_cb_type; member
H A 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()
/openbmc/linux/drivers/nfc/microread/
H A 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()
/openbmc/linux/drivers/nfc/pn544/
H A 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()
/openbmc/linux/include/net/nfc/
H A Dhci.h143 int async_cb_type; member
/openbmc/linux/net/nfc/hci/
H A Dcore.c703 switch (hdev->async_cb_type) { in hci_transceive_cb()
743 hdev->async_cb_type = HCI_CB_TYPE_TRANSCEIVE; in hci_transceive()