Lines Matching defs:hu
93 static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type) in hci_uart_tx_complete()
113 static inline struct sk_buff *hci_uart_dequeue(struct hci_uart *hu) in hci_uart_dequeue()
131 int hci_uart_tx_wakeup(struct hci_uart *hu) in hci_uart_tx_wakeup()
163 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work() local
200 struct hci_uart *hu = container_of(work, struct hci_uart, init_ready); in hci_uart_init_work() local
221 int hci_uart_init_ready(struct hci_uart *hu) in hci_uart_init_ready()
235 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_flush() local
282 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_send_frame() local
303 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) in hci_uart_set_flow_control()
361 void hci_uart_set_speeds(struct hci_uart *hu, unsigned int init_speed, in hci_uart_set_speeds()
368 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed) in hci_uart_set_baudrate()
386 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_setup() local
473 struct hci_uart *hu; in hci_uart_tty_open() local
515 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_close() local
561 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_wakeup() local
592 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_receive() local
616 static int hci_uart_register_dev(struct hci_uart *hu) in hci_uart_register_dev()
677 static int hci_uart_set_proto(struct hci_uart *hu, int id) in hci_uart_set_proto()
703 static int hci_uart_set_flags(struct hci_uart *hu, unsigned long flags) in hci_uart_set_flags()
736 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_ioctl() local