Home
last modified time | relevance | path

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

/linux/drivers/hid/
H A Dhid-oxp.c179 struct delayed_work oxp_mcu_init; member
401 mod_delayed_work(system_dfl_wq, &drvdata.oxp_mcu_init, msecs_to_jiffies(50)); in oxp_hid_raw_event_gen_2()
1504 INIT_DELAYED_WORK(&drvdata.oxp_mcu_init, oxp_mcu_init_fn); in oxp_cfg_probe()
1505 mod_delayed_work(system_dfl_wq, &drvdata.oxp_mcu_init, msecs_to_jiffies(50)); in oxp_cfg_probe()
1557 cancel_delayed_work_sync(&drvdata.oxp_mcu_init); in oxp_hid_remove()