Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/ice/
Dice_gnss.c207 kthread_cancel_delayed_work_sync(&gnss->read_work); in ice_gnss_tty_close()
338 kthread_cancel_delayed_work_sync(&gnss->read_work); in ice_gnss_exit()
Dice_ptp.c937 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_stop()
973 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_restart()
2461 kthread_cancel_delayed_work_sync(&ptp->work); in ice_ptp_prepare_for_reset()
2667 kthread_cancel_delayed_work_sync(&pf->ptp.work); in ice_ptp_release()
/linux-5.19.10/include/linux/
Dkthread.h211 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *work);
/linux-5.19.10/drivers/ptp/
Dptp_clock.c361 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_clock_unregister()
449 kthread_cancel_delayed_work_sync(&ptp->aux_work); in ptp_cancel_worker_sync()
/linux-5.19.10/kernel/
Dkthread.c1353 bool kthread_cancel_delayed_work_sync(struct kthread_delayed_work *dwork) in kthread_cancel_delayed_work_sync() function
1357 EXPORT_SYMBOL_GPL(kthread_cancel_delayed_work_sync);
/linux-5.19.10/drivers/tty/serial/
Dsc16is7xx.c1026 kthread_cancel_delayed_work_sync(&one->ms_work); in sc16is7xx_set_termios()
1227 kthread_cancel_delayed_work_sync(&one->ms_work); in sc16is7xx_shutdown()
1568 kthread_cancel_delayed_work_sync(&s->p[i].ms_work); in sc16is7xx_remove()
/linux-5.19.10/drivers/thermal/intel/
Dintel_powerclamp.c511 kthread_cancel_delayed_work_sync(&w_data->idle_injection_work); in stop_power_clamp_worker()
/linux-5.19.10/drivers/net/dsa/mv88e6xxx/
Dchip.c401 kthread_cancel_delayed_work_sync(&chip->irq_poll_work); in mv88e6xxx_irq_poll_free()