Home
last modified time | relevance | path

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

/linux-6.1.9/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()
293 *(u8 *)skb_push(skb, 1) = info->dep_info.curr_nfc_dep_pni; in st21nfca_tm_send_dep_res()
332 info->dep_info.curr_nfc_dep_pni = in st21nfca_tm_recv_dep_req()
393 info->dep_info.curr_nfc_dep_pni = 0; in st21nfca_dep_event_received()
438 *(u8 *)skb_push(skb, 1) = info->dep_info.to | 0x10; in st21nfca_im_send_psl_req()
468 info->dep_info.to = 0x0e; in st21nfca_im_recv_atr_res_cb()
[all …]
Dst21nfca.h162 struct st21nfca_dep_info dep_info; member
Dcore.c602 info->dep_info.idx = target->idx; in st21nfca_hci_dep_link_up()