Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca_dep.c126 dep_info.tx_work); in st21nfca_tx_work()
133 skb = info->dep_info.tx_pending; in st21nfca_tx_work()
148 info->dep_info.tx_pending = skb; in st21nfca_im_send_pdu()
149 schedule_work(&info->dep_info.tx_work); in st21nfca_im_send_pdu()
192 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()
469 *skb_push(skb, 1) = info->dep_info.to | 0x10; in st21nfca_im_send_psl_req()
499 info->dep_info.to = 0x0e; in st21nfca_im_recv_atr_res_cb()
[all …]
Dst21nfca.h86 struct st21nfca_dep_info dep_info; member
Dst21nfca.c633 info->dep_info.idx = target->idx; in st21nfca_hci_dep_link_up()