Home
last modified time | relevance | path

Searched refs:fall_delay (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/codecs/
H A Dmt6359-accdet.h69 unsigned int fall_delay; member
H A Dmt6359-accdet.c842 (priv->data->pwm_deb->fall_delay << 15 | in mt6359_accdet_init()
/linux/drivers/mmc/host/
H A Dmtk-sd.c2215 u64 rise_delay = 0, fall_delay = 0; in msdc_tune_response() local
2265 fall_delay |= BIT_ULL(i); in msdc_tune_response()
2267 fall_delay &= ~BIT_ULL(i); in msdc_tune_response()
2272 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_response()
2360 u64 rise_delay = 0, fall_delay = 0; in msdc_tune_data() local
2385 fall_delay |= BIT_ULL(i); in msdc_tune_data()
2387 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_data()
2411 u64 rise_delay = 0, fall_delay = 0; in msdc_tune_together() local
2441 fall_delay |= BIT_ULL(i); in msdc_tune_together()
2443 final_fall_delay = get_best_delay(host, fall_delay); in msdc_tune_together()