Searched refs:calib_work (Results 1 – 2 of 2) sorted by relevance
27 struct delayed_work calib_work; member200 struct pm860x_rtc_info, calib_work.work); in calibrate_vrtc_work()234 schedule_delayed_work(&info->calib_work, VRTC_CALIB_INTERVAL); in calibrate_vrtc_work()325 INIT_DELAYED_WORK(&info->calib_work, calibrate_vrtc_work); in pm860x_rtc_probe()326 schedule_delayed_work(&info->calib_work, VRTC_CALIB_INTERVAL); in pm860x_rtc_probe()339 cancel_delayed_work_sync(&info->calib_work); in pm860x_rtc_remove()
1307 struct work_struct calib_work; /* deferred phy calibration */ member