Home
last modified time | relevance | path

Searched refs:write_work (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/drivers/bluetooth/
Dhci_serdev.c70 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()
Dhci_ldisc.c152 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()
Dhci_uart.h87 struct work_struct write_work; member
/linux-4.19.296/include/net/nfc/
Dnci_core.h463 struct work_struct write_work; member