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.c4280 } hci_cs_table[] = { variable
4318 for (i = 0; i < ARRAY_SIZE(hci_cs_table); i++) { in hci_cmd_status_evt()
4319 if (hci_cs_table[i].op == *opcode) { in hci_cmd_status_evt()
4320 hci_cs_table[i].func(hdev, ev->status); in hci_cmd_status_evt()