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

/linux-master/net/bluetooth/
H A Dhci_event.c4052 } hci_cc_table[] = { variable in typeref:struct:hci_cc
4260 for (i = 0; i < ARRAY_SIZE(hci_cc_table); i++) {
4261 if (hci_cc_table[i].op == *opcode) {
4262 *status = hci_cc_func(hdev, &hci_cc_table[i], skb);
4267 if (i == ARRAY_SIZE(hci_cc_table)) {

Completed in 99 milliseconds