Searched defs:instruction (Results 1 - 2 of 2) sorted by relevance

/net/nfc/hci/
H A Dhcp.c34 u8 type, u8 instruction,
87 packet->message.header = HCP_HEADER(type, instruction);
143 u8 instruction, struct sk_buff *skb)
147 nfc_hci_resp_received(hdev, instruction, skb);
150 nfc_hci_cmd_received(hdev, pipe, instruction, skb);
153 nfc_hci_event_received(hdev, pipe, instruction, skb);
156 pr_err("UNKNOWN MSG Type %d, instruction=%d\n",
157 type, instruction);
33 nfc_hci_hcp_message_tx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, u8 instruction, const u8 *payload, size_t payload_len, data_exchange_cb_t cb, void *cb_context, unsigned long completion_delay) argument
142 nfc_hci_hcp_message_rx(struct nfc_hci_dev *hdev, u8 pipe, u8 type, u8 instruction, struct sk_buff *skb) argument
H A Dcore.c120 u8 instruction; local
127 instruction = HCP_MSG_GET_CMD(message->header);
130 nfc_hci_hcp_message_rx(hdev, pipe, type, instruction, skb);
744 u8 instruction; local
797 instruction = HCP_MSG_GET_CMD(packet->message.header);
800 nfc_hci_hcp_message_rx(hdev, pipe, type, instruction, hcp_skb);

Completed in 53 milliseconds