Home
last modified time | relevance | path

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

/drivers/nfc/st21nfca/
Ddep.c125 dep_info.tx_work); in st21nfca_tx_work()
132 skb = info->dep_info.tx_pending; in st21nfca_tx_work()
147 info->dep_info.tx_pending = skb; in st21nfca_im_send_pdu()
148 schedule_work(&info->dep_info.tx_work); in st21nfca_im_send_pdu()
191 info->dep_info.curr_nfc_dep_pni = 0; in st21nfca_tm_send_atr_res()
319 *skb_push(skb, 1) = info->dep_info.curr_nfc_dep_pni; in st21nfca_tm_send_dep_res()
363 info->dep_info.curr_nfc_dep_pni = in st21nfca_tm_recv_dep_req()
425 info->dep_info.curr_nfc_dep_pni = 0; in st21nfca_dep_event_received()
470 *skb_push(skb, 1) = info->dep_info.to | 0x10; in st21nfca_im_send_psl_req()
500 info->dep_info.to = 0x0e; in st21nfca_im_recv_atr_res_cb()
[all …]
Dst21nfca.h172 struct st21nfca_dep_info dep_info; member
Dcore.c614 info->dep_info.idx = target->idx; in st21nfca_hci_dep_link_up()