Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/nfc/nci/
Duart.c78 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()
204 cancel_work_sync(&nu->write_work); in nci_uart_tty_close()
/kernel/linux/linux-5.10/drivers/tty/
Dn_hdlc.c142 struct work_struct write_work; member
215 cancel_work_sync(&n_hdlc->write_work); in n_hdlc_tty_close()
248 INIT_WORK(&n_hdlc->write_work, n_hdlc_tty_write_work); in n_hdlc_tty_open()
351 struct n_hdlc *n_hdlc = container_of(work, struct n_hdlc, write_work); in n_hdlc_tty_write_work()
367 schedule_work(&n_hdlc->write_work); in n_hdlc_tty_wakeup()
/kernel/linux/linux-5.10/drivers/bluetooth/
Dhci_serdev.c59 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()
329 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_register_device()
390 cancel_work_sync(&hu->write_work); in hci_uart_unregister_device()
Dhci_ldisc.c136 schedule_work(&hu->write_work); in hci_uart_tx_wakeup()
147 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()
503 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_tty_open()
541 cancel_work_sync(&hu->write_work); in hci_uart_tty_close()
Dhci_uart.h72 struct work_struct write_work; member
/kernel/linux/linux-5.10/include/net/nfc/
Dnci_core.h451 struct work_struct write_work; member