Lines Matching refs:hci_uart
91 static inline void hci_uart_tx_complete(struct hci_uart *hu, int pkt_type) in hci_uart_tx_complete()
111 static inline struct sk_buff *hci_uart_dequeue(struct hci_uart *hu) in hci_uart_dequeue()
123 int hci_uart_tx_wakeup(struct hci_uart *hu) in hci_uart_tx_wakeup()
139 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()
176 struct hci_uart *hu = container_of(work, struct hci_uart, init_ready); in hci_uart_init_work()
193 int hci_uart_init_ready(struct hci_uart *hu) in hci_uart_init_ready()
219 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_flush()
254 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_send_frame()
270 struct hci_uart *hu = hci_get_drvdata(hdev); in hci_uart_setup()
328 struct hci_uart *hu; in hci_uart_tty_open()
337 hu = kzalloc(sizeof(struct hci_uart), GFP_KERNEL); in hci_uart_tty_open()
371 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_close()
410 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_wakeup()
441 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_receive()
460 static int hci_uart_register_dev(struct hci_uart *hu) in hci_uart_register_dev()
513 static int hci_uart_set_proto(struct hci_uart *hu, int id) in hci_uart_set_proto()
537 static int hci_uart_set_flags(struct hci_uart *hu, unsigned long flags) in hci_uart_set_flags()
570 struct hci_uart *hu = tty->disc_data; in hci_uart_tty_ioctl()