Searched refs:write_work (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/net/nfc/nci/ |
| H A D | uart.c | 78 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()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_hdlc.c | 142 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()
|
| /OK3568_Linux_fs/kernel/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() 332 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_register_device() 394 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() 513 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()
|
| H A D | hci_uart.h | 72 struct work_struct write_work; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_uart.h | 99 struct work_struct write_work; member
|
| H A D | hci_ldisc.c | 266 schedule_work(&hu->write_work); in hci_uart_tx_wakeup() 276 struct hci_uart *hu = container_of(work, struct hci_uart, write_work); in hci_uart_write_work() 921 INIT_WORK(&hu->write_work, hci_uart_write_work); in hci_uart_tty_open() 970 cancel_work_sync(&hu->write_work); in hci_uart_tty_close()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/accel/ |
| H A D | da223_cust.c | 73 struct delayed_work write_work; member 91 pWorkInfo = container_of((struct delayed_work*)work, struct work_info, write_work); 191 queue_delayed_work( pWorkInfo->wq, &pWorkInfo->write_work, msecs_to_jiffies(0) ); 548 INIT_DELAYED_WORK( &m_work_info.write_work, sensor_write_work );
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-bow.c | 936 struct write_work { struct 944 struct write_work *ww = container_of(work, struct write_work, work); in bow_write() argument 975 struct write_work *ww = kmalloc(sizeof(*ww), GFP_NOIO | __GFP_NORETRY in queue_write()
|
| /OK3568_Linux_fs/kernel/include/net/nfc/ |
| H A D | nci_core.h | 451 struct work_struct write_work; member
|