Searched refs:proto_receive (Results 1 – 1 of 1) sorted by relevance
1035 int (*proto_receive)(struct hci_uart *hu, void *data, int len); in hci_uart_tty_receive() local1047 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()