Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/admin-guide/
Dbtmrvl.rst102 Hcitool cmd <ogf> <ocf> [Parameters]
/Linux-v6.6/net/bluetooth/
Dhci_sock.c1876 u16 ocf = hci_opcode_ocf(opcode); in hci_sock_sendmsg() local
1879 !hci_test_bit(ocf & HCI_FLT_OCF_BITS, in hci_sock_sendmsg()
/Linux-v6.6/include/net/bluetooth/
Dhci.h2970 #define hci_opcode_pack(ogf, ocf) ((__u16) ((ocf & 0x03ff)|(ogf << 10))) argument