Home
last modified time | relevance | path

Searched refs:ocf (Results 1 – 4 of 4) sorted by relevance

/linux/net/bluetooth/
H A Dhci_drv.c69 u16 opcode, len, ogf, ocf; in hci_drv_process_cmd() local
81 ocf = hci_opcode_ocf(opcode); in hci_drv_process_cmd()
91 if (ocf < hdev->hci_drv->specific_handler_count) in hci_drv_process_cmd()
92 handler = &hdev->hci_drv->specific_handlers[ocf]; in hci_drv_process_cmd()
H A Dhci_sock.c1883 u16 ocf = hci_opcode_ocf(opcode); in hci_sock_sendmsg() local
1886 !hci_test_bit(ocf & HCI_FLT_OCF_BITS, in hci_sock_sendmsg()
/linux/Documentation/admin-guide/
H A Dbtmrvl.rst102 Hcitool cmd <ogf> <ocf> [Parameters]
/linux/include/net/bluetooth/
H A Dhci.h3390 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument