Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/
H A Dhci_ldisc.c1035 int (*proto_receive)(struct hci_uart *hu, void *data, int len); in hci_uart_tty_receive() local
1047 proto_receive = hu->proto->recv; in hci_uart_tty_receive()
1049 proto_receive(hu, (void *)data, count); in hci_uart_tty_receive()
1056 proto_receive(hu, (void *)data, count); in hci_uart_tty_receive()