Searched defs:ocf (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/net/bluetooth/ |
D | hci_event.c | 63 static void hci_cc_link_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) in hci_cc_link_ctl() 88 static void hci_cc_link_policy(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) in hci_cc_link_policy() 123 static void hci_cc_host_ctl(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) in hci_cc_host_ctl() 233 static void hci_cc_info_param(struct hci_dev *hdev, __u16 ocf, struct sk_buff *skb) in hci_cc_info_param() 342 static void hci_cs_link_ctl(struct hci_dev *hdev, __u16 ocf, __u8 status) in hci_cs_link_ctl() 395 static void hci_cs_link_policy(struct hci_dev *hdev, __u16 ocf, __u8 status) in hci_cs_link_policy() 407 static void hci_cs_host_ctl(struct hci_dev *hdev, __u16 ocf, __u8 status) in hci_cs_host_ctl() 419 static void hci_cs_info_param(struct hci_dev *hdev, __u16 ocf, __u8 status) in hci_cs_info_param() 755 __u16 opcode, ocf, ogf; in hci_event_packet() local
|
D | hci_sock.c | 399 u16 ocf = cmd_opcode_ocf(opcode); in hci_sock_sendmsg() local
|
D | hci_core.c | 985 int hci_send_cmd(struct hci_dev *hdev, __u16 ogf, __u16 ocf, __u32 plen, void *param) in hci_send_cmd() 1016 void *hci_sent_cmd_data(struct hci_dev *hdev, __u16 ogf, __u16 ocf) in hci_sent_cmd_data()
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | hci.h | 664 #define cmd_opcode_pack(ogf, ocf) (__u16)((ocf & 0x03ff)|(ogf << 10)) argument
|