Lines Matching refs:delta_t
773 unsigned int delta_t;
787 * in the pattern to the next, over the given delta_t time. It
805 if (led_pattern[i + 1].delta_t != 0)
809 pattern[i / 2].delta_t = led_pattern[i].delta_t;
831 * The middle elements of the pattern are used to determine delta_t and
837 * enabled. In this scenario the delta_t of the middle entry (i.e. the
859 * Validate that all delta_t in the pattern are the same, with the
862 delta_t = pattern[1].delta_t;
864 if (pattern[i].delta_t != delta_t) {
875 if (delta_t >= BIT(9))
879 lo_pause = pattern[0].delta_t;
880 hi_pause = pattern[actual_len - 1].delta_t;
890 chan->ramp_tick_ms = delta_t;