Lines Matching refs:hci_uart

78 static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type)  in hci_uart_tx_complete()
98 static inline struct sk_buff *hci_uart_dequeue(struct hci_uart *hu) in hci_uart_dequeue()
117 int hci_uart_tx_wakeup(struct hci_uart *hu) in hci_uart_tx_wakeup()
149 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()
187 struct hci_uart *hu = container_of(work, struct hci_uart, init_ready); in hci_uart_init_work()
208 int hci_uart_init_ready(struct hci_uart *hu) in hci_uart_init_ready()
218 int hci_uart_wait_until_sent(struct hci_uart *hu) in hci_uart_wait_until_sent()
229 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_flush()
276 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_send_frame()
298 bool hci_uart_has_flow_control(struct hci_uart *hu) in hci_uart_has_flow_control()
311 void hci_uart_set_flow_control(struct hci_uart *hu, bool enable) in hci_uart_set_flow_control()
369 void hci_uart_set_speeds(struct hci_uart *hu, unsigned int init_speed, in hci_uart_set_speeds()
376 void hci_uart_set_baudrate(struct hci_uart *hu, unsigned int speed) in hci_uart_set_baudrate()
394 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_setup()
481 struct hci_uart *hu; in hci_uart_tty_open()
494 hu = kzalloc(sizeof(struct hci_uart), GFP_KERNEL); in hci_uart_tty_open()
529 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_close()
576 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_wakeup()
608 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_receive()
633 static int hci_uart_register_dev(struct hci_uart *hu) in hci_uart_register_dev()
701 static int hci_uart_set_proto(struct hci_uart *hu, int id) in hci_uart_set_proto()
725 static int hci_uart_set_flags(struct hci_uart *hu, unsigned long flags) in hci_uart_set_flags()
756 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_ioctl()