Home
last modified time | relevance | path

Searched refs:down_count (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/umplock/
H A Dumplock_driver.c32 u32 down_count; member
145 device.items[i_index].references[ref_index].down_count = 0; in do_umplock_create_locked()
160 device.items[i_index].references[0].down_count = 0; in do_umplock_create_locked()
213 device.items[i_index].references[ref_index].down_count++; in do_umplock_process()
220 device.items[i_index].references[ref_index].down_count--; in do_umplock_process()
290 if (device.items[i_index].references[ref_index].down_count > 1) { in do_umplock_release()
292 device.items[i_index].references[ref_index].down_count--; in do_umplock_release()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_mio_common.c4185 unsigned int up_count, down_count; in ni_m_series_pwm_config() local
4206 down_count = DIV_ROUND_CLOSEST(data[4], in ni_m_series_pwm_config()
4210 down_count = data[4] / devpriv->clock_ns; in ni_m_series_pwm_config()
4213 down_count = in ni_m_series_pwm_config()
4220 down_count * devpriv->clock_ns != data[4]) { in ni_m_series_pwm_config()
4222 data[4] = down_count * devpriv->clock_ns; in ni_m_series_pwm_config()
4226 NI_M_CAL_PWM_LOW_TIME(down_count), in ni_m_series_pwm_config()
4229 devpriv->pwm_down_count = down_count; in ni_m_series_pwm_config()
4245 unsigned int up_count, down_count; in ni_6143_pwm_config() local
4266 down_count = DIV_ROUND_CLOSEST(data[4], in ni_6143_pwm_config()
[all …]