Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/codecs/
Drt1011.c1878 schedule_work(&rt1011->cali_work); in rt1011_probe()
1901 cancel_work_sync(&rt1011->cali_work); in rt1011_remove()
2197 container_of(work, struct rt1011_priv, cali_work); in rt1011_calibration_work()
2242 INIT_WORK(&rt1011->cali_work, rt1011_calibration_work); in rt1011_i2c_probe()
Drt1011.h655 struct work_struct cali_work; member