Lines Matching refs:opcode
81 struct sk_buff *hci_prepare_cmd(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_prepare_cmd() argument
93 hdr->opcode = cpu_to_le16(opcode); in hci_prepare_cmd()
102 bt_cb(skb)->hci.opcode = opcode; in hci_prepare_cmd()
108 void hci_req_add_ev(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add_ev() argument
114 BT_DBG("%s opcode 0x%4.4x plen %d", hdev->name, opcode, plen); in hci_req_add_ev()
122 skb = hci_prepare_cmd(hdev, opcode, plen, param); in hci_req_add_ev()
125 hdev->name, opcode); in hci_req_add_ev()
138 void hci_req_add(struct hci_request *req, u16 opcode, u32 plen, in hci_req_add() argument
141 hci_req_add_ev(req, opcode, plen, param, 0); in hci_req_add()
555 u16 opcode) in update_background_scan_complete() argument
645 static void abort_conn_complete(struct hci_dev *hdev, u8 status, u16 opcode) in abort_conn_complete() argument