Home
last modified time | relevance | path

Searched refs:hci_opcode_ogf (Results 1 – 10 of 10) sorted by relevance

/linux/net/bluetooth/
H A Dhci_drv.c80 ogf = hci_opcode_ogf(opcode); in hci_drv_process_cmd()
H A Dhci_sock.c1882 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg()
H A Dhci_event.c7470 (hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) == 0x08 || in hci_le_meta_evt()
7797 hci_opcode_ogf(hci_skb_opcode(hdev->req_skb)) != 0x08 && in hci_event_packet()
H A Dhci_core.c3121 if (hci_opcode_ogf(opcode) != 0x3f) { in __hci_cmd_send()
/linux/drivers/bluetooth/
H A Dhci_bcsp.c201 if (hci_opcode_ogf(__le16_to_cpu(opcode)) == 0x3f) { in bcsp_prepare_pkt()
H A Dbtmrvl_main.c58 if (hci_opcode_ogf(opcode) == 0x3F) { in btmrvl_check_evtpkt()
H A Dhci_vhci.c207 if (val > 0xffff || hci_opcode_ogf(val) != 0x3f) in msft_opcode_set()
H A Dbtintel_pcie.c2388 hci_opcode_ogf(opcode), in btintel_pcie_hci_drv_read_info()
H A Dbtusb.c3942 hci_opcode_ogf(opcode), in btusb_hci_drv_read_info()
/linux/include/net/bluetooth/
H A Dhci.h3391 #define hci_opcode_ogf(op) (op >> 10) macro