Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/bluetooth/
Dhci_ldisc.c51 static struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
55 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_register_proto()
68 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_unregister_proto()
81 if (id >= HCI_UART_MAX_PROTO) in hci_uart_get_proto()
Dhci_uart.h38 #define HCI_UART_MAX_PROTO 6 macro