Searched refs:run_command_work (Results 1 – 3 of 3) sorted by relevance
33 schedule_delayed_work(&priv->run_command_work, msecs_to_jiffies(msecs)); in vnt_cmd_timer_wait()84 container_of(work, struct vnt_private, run_command_work.work); in vnt_run_command()
383 struct delayed_work run_command_work; member
639 cancel_delayed_work_sync(&priv->run_command_work); in vnt_stop()1028 INIT_DELAYED_WORK(&priv->run_command_work, vnt_run_command); in vt6656_probe()