Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dhci_ldisc.c55 static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO]; variable
62 if (hup[p->id]) in hci_uart_register_proto()
65 hup[p->id] = p; in hci_uart_register_proto()
77 if (!hup[p->id]) in hci_uart_unregister_proto()
80 hup[p->id] = NULL; in hci_uart_unregister_proto()
90 return hup[id]; in hci_uart_get_proto()