/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 205 cancel_work_sync(&vif->disconnect_worker); in wil_vif_deinit() 206 cancel_work_sync(&vif->p2p.discovery_expired_work); in wil_vif_deinit() 207 cancel_work_sync(&vif->p2p.delayed_listen_work); in wil_vif_deinit() 209 cancel_work_sync(&vif->probe_client_worker); in wil_vif_deinit() 210 cancel_work_sync(&vif->enable_tx_key_worker); in wil_vif_deinit() 532 cancel_work_sync(&vif->disconnect_worker); in wil_vif_remove() 534 cancel_work_sync(&vif->probe_client_worker); in wil_vif_remove() 535 cancel_work_sync(&vif->enable_tx_key_worker); in wil_vif_remove()
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/ |
D | sdio.c | 69 cancel_work_sync(&sdio->tx.xmit_work); in mt76s_stop_txrx() 70 cancel_work_sync(&sdio->tx.status_work); in mt76s_stop_txrx() 71 cancel_work_sync(&sdio->rx.recv_work); in mt76s_stop_txrx() 72 cancel_work_sync(&sdio->rx.net_work); in mt76s_stop_txrx() 73 cancel_work_sync(&sdio->stat_work); in mt76s_stop_txrx()
|
/Linux-v5.10/drivers/accessibility/speakup/ |
D | selection.c | 96 cancel_work_sync(&speakup_sel_work.work); in speakup_cancel_selection() 137 cancel_work_sync(&speakup_paste_work.work); in speakup_cancel_paste()
|
/Linux-v5.10/drivers/staging/wlan-ng/ |
D | prism2usb.c | 188 cancel_work_sync(&hw->link_bh); in prism2sta_disconnect_usb() 189 cancel_work_sync(&hw->commsqual_bh); in prism2sta_disconnect_usb() 190 cancel_work_sync(&hw->usb_work); in prism2sta_disconnect_usb()
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | iowait.c | 83 cancel_work_sync(&iowait_get_ib_work(w)->iowork); in iowait_cancel_work() 86 cancel_work_sync(&iowait_get_tid_work(w)->iowork); in iowait_cancel_work()
|
/Linux-v5.10/arch/x86/platform/olpc/ |
D | olpc-xo15-sci.c | 182 cancel_work_sync(&sci_work); in xo15_sci_add() 190 cancel_work_sync(&sci_work); in xo15_sci_remove()
|
/Linux-v5.10/drivers/input/misc/ |
D | gpio-vibra.c | 97 cancel_work_sync(&vibrator->play_work); in gpio_vibrator_close() 165 cancel_work_sync(&vibrator->play_work); in gpio_vibrator_suspend()
|
D | pwm-vibra.c | 118 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_close() 229 cancel_work_sync(&vibrator->play_work); in pwm_vibrator_suspend()
|
D | gpio-beeper.c | 57 cancel_work_sync(&beep->work); in gpio_beeper_close()
|
D | twl6040-vibra.c | 207 cancel_work_sync(&info->play_work); in twl6040_vibra_close() 218 cancel_work_sync(&info->play_work); in twl6040_vibra_suspend()
|
/Linux-v5.10/sound/core/ |
D | seq_device.c | 136 #define cancel_autoload_drivers() cancel_work_sync(&autoload_work) 294 cancel_work_sync(&autoload_work); in alsa_seq_device_exit()
|
/Linux-v5.10/drivers/input/tablet/ |
D | pegasus_notetaker.c | 243 cancel_work_sync(&pegasus->init); in pegasus_open() 256 cancel_work_sync(&pegasus->init); in pegasus_close() 410 cancel_work_sync(&pegasus->init); in pegasus_suspend()
|
/Linux-v5.10/drivers/media/usb/au0828/ |
D | au0828-dvb.c | 315 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_stop_feed() 375 cancel_work_sync(&dev->restart_streaming); in au0828_set_frontend() 540 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_unregister() 653 cancel_work_sync(&dev->restart_streaming); in au0828_dvb_suspend()
|
/Linux-v5.10/samples/ftrace/ |
D | sample-trace-array.c | 86 cancel_work_sync(&trace_work); in simple_thread()
|
/Linux-v5.10/drivers/net/fjes/ |
D | fjes_main.c | 339 cancel_work_sync(&adapter->unshare_watch_task); in fjes_close() 341 cancel_work_sync(&adapter->raise_intr_rxdata_task); in fjes_close() 342 cancel_work_sync(&adapter->tx_stall_task); in fjes_close() 344 cancel_work_sync(&hw->update_zone_task); in fjes_close() 345 cancel_work_sync(&hw->epstop_task); in fjes_close() 848 cancel_work_sync(&adapter->tx_stall_task); in fjes_change_mtu() 1312 cancel_work_sync(&adapter->unshare_watch_task); in fjes_remove() 1313 cancel_work_sync(&adapter->raise_intr_rxdata_task); in fjes_remove() 1314 cancel_work_sync(&adapter->tx_stall_task); in fjes_remove()
|
/Linux-v5.10/drivers/platform/chrome/ |
D | cros_ec_rpmsg.c | 251 cancel_work_sync(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_probe() 270 cancel_work_sync(&ec_rpmsg->host_event_work); in cros_ec_rpmsg_remove()
|
/Linux-v5.10/drivers/usb/class/ |
D | cdc-wdm.c | 1031 cancel_work_sync(&desc->rxwork); in wdm_disconnect() 1032 cancel_work_sync(&desc->service_outs_intr); in wdm_disconnect() 1074 cancel_work_sync(&desc->rxwork); in wdm_suspend() 1075 cancel_work_sync(&desc->service_outs_intr); in wdm_suspend() 1134 cancel_work_sync(&desc->rxwork); in wdm_pre_reset() 1135 cancel_work_sync(&desc->service_outs_intr); in wdm_pre_reset()
|
/Linux-v5.10/drivers/misc/mei/ |
D | init.c | 84 cancel_work_sync(&dev->reset_work); in mei_cancel_work() 85 cancel_work_sync(&dev->bus_rescan_work); in mei_cancel_work()
|
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | tt.c | 662 cancel_work_sync(&priv->tt_work); in iwl_tt_exit() 663 cancel_work_sync(&priv->ct_enter); in iwl_tt_exit() 664 cancel_work_sync(&priv->ct_exit); in iwl_tt_exit()
|
/Linux-v5.10/lib/ |
D | crc-t10dif.c | 103 cancel_work_sync(&crct10dif_rehash_work); in crc_t10dif_mod_fini()
|
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | osdep_service_linux.h | 98 cancel_work_sync(pwork); in _cancel_workitem_sync()
|
/Linux-v5.10/drivers/bluetooth/ |
D | hci_serdev.c | 385 cancel_work_sync(&hu->init_ready); in hci_uart_unregister_device() 390 cancel_work_sync(&hu->write_work); in hci_uart_unregister_device()
|
/Linux-v5.10/drivers/power/supply/ |
D | collie_battery.c | 375 cancel_work_sync(&bat_work); in collie_bat_probe() 392 cancel_work_sync(&bat_work); in collie_bat_remove()
|
/Linux-v5.10/drivers/usb/mtu3/ |
D | mtu3_dr.c | 387 cancel_work_sync(&otg_sx->id_work); in ssusb_otg_switch_exit() 388 cancel_work_sync(&otg_sx->vbus_work); in ssusb_otg_switch_exit()
|
/Linux-v5.10/sound/soc/codecs/ |
D | da7219-aad.c | 448 cancel_work_sync(&da7219_aad->btn_det_work); in da7219_aad_irq_thread() 449 cancel_work_sync(&da7219_aad->hptest_work); in da7219_aad_irq_thread() 936 cancel_work_sync(&da7219_aad->btn_det_work); in da7219_aad_exit() 937 cancel_work_sync(&da7219_aad->hptest_work); in da7219_aad_exit()
|