Searched refs:write_work (Results 1 – 4 of 4) sorted by relevance
70 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()314 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_register_device()379 cancel_work_sync(&hu->write_work); in hci_uart_unregister_device()
152 schedule_work(&hu->write_work); in hci_uart_tx_wakeup()163 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()511 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_tty_open()549 cancel_work_sync(&hu->write_work); in hci_uart_tty_close()
87 struct work_struct write_work; member
463 struct work_struct write_work; member