Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c4007 } hci_cc_table[] = { variable
4209 for (i = 0; i < ARRAY_SIZE(hci_cc_table); i++) { in hci_cmd_complete_evt()
4210 if (hci_cc_table[i].op == *opcode) { in hci_cmd_complete_evt()
4211 *status = hci_cc_func(hdev, &hci_cc_table[i], skb); in hci_cmd_complete_evt()
4216 if (i == ARRAY_SIZE(hci_cc_table)) { in hci_cmd_complete_evt()