Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dhci_nokia.c265 struct hci_nokia_neg_cmd *neg_cmd; in nokia_send_negotiation() local
272 len = H4_TYPE_SIZE + sizeof(*neg_hdr) + sizeof(*neg_cmd); in nokia_send_negotiation()
280 neg_hdr->dlen = sizeof(*neg_cmd); in nokia_send_negotiation()
282 neg_cmd = skb_put(skb, sizeof(*neg_cmd)); in nokia_send_negotiation()
283 neg_cmd->ack = NOKIA_NEG_REQ; in nokia_send_negotiation()
284 neg_cmd->baud = cpu_to_le16(baud); in nokia_send_negotiation()
285 neg_cmd->unused1 = 0x0000; in nokia_send_negotiation()
286 neg_cmd->proto = NOKIA_PROTO_BYTE; in nokia_send_negotiation()
287 neg_cmd->sys_clk = cpu_to_le16(sysclk); in nokia_send_negotiation()
288 neg_cmd->unused2 = 0x0000; in nokia_send_negotiation()