Searched refs:write_work (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/nfc/nci/ |
H A D | uart.c | 66 schedule_work(&nu->write_work); in nci_uart_tx_wakeup() 73 struct nci_uart *nu = container_of(work, struct nci_uart, write_work); in nci_uart_write_work() 124 INIT_WORK(&nu->write_work, nci_uart_write_work); in nci_uart_set_driver() 192 cancel_work_sync(&nu->write_work); in nci_uart_tty_close()
|
/openbmc/linux/drivers/tty/ |
H A D | n_hdlc.c | 138 struct work_struct write_work; member 207 cancel_work_sync(&n_hdlc->write_work); in n_hdlc_tty_close() 240 INIT_WORK(&n_hdlc->write_work, n_hdlc_tty_write_work); in n_hdlc_tty_open() 343 struct n_hdlc *n_hdlc = container_of(work, struct n_hdlc, write_work); in n_hdlc_tty_write_work() 359 schedule_work(&n_hdlc->write_work); in n_hdlc_tty_wakeup()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_serdev.c | 59 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work() 342 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_register_device_priv() 404 cancel_work_sync(&hu->write_work); in hci_uart_unregister_device()
|
H A D | hci_ldisc.c | 136 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() 511 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_tty_open() 547 cancel_work_sync(&hu->write_work); in hci_uart_tty_close()
|
H A D | hci_uart.h | 71 struct work_struct write_work; member
|
/openbmc/linux/include/net/nfc/ |
H A D | nci_core.h | 451 struct work_struct write_work; member
|