Searched refs:col_active_low (Results 1 – 1 of 1) sorted by relevance
300 bool col_active_low = (col_pin_info & ACTIVE_LOW_MASK); in prepare_pixel_pulse() local305 dev_data->seq[channel_idx] = pulse | (col_active_low ? 0 : BIT(15)); in prepare_pixel_pulse()310 if (col_active_low) { in prepare_pixel_pulse()