Searched refs:msleep_interruptible (Results 1 – 4 of 4) sorted by relevance
322 msleep_interruptible(50); /* wait to avoid busload */ // TODO decrease time?... in tfa2_haptic_obj0_wait_finish()342 msleep_interruptible(50); /* wait to avoid busload */ // TODO decrease time?... in tfa2_haptic_calibrate_wait()373 msleep_interruptible(ms); /* wait for obj to finish */ in tfa2_haptic_recalculate_wait()455 msleep_interruptible(1); in tfa2_hap_recalc()722 msleep_interruptible(1000 + tfa->hap_data.delay_attack); // TODO determine optimal delay in tfa2_hap_calibrate()871 msleep_interruptible(this_duration); in tfa2_hap_sequencer()
235 msleep_interruptible(2); /* wait for transition states */ in tfa2_dev_start_hw()760 msleep_interruptible(10); in tfa2_dev_set_state()1129 msleep_interruptible(500); in tfa2_i2c_bf_poll()1173 msleep_interruptible(1); /* Add non-busy wait to give DSP processing time */ in tfa2_i2c_dsp_execute()1592 msleep_interruptible(20); // TODO address sleeptime in tfa2_dev_mtp_busy()1595 msleep_interruptible(10); in tfa2_dev_mtp_busy()2159 msleep_interruptible(1); in tfa2_calibrate_profile_start()2186 msleep_interruptible(50); /* wait to avoid busload */ in tfa2_sb_calibrate_ackwait()
81 #define msleep_interruptible(val) TFA9XXX_WaitMS(val) macro
35 #define msleep_interruptible(val) usleep(1000 * val) macro