Home
last modified time | relevance | path

Searched refs:se_info (Results 1 – 5 of 5) sorted by relevance

/drivers/nfc/st21nfca/
Dse.c69 td = ST21NFCA_ATR_GET_Y_FROM_TD(info->se_info.atr[i]); in st21nfca_se_get_bwi()
74 return info->se_info.atr[i] >> 4; in st21nfca_se_get_bwi()
92 memcpy(info->se_info.atr, skb->data, skb->len); in st21nfca_se_get_atr()
93 info->se_info.wt_timeout = in st21nfca_se_get_atr()
113 info->se_info.count_pipes = 0; in st21nfca_hci_control_se()
114 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_UICC; in st21nfca_hci_control_se()
121 info->se_info.count_pipes = 0; in st21nfca_hci_control_se()
122 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_EMBEDDED; in st21nfca_hci_control_se()
132 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se()
138 mod_timer(&info->se_info.se_active_timer, jiffies + in st21nfca_hci_control_se()
[all …]
Dcore.c864 info->se_info.count_pipes++; in st21nfca_hci_cmd_received()
866 if (info->se_info.count_pipes == info->se_info.expected_pipes) { in st21nfca_hci_cmd_received()
867 del_timer_sync(&info->se_info.se_active_timer); in st21nfca_hci_cmd_received()
868 info->se_info.se_active = false; in st21nfca_hci_cmd_received()
869 info->se_info.count_pipes = 0; in st21nfca_hci_cmd_received()
870 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received()
885 if (info->se_info.se_active) { in st21nfca_admin_event_received()
887 del_timer_sync(&info->se_info.se_active_timer); in st21nfca_admin_event_received()
888 info->se_info.se_active = false; in st21nfca_admin_event_received()
889 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
[all …]
Dst21nfca.h173 struct st21nfca_se_info se_info; member
/drivers/nfc/st-nci/
Dse.c134 td = ST_NCI_ATR_GET_Y_FROM_TD(info->se_info.atr[i]); in st_nci_se_get_bwi()
139 return info->se_info.atr[i] >> 4; in st_nci_se_get_bwi()
157 memcpy(info->se_info.atr, skb->data, skb->len); in st_nci_se_get_atr()
159 info->se_info.wt_timeout = in st_nci_se_get_atr()
271 if (info->se_info.se_active) { in st_nci_hci_admin_event_received()
273 del_timer_sync(&info->se_info.se_active_timer); in st_nci_hci_admin_event_received()
274 info->se_info.se_active = false; in st_nci_hci_admin_event_received()
275 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received()
277 mod_timer(&info->se_info.se_active_timer, in st_nci_hci_admin_event_received()
299 del_timer_sync(&info->se_info.bwi_timer); in st_nci_hci_apdu_reader_event_received()
[all …]
Dst-nci.h136 struct st_nci_se_info se_info; member