Home
last modified time | relevance | path

Searched defs:ogf (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/bluetooth/
Dhci_sock.c398 u16 ogf = cmd_opcode_ogf(opcode); in hci_sock_sendmsg() local
Dhci_core.c985 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()
Dhci_event.c755 __u16 opcode, ocf, ogf; in hci_event_packet() local
/linux-2.4.37.9/include/net/bluetooth/
Dhci.h664 #define cmd_opcode_pack(ogf, ocf) (__u16)((ocf & 0x03ff)|(ogf << 10)) argument