Home
last modified time | relevance | path

Searched refs:curr_period (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/soc/au1x/
H A Ddbdma2.c47 unsigned long curr_period; /* current segment DDMA is working on */ member
111 if (++cd->curr_period >= cd->periods) { in au1x_pcm_dmatx_cb()
113 cd->curr_period = 0; in au1x_pcm_dmatx_cb()
124 if (++cd->curr_period >= cd->periods) { in au1x_pcm_dmarx_cb()
126 cd->curr_period = 0; in au1x_pcm_dmarx_cb()
223 pcd->curr_period = 0; in au1xpsc_pcm_hw_params()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_telemetry_pltdrv.c398 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig()
523 telm_conf->pss_config.curr_period = pss_period; in telemetry_setup_pssevtconfig()
718 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_plt_set_sampling_period()
760 telm_conf->pss_config.curr_period = pss_period; in telemetry_plt_set_sampling_period()
819 pss_config->period = telm_conf->pss_config.curr_period; in telemetry_plt_get_eventconfig()
820 ioss_config->period = telm_conf->ioss_config.curr_period; in telemetry_plt_get_eventconfig()
853 pss_evtconfig.period = telm_conf->pss_config.curr_period; in telemetry_plt_add_events()
857 ioss_evtconfig.period = telm_conf->ioss_config.curr_period; in telemetry_plt_add_events()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dintel_telemetry.h46 u8 curr_period; member