Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_ldisc.c40 static const struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
44 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_register_proto()
59 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_unregister_proto()
72 if (id >= HCI_UART_MAX_PROTO) in hci_uart_get_proto()
H A Dhci_uart.h23 #define HCI_UART_MAX_PROTO 12 macro
/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_uart.h65 #define HCI_UART_MAX_PROTO 6 macro
H A Dhci_ldisc.c82 static struct hci_uart_proto *hup[HCI_UART_MAX_PROTO];
87 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_register_proto()
100 if (p->id >= HCI_UART_MAX_PROTO) in hci_uart_unregister_proto()
113 if (id >= HCI_UART_MAX_PROTO) in hci_uart_get_proto()