Home
last modified time | relevance | path

Searched refs:run_command_work (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/vt6656/
Dwcmd.c33 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()
Ddevice.h382 struct delayed_work run_command_work; member
Dmain_usb.c545 cancel_delayed_work_sync(&priv->run_command_work); in vnt_stop()
950 INIT_DELAYED_WORK(&priv->run_command_work, vnt_run_command); in vt6656_probe()