Home
last modified time | relevance | path

Searched refs:we_off_time (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/omap/
Dhwa742.c659 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_reg_timing()
663 if (t->we_cycle_time < t->we_off_time) in calc_reg_timing()
664 t->we_cycle_time = t->we_off_time; in calc_reg_timing()
673 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing()
709 t->we_off_time = round_to_extif_ticks(t->we_on_time + 1000, div); in calc_lut_timing()
714 if (t->we_cycle_time < t->we_off_time) in calc_lut_timing()
715 t->we_cycle_time = t->we_off_time; in calc_lut_timing()
724 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_lut_timing()
Domapfb.h108 int we_off_time; member
Dsossi.c197 weoff = ps_to_sossi_ticks(t->we_off_time, div); in calc_wr_timings()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Drfbi.c401 t->we_off_time = round_to_extif_ticks(t->we_off_time, div); in calc_reg_timing()
415 t->we_on_time, t->we_off_time, t->re_cycle_time, in calc_reg_timing()
498 weoff = ps_to_rfbi_ticks(t->we_off_time, div); in rfbi_convert_timings()
/linux-4.4.14/include/video/
Domapdss.h231 int we_off_time; member