Home
last modified time | relevance | path

Searched refs:cleared_info (Results 1 – 2 of 2) sorted by relevance

/linux/net/nfc/nci/
H A Dhci.c289 struct nci_hci_all_pipe_cleared_noti *cleared_info; in nci_hci_cmd_received() local
346 cleared_info = in nci_hci_cmd_received()
348 nci_hci_reset_pipes_per_host(ndev, cleared_info->host); in nci_hci_cmd_received()
/linux/net/nfc/hci/
H A Dcore.c187 const struct hci_all_pipe_cleared_noti *cleared_info; in nfc_hci_cmd_received() local
248 cleared_info = (struct hci_all_pipe_cleared_noti *)skb->data; in nfc_hci_cmd_received()
250 nfc_hci_reset_pipes_per_host(hdev, cleared_info->host); in nfc_hci_cmd_received()