Home
last modified time | relevance | path

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

/linux-6.1.9/net/nfc/nci/
Duart.c66 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()
/linux-6.1.9/drivers/tty/
Dn_hdlc.c138 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()
/linux-6.1.9/drivers/bluetooth/
Dhci_serdev.c59 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work()
341 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_register_device()
408 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()
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()
Dhci_uart.h72 struct work_struct write_work; member
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_gnss.c82 write_work); in ice_gnss_write_pending()
219 kthread_init_work(&gnss->write_work, ice_gnss_write_pending); in ice_gnss_struct_init()
375 kthread_queue_work(gnss->kworker, &gnss->write_work); in ice_gnss_tty_write()
533 kthread_cancel_work_sync(&gnss->write_work); in ice_gnss_exit()
Dice_gnss.h58 struct kthread_work write_work; member
/linux-6.1.9/include/net/nfc/
Dnci_core.h451 struct work_struct write_work; member