Searched refs:up_count (Results 1 – 4 of 4) sorted by relevance
82 int up_count; member768 } else if (xenfb->up_count) { in xenfb_update()770 xenfb->up_count); in xenfb_update()771 for (i = 0; i < xenfb->up_count; i++) in xenfb_update()780 xenfb->up_count = 0; in xenfb_update()831 if (xenfb->up_count == UP_QUEUE) in xenfb_handle_events()854 xenfb->up_rects[xenfb->up_count].x = x; in xenfb_handle_events()855 xenfb->up_rects[xenfb->up_count].y = y; in xenfb_handle_events()856 xenfb->up_rects[xenfb->up_count].w = w; in xenfb_handle_events()857 xenfb->up_rects[xenfb->up_count].h = h; in xenfb_handle_events()[all …]
379 int i, up_count = 0; in pcan_led_timer() local392 up_count++; in pcan_led_timer()415 if (up_count) in pcan_led_timer()
293 int i, up_count = 0; in peak_pciec_led_work() local305 up_count++; in peak_pciec_led_work()328 if (up_count) in peak_pciec_led_work()
4184 unsigned int up_count, down_count; in ni_m_series_pwm_config() local4190 up_count = DIV_ROUND_CLOSEST(data[2], in ni_m_series_pwm_config()4194 up_count = data[2] / devpriv->clock_ns; in ni_m_series_pwm_config()4197 up_count = in ni_m_series_pwm_config()4220 data[2] = up_count * devpriv->clock_ns; in ni_m_series_pwm_config()4227 devpriv->pwm_up_count = up_count; in ni_m_series_pwm_config()4244 unsigned int up_count, down_count; in ni_6143_pwm_config() local4250 up_count = DIV_ROUND_CLOSEST(data[2], in ni_6143_pwm_config()4254 up_count = data[2] / devpriv->clock_ns; in ni_6143_pwm_config()4257 up_count = in ni_6143_pwm_config()[all …]