Home
last modified time | relevance | path

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

/linux/net/bluetooth/ !
H A Dhci_event.c4274 } hci_cs_table[] = { variable
4312 for (i = 0; i < ARRAY_SIZE(hci_cs_table); i++) { in hci_cmd_status_evt()
4313 if (hci_cs_table[i].op == *opcode) { in hci_cmd_status_evt()
4314 hci_cs_table[i].func(hdev, ev->status); in hci_cmd_status_evt()