Home
last modified time | relevance | path

Searched refs:dep_info (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/nfc/st21nfca/
Ddep.c114 dep_info.tx_work); in st21nfca_tx_work()
121 skb = info->dep_info.tx_pending; in st21nfca_tx_work()
136 info->dep_info.tx_pending = skb; in st21nfca_im_send_pdu()
137 schedule_work(&info->dep_info.tx_work); in st21nfca_im_send_pdu()
182 info->dep_info.curr_nfc_dep_pni = 0; in st21nfca_tm_send_atr_res()
309 *(u8 *)skb_push(skb, 1) = info->dep_info.curr_nfc_dep_pni; in st21nfca_tm_send_dep_res()
353 info->dep_info.curr_nfc_dep_pni = in st21nfca_tm_recv_dep_req()
416 info->dep_info.curr_nfc_dep_pni = 0; in st21nfca_dep_event_received()
461 *(u8 *)skb_push(skb, 1) = info->dep_info.to | 0x10; in st21nfca_im_send_psl_req()
491 info->dep_info.to = 0x0e; in st21nfca_im_recv_atr_res_cb()
[all …]
Dst21nfca.h162 struct st21nfca_dep_info dep_info; member
Dcore.c603 info->dep_info.idx = target->idx; in st21nfca_hci_dep_link_up()