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

/linux-master/net/bluetooth/
H A Dhci_event.c4343 } hci_cs_table[] = { variable in typeref:struct:hci_cs
4381 for (i = 0; i < ARRAY_SIZE(hci_cs_table); i++) {
4382 if (hci_cs_table[i].op == *opcode) {
4383 hci_cs_table[i].func(hdev, ev->status);

Completed in 416 milliseconds