hci_cp           1872 net/bluetooth/mgmt.c 	struct hci_cp_write_le_host_supported hci_cp;
hci_cp           1951 net/bluetooth/mgmt.c 	memset(&hci_cp, 0, sizeof(hci_cp));
hci_cp           1954 net/bluetooth/mgmt.c 		hci_cp.le = val;
hci_cp           1955 net/bluetooth/mgmt.c 		hci_cp.simul = 0x00;
hci_cp           1964 net/bluetooth/mgmt.c 	hci_req_add(&req, HCI_OP_WRITE_LE_HOST_SUPPORTED, sizeof(hci_cp),
hci_cp           1965 net/bluetooth/mgmt.c 		    &hci_cp);
hci_cp           5415 net/bluetooth/mgmt.c 	struct hci_cp_read_clock *hci_cp;
hci_cp           5423 net/bluetooth/mgmt.c 	hci_cp = hci_sent_cmd_data(hdev, HCI_OP_READ_CLOCK);
hci_cp           5424 net/bluetooth/mgmt.c 	if (!hci_cp)
hci_cp           5427 net/bluetooth/mgmt.c 	if (hci_cp->which) {
hci_cp           5428 net/bluetooth/mgmt.c 		u16 handle = __le16_to_cpu(hci_cp->handle);
hci_cp           5450 net/bluetooth/mgmt.c 	struct hci_cp_read_clock hci_cp;
hci_cp           5500 net/bluetooth/mgmt.c 	memset(&hci_cp, 0, sizeof(hci_cp));
hci_cp           5501 net/bluetooth/mgmt.c 	hci_req_add(&req, HCI_OP_READ_CLOCK, sizeof(hci_cp), &hci_cp);
hci_cp           5507 net/bluetooth/mgmt.c 		hci_cp.handle = cpu_to_le16(conn->handle);
hci_cp           5508 net/bluetooth/mgmt.c 		hci_cp.which = 0x01; /* Piconet clock */
hci_cp           5509 net/bluetooth/mgmt.c 		hci_req_add(&req, HCI_OP_READ_CLOCK, sizeof(hci_cp), &hci_cp);