Home
last modified time | relevance | path

Searched refs:last_sample (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c110 unsigned char last_sample; member
212 (cur_s != bc->modem.ser12.last_sample); in ser12_rx()
213 bc->modem.ser12.last_sample = cur_s; in ser12_rx()
272 if (bc->modem.ser12.last_sample == in ser12_rx()
276 bc->modem.ser12.last_sample; in ser12_rx()
327 if (bc->modem.ser12.last_sample == in ser12_rx()
331 bc->modem.ser12.last_sample; in ser12_rx()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A Dmsm_gpu.c611 elapsed = ktime_to_us(ktime_sub(time, gpu->last_sample.time)); in update_sw_cntrs()
614 if (gpu->last_sample.active) in update_sw_cntrs()
617 gpu->last_sample.active = msm_gpu_active(gpu); in update_sw_cntrs()
618 gpu->last_sample.time = time; in update_sw_cntrs()
632 gpu->last_sample.active = msm_gpu_active(gpu); in msm_gpu_perfcntr_start()
633 gpu->last_sample.time = ktime_get(); in msm_gpu_perfcntr_start()
H A Dmsm_gpu.h88 } last_sample; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dssv_rc.c497 if (jiffies - spinfo->last_sample > 2 * period) in rate_control_pid_sample()
502 spinfo->last_sample = jiffies; in rate_control_pid_sample()
573 if (jiffies - spinfo->last_sample > 2 * period) in rate_control_pid_sample()
576 spinfo->last_sample = jiffies; in rate_control_pid_sample()
721 if (time_after(jiffies, spinfo->last_sample + period)) in ssv6xxx_legacy_report_handler()
730 spinfo->last_sample = jiffies; in ssv6xxx_legacy_report_handler()
792 if (time_after(jiffies, spinfo->last_sample + period)) in ssv6xxx_legacy_report_handler()
1293 spinfo->last_sample = jiffies; in ssv62xx_rc_caps()
H A Dssv_rc_common.h79 unsigned long last_sample; member
/OK3568_Linux_fs/buildroot/package/dahdi-linux/
H A D0002-fix-build-with-32-bits-kernel.patch50 usec = ktime_us_delta(ticker->last_sample,
52 ticker->first_sample = ticker->last_sample;