neg_cmd 265 drivers/bluetooth/hci_nokia.c struct hci_nokia_neg_cmd *neg_cmd; neg_cmd 272 drivers/bluetooth/hci_nokia.c len = H4_TYPE_SIZE + sizeof(*neg_hdr) + sizeof(*neg_cmd); neg_cmd 280 drivers/bluetooth/hci_nokia.c neg_hdr->dlen = sizeof(*neg_cmd); neg_cmd 282 drivers/bluetooth/hci_nokia.c neg_cmd = skb_put(skb, sizeof(*neg_cmd)); neg_cmd 283 drivers/bluetooth/hci_nokia.c neg_cmd->ack = NOKIA_NEG_REQ; neg_cmd 284 drivers/bluetooth/hci_nokia.c neg_cmd->baud = cpu_to_le16(baud); neg_cmd 285 drivers/bluetooth/hci_nokia.c neg_cmd->unused1 = 0x0000; neg_cmd 286 drivers/bluetooth/hci_nokia.c neg_cmd->proto = NOKIA_PROTO_BYTE; neg_cmd 287 drivers/bluetooth/hci_nokia.c neg_cmd->sys_clk = cpu_to_le16(sysclk); neg_cmd 288 drivers/bluetooth/hci_nokia.c neg_cmd->unused2 = 0x0000;