Lines Matching defs:hu
101 static void h5_link_control(struct hci_uart *hu, const void *data, size_t len) in h5_link_control()
131 struct hci_uart *hu = (struct hci_uart *)arg; in h5_timed_event() local
171 static void h5_peer_reset(struct hci_uart *hu) in h5_peer_reset()
192 static int h5_open(struct hci_uart *hu) in h5_open()
226 static int h5_close(struct hci_uart *hu) in h5_close()
283 static void h5_handle_internal_rx(struct hci_uart *hu) in h5_handle_internal_rx()
344 static void h5_complete_rx_pkt(struct hci_uart *hu) in h5_complete_rx_pkt()
381 static int h5_rx_crc(struct hci_uart *hu, unsigned char c) in h5_rx_crc()
388 static int h5_rx_payload(struct hci_uart *hu, unsigned char c) in h5_rx_payload()
403 static int h5_rx_3wire_hdr(struct hci_uart *hu, unsigned char c) in h5_rx_3wire_hdr()
439 static int h5_rx_pkt_start(struct hci_uart *hu, unsigned char c) in h5_rx_pkt_start()
461 static int h5_rx_delimiter(struct hci_uart *hu, unsigned char c) in h5_rx_delimiter()
514 static int h5_recv(struct hci_uart *hu, const void *data, int count) in h5_recv()
549 static int h5_enqueue(struct hci_uart *hu, struct sk_buff *skb) in h5_enqueue()
622 static struct sk_buff *h5_prepare_pkt(struct hci_uart *hu, u8 pkt_type, in h5_prepare_pkt()
679 static struct sk_buff *h5_dequeue(struct hci_uart *hu) in h5_dequeue()
740 static int h5_flush(struct hci_uart *hu) in h5_flush()