Home
last modified time | relevance | path

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

/linux-6.15/drivers/nfc/st21nfca/
H 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()
265 se_info.timeout_work); in st21nfca_se_wt_work()
278 info->se_info.cb(info->se_info.cb_context, NULL, 0, -ETIME); in st21nfca_se_wt_work()
391 info->se_info.cb(info->se_info.cb_context, in st21nfca_apdu_reader_event_received()
428 info->se_info.wt_timeout = in st21nfca_se_init()
437 if (info->se_info.bwi_active) in st21nfca_se_deinit()
[all …]
H 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 timer_delete_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 timer_delete_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 …]
H A Dst21nfca.h163 struct st21nfca_se_info se_info; member
/linux-6.15/drivers/nfc/st-nci/
H 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()
460 info->se_info.se_active = true; in st_nci_control_se()
666 info->se_info.cb = cb; in st_nci_se_io()
703 if (!info->se_info.xch_error) { in st_nci_se_wt_timeout()
704 info->se_info.xch_error = true; in st_nci_se_wt_timeout()
712 info->se_info.cb(info->se_info.cb_context, NULL, 0, -ETIME); in st_nci_se_wt_timeout()
740 info->se_info.wt_timeout = in st_nci_se_init()
753 if (info->se_info.bwi_active) in st_nci_se_deinit()
[all …]
H A Dst-nci.h118 struct st_nci_se_info se_info; member