Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_loader.c89 struct work_struct calibration_work; member
186 static void cyttsp5_calibrate_idacs(struct work_struct *calibration_work) in cyttsp5_calibrate_idacs() argument
188 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()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drt711-sdw.c467 cancel_work_sync(&rt711->calibration_work); in rt711_sdw_remove()
488 cancel_work_sync(&rt711->calibration_work); in rt711_dev_suspend()
H A Drt711.h25 struct work_struct calibration_work; member
H A Drt711.c1149 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()