Home
last modified time | relevance | path

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

/openbmc/linux/net/bluetooth/
H A Dhci_event.c4299 } hci_cs_table[] = { variable
4337 for (i = 0; i < ARRAY_SIZE(hci_cs_table); i++) { in hci_cmd_status_evt()
4338 if (hci_cs_table[i].op == *opcode) { in hci_cmd_status_evt()
4339 hci_cs_table[i].func(hdev, ev->status); in hci_cmd_status_evt()