Searched refs:ocf (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_event.c56 static void hci_cc_link_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) argument
61 BT_DBG("%s ocf 0x%x", hdev->name, ocf);
63 switch (ocf) {
86 BT_DBG("%s Command complete: ogf LINK_CTL ocf %x", hdev->name, ocf);
92 static void hci_cc_link_policy(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) argument
99 BT_DBG("%s ocf 0x%x", hdev->name, ocf);
101 switch (ocf) {
150 hci_cc_host_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) argument
308 hci_cc_info_param(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) argument
447 hci_cs_link_ctl(struct hci_dev *hdev, __u16 ocf, __u8 status) argument
500 hci_cs_link_policy(struct hci_dev *hdev, __u16 ocf, __u8 status) argument
550 hci_cs_host_ctl(struct hci_dev *hdev, __u16 ocf, __u8 status) argument
562 hci_cs_info_param(struct hci_dev *hdev, __u16 ocf, __u8 status) argument
1133 u16 opcode, ocf, ogf; local
[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);
H A Dhci_sock.c429 u16 ocf = hci_opcode_ocf(opcode); local
432 !hci_test_bit(ocf & HCI_FLT_OCF_BITS, &hci_sec_filter.ocf_mask[ogf])) &&
/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 53 milliseconds