Searched refs:calibration_work (Results 1 – 4 of 4) sorted by relevance
89 struct work_struct calibration_work; member186 static void cyttsp5_calibrate_idacs(struct work_struct *calibration_work) in cyttsp5_calibrate_idacs() argument188 struct cyttsp5_loader_data *ld = container_of(calibration_work, in cyttsp5_calibrate_idacs()189 struct cyttsp5_loader_data, calibration_work); in cyttsp5_calibrate_idacs()226 schedule_work(&ld->calibration_work); in cyttsp5_calibration_attention()1489 INIT_WORK(&ld->calibration_work, cyttsp5_calibrate_idacs); in cyttsp5_loader_probe()
467 cancel_work_sync(&rt711->calibration_work); in rt711_sdw_remove()488 cancel_work_sync(&rt711->calibration_work); in rt711_dev_suspend()
25 struct work_struct calibration_work; member
1149 container_of(work, struct rt711_priv, calibration_work); in rt711_calibration_work()1280 INIT_WORK(&rt711->calibration_work, rt711_calibration_work); in rt711_io_init()1281 schedule_work(&rt711->calibration_work); in rt711_io_init()