Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dhci_event.c3975 } hci_cc_table[] = { variable
4183 for (i = 0; i < ARRAY_SIZE(hci_cc_table); i++) { in hci_cmd_complete_evt()
4184 if (hci_cc_table[i].op == *opcode) { in hci_cmd_complete_evt()
4185 *status = hci_cc_func(hdev, &hci_cc_table[i], skb); in hci_cmd_complete_evt()
4190 if (i == ARRAY_SIZE(hci_cc_table)) { in hci_cmd_complete_evt()