Home
last modified time | relevance | path

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

/linux/drivers/nfc/st21nfca/
A Dse.c80 info->se_info.wt_timeout = in st21nfca_se_get_atr()
100 info->se_info.count_pipes = 0; in st21nfca_hci_control_se()
108 info->se_info.count_pipes = 0; in st21nfca_hci_control_se()
127 info->se_info.se_active = true; in st21nfca_hci_control_se()
230 info->se_info.cb = cb; in st21nfca_hci_se_io()
258 se_info.bwi_timer); in st21nfca_se_wt_timeout()
271 info->se_info.cb(info->se_info.cb_context, NULL, 0, -ETIME); in st21nfca_se_wt_timeout()
359 info->se_info.cb(info->se_info.cb_context, in st21nfca_apdu_reader_event_received()
395 info->se_info.wt_timeout = in st21nfca_se_init()
404 if (info->se_info.bwi_active) in st21nfca_se_deinit()
[all …]
A Dcore.c844 info->se_info.count_pipes++; in st21nfca_hci_cmd_received()
846 if (info->se_info.count_pipes == info->se_info.expected_pipes) { in st21nfca_hci_cmd_received()
847 del_timer_sync(&info->se_info.se_active_timer); in st21nfca_hci_cmd_received()
848 info->se_info.se_active = false; in st21nfca_hci_cmd_received()
849 info->se_info.count_pipes = 0; in st21nfca_hci_cmd_received()
850 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received()
865 if (info->se_info.se_active) { in st21nfca_admin_event_received()
867 del_timer_sync(&info->se_info.se_active_timer); in st21nfca_admin_event_received()
868 info->se_info.se_active = false; in st21nfca_admin_event_received()
869 complete(&info->se_info.req_completion); in st21nfca_admin_event_received()
[all …]
A Dst21nfca.h162 struct st21nfca_se_info se_info; member
/linux/drivers/nfc/st-nci/
A Dse.c146 info->se_info.wt_timeout = in st_nci_se_get_atr()
258 if (info->se_info.se_active) { in st_nci_hci_admin_event_received()
287 info->se_info.cb(info->se_info.cb_context, in st_nci_hci_apdu_reader_event_received()
437 info->se_info.se_active = true; in st_nci_control_se()
643 info->se_info.cb = cb; in st_nci_se_io()
674 if (!info->se_info.xch_error) { in st_nci_se_wt_timeout()
675 info->se_info.xch_error = true; in st_nci_se_wt_timeout()
683 info->se_info.cb(info->se_info.cb_context, NULL, 0, -ETIME); in st_nci_se_wt_timeout()
711 info->se_info.wt_timeout = in st_nci_se_init()
724 if (info->se_info.bwi_active) in st_nci_se_deinit()
[all …]
A Dst-nci.h118 struct st_nci_se_info se_info; member

Completed in 13 milliseconds