Home
last modified time | relevance | path

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

/linux/net/bluetooth/
H A Dhci_event.c4011 } hci_cc_table[] = { variable
4213 for (i = 0; i < ARRAY_SIZE(hci_cc_table); i++) { in hci_cmd_complete_evt()
4214 if (hci_cc_table[i].op == *opcode) { in hci_cmd_complete_evt()
4215 *status = hci_cc_func(hdev, &hci_cc_table[i], skb); in hci_cmd_complete_evt()
4220 if (i == ARRAY_SIZE(hci_cc_table)) { in hci_cmd_complete_evt()