Searched refs:write_work (Results 1 – 4 of 4) sorted by relevance
132 schedule_work(&hu->write_work); in hci_uart_tx_wakeup()139 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()348 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_tty_open()386 cancel_work_sync(&hu->write_work); in hci_uart_tty_close()
77 struct work_struct write_work; member
59 struct work_struct write_work; member
1454 queue_work(lo->wq, &lo->write_work); in loop_queue_rq()1482 container_of(work, struct loop_device, write_work); in loop_queue_write_work()1576 INIT_WORK(&lo->write_work, loop_queue_write_work); in loop_add()