Home
last modified time | relevance | path

Searched defs:hci_uart (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_uart.h93 struct hci_uart { struct
100 struct workqueue_struct *hci_uart_wq; argument
102 struct hci_uart_proto *proto; argument
104 struct percpu_rw_semaphore proto_lock; /* Stop work for proto close */
129 extern int hci_uart_register_proto(struct hci_uart_proto *p); argument
131 extern int hci_uart_tx_wakeup(struct hci_uart *hu); argument
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dhci_uart.h64 struct hci_uart { struct
74 const struct hci_uart_proto *proto; argument
97 int hci_uart_register_proto(const struct hci_uart_proto *p); argument
99 int hci_uart_register_device(struct hci_uart *hu, const struct hci_uart_proto *p); argument