Searched refs:write_work (Results 1 – 4 of 4) sorted by relevance
78 schedule_work(&nu->write_work); in nci_uart_tx_wakeup()85 struct nci_uart *nu = container_of(work, struct nci_uart, write_work); in nci_uart_write_work()136 INIT_WORK(&nu->write_work, nci_uart_write_work); in nci_uart_set_driver()213 cancel_work_sync(&nu->write_work); in nci_uart_tty_close()
133 schedule_work(&hu->write_work); in hci_uart_tx_wakeup()140 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()462 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_tty_open()498 cancel_work_sync(&hu->write_work); in hci_uart_tty_close()
82 struct work_struct write_work; member
450 struct work_struct write_work; member