Searched refs:se_info (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A D | se.c | 56 td = ST21NFCA_ATR_GET_Y_FROM_TD(info->se_info.atr[i]); in st21nfca_se_get_bwi() 61 return info->se_info.atr[i] >> 4; in st21nfca_se_get_bwi() 79 memcpy(info->se_info.atr, skb->data, skb->len); in st21nfca_se_get_atr() 80 info->se_info.wt_timeout = in st21nfca_se_get_atr() 100 info->se_info.count_pipes = 0; in st21nfca_hci_control_se() 101 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_UICC; in st21nfca_hci_control_se() 108 info->se_info.count_pipes = 0; in st21nfca_hci_control_se() 109 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_EMBEDDED; in st21nfca_hci_control_se() 119 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se() 125 mod_timer(&info->se_info in st21nfca_hci_control_se() [all...] |
H A D | core.c | 845 info->se_info.count_pipes++; in st21nfca_hci_cmd_received() 847 if (info->se_info.count_pipes == info->se_info.expected_pipes) { in st21nfca_hci_cmd_received() 848 del_timer_sync(&info->se_info.se_active_timer); in st21nfca_hci_cmd_received() 849 info->se_info.se_active = false; in st21nfca_hci_cmd_received() 850 info->se_info.count_pipes = 0; in st21nfca_hci_cmd_received() 851 complete(&info->se_info.req_completion); in st21nfca_hci_cmd_received() 866 if (info->se_info.se_active) { in st21nfca_admin_event_received() 868 del_timer_sync(&info->se_info.se_active_timer); in st21nfca_admin_event_received() 869 info->se_info in st21nfca_admin_event_received() [all...] |
H A D | st21nfca.h | 163 struct st21nfca_se_info se_info; member
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | se.c | 56 td = ST21NFCA_ATR_GET_Y_FROM_TD(info->se_info.atr[i]); in st21nfca_se_get_bwi() 61 return info->se_info.atr[i] >> 4; in st21nfca_se_get_bwi() 79 memcpy(info->se_info.atr, skb->data, skb->len); in st21nfca_se_get_atr() 80 info->se_info.wt_timeout = in st21nfca_se_get_atr() 100 info->se_info.count_pipes = 0; in st21nfca_hci_control_se() 101 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_UICC; in st21nfca_hci_control_se() 108 info->se_info.count_pipes = 0; in st21nfca_hci_control_se() 109 info->se_info.expected_pipes = ST21NFCA_SE_COUNT_PIPE_EMBEDDED; in st21nfca_hci_control_se() 119 reinit_completion(&info->se_info.req_completion); in st21nfca_hci_control_se() 125 mod_timer(&info->se_info in st21nfca_hci_control_se() [all...] |
H A D | core.c | 844 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 in st21nfca_admin_event_received() [all...] |
H A D | st21nfca.h | 163 struct st21nfca_se_info se_info; member
|
/kernel/linux/linux-5.10/drivers/nfc/st-nci/ |
H A D | se.c | 121 td = ST_NCI_ATR_GET_Y_FROM_TD(info->se_info.atr[i]); in st_nci_se_get_bwi() 126 return info->se_info.atr[i] >> 4; in st_nci_se_get_bwi() 144 memcpy(info->se_info.atr, skb->data, skb->len); in st_nci_se_get_atr() 146 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() 260 del_timer_sync(&info->se_info.se_active_timer); in st_nci_hci_admin_event_received() 261 info->se_info.se_active = false; in st_nci_hci_admin_event_received() 262 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received() 264 mod_timer(&info->se_info.se_active_timer, in st_nci_hci_admin_event_received() 286 del_timer_sync(&info->se_info in st_nci_hci_apdu_reader_event_received() [all...] |
H A D | st-nci.h | 118 struct st_nci_se_info se_info; member
|
/kernel/linux/linux-6.6/drivers/nfc/st-nci/ |
H A D | se.c | 121 td = ST_NCI_ATR_GET_Y_FROM_TD(info->se_info.atr[i]); in st_nci_se_get_bwi() 126 return info->se_info.atr[i] >> 4; in st_nci_se_get_bwi() 144 memcpy(info->se_info.atr, skb->data, skb->len); in st_nci_se_get_atr() 146 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() 260 del_timer_sync(&info->se_info.se_active_timer); in st_nci_hci_admin_event_received() 261 info->se_info.se_active = false; in st_nci_hci_admin_event_received() 262 complete(&info->se_info.req_completion); in st_nci_hci_admin_event_received() 264 mod_timer(&info->se_info.se_active_timer, in st_nci_hci_admin_event_received() 285 del_timer_sync(&info->se_info in st_nci_hci_apdu_reader_event_received() [all...] |
H A D | st-nci.h | 118 struct st_nci_se_info se_info; member
|
Completed in 7 milliseconds