Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/bluetooth/
Dhci_vhci.c203 if (val > 0xffff || hci_opcode_ogf(val) != 0x3f) in msft_opcode_set()
Dbtmrvl_main.c57 if (hci_opcode_ogf(opcode) == 0x3F) { in btmrvl_check_evtpkt()
Dhci_bcsp.c201 if (hci_opcode_ogf(__le16_to_cpu(opcode)) == 0x3f) { in bcsp_prepare_pkt()
/linux-6.1.9/include/net/bluetooth/
Dhci.h2922 #define hci_opcode_ogf(op) (op >> 10) macro
/linux-6.1.9/net/bluetooth/
Dhci_sock.c1776 u16 ogf = hci_opcode_ogf(opcode); in hci_sock_sendmsg()
Dhci_event.c7114 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) == 0x08 && in hci_le_meta_evt()
7504 hci_opcode_ogf(hci_skb_opcode(hdev->sent_cmd)) != 0x08 && in hci_event_packet()
Dhci_core.c3025 if (hci_opcode_ogf(opcode) != 0x3f) { in __hci_cmd_send()