Searched refs:ogf (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_sock.c428 u16 ogf = hci_opcode_ogf(opcode); local
431 if (((ogf > HCI_SFLT_MAX_OGF) ||
432 !hci_test_bit(ocf & HCI_FLT_OCF_BITS, &hci_sec_filter.ocf_mask[ogf])) &&
438 if (test_bit(HCI_RAW, &hdev->flags) || (ogf == OGF_VENDOR_CMD)) {
H A Dhci_event.c86 BT_DBG("%s Command complete: ogf LINK_CTL ocf %x", hdev->name, ocf);
143 BT_DBG("%s: Command complete: ogf LINK_POLICY ocf %x",
302 BT_DBG("%s Command complete: ogf HOST_CTL ocf %x", hdev->name, ocf);
403 BT_DBG("%s Command complete: ogf INFO_PARAM ocf %x", hdev->name, ocf);
493 BT_DBG("%s Command status: ogf LINK_CTL ocf %x status %d",
544 BT_DBG("%s Command status: ogf LINK_POLICY ocf %x", hdev->name, ocf);
556 BT_DBG("%s Command status: ogf HOST_CTL ocf %x", hdev->name, ocf);
568 BT_DBG("%s Command status: ogf INFO_PARAM ocf %x", hdev->name, ocf);
1133 u16 opcode, ocf, ogf; local
1225 ogf
[all...]
H A Dhci_core.c1011 int hci_send_cmd(struct hci_dev *hdev, __u16 ogf, __u16 ocf, __u32 plen, void *param) argument
1017 BT_DBG("%s ogf 0x%x ocf 0x%x plen %d", hdev->name, ogf, ocf, plen);
1026 hdr->opcode = cpu_to_le16(hci_opcode_pack(ogf, ocf));
1043 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 ogf, __u16 ocf) argument
1052 if (hdr->opcode != cpu_to_le16(hci_opcode_pack(ogf, ocf)))
1055 BT_DBG("%s ogf 0x%x ocf 0x%x", hdev->name, ogf, ocf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/bluetooth/
H A Dhci.h731 #define hci_opcode_pack(ogf, ocf) (__u16) ((ocf & 0x03ff)|(ogf << 10))
H A Dhci_core.h615 int hci_send_cmd(struct hci_dev *hdev, __u16 ogf, __u16 ocf, __u32 plen, void *param);
619 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 ogf, __u16 ocf);

Completed in 106 milliseconds