Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/au1x/
Ddbdma2.c51 unsigned long curr_period; /* current segment DDMA is working on */ member
115 if (++cd->curr_period >= cd->periods) { in au1x_pcm_dmatx_cb()
117 cd->curr_period = 0; in au1x_pcm_dmatx_cb()
128 if (++cd->curr_period >= cd->periods) { in au1x_pcm_dmarx_cb()
130 cd->curr_period = 0; in au1x_pcm_dmarx_cb()
231 pcd->curr_period = 0; in au1xpsc_pcm_hw_params()
/Linux-v4.19/drivers/platform/x86/
Dintel_telemetry_pltdrv.c419 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_setup_iossevtconfig()
544 telm_conf->pss_config.curr_period = pss_period; in telemetry_setup_pssevtconfig()
738 telm_conf->ioss_config.curr_period = ioss_period; in telemetry_plt_set_sampling_period()
780 telm_conf->pss_config.curr_period = pss_period; in telemetry_plt_set_sampling_period()
839 pss_config->period = telm_conf->pss_config.curr_period; in telemetry_plt_get_eventconfig()
840 ioss_config->period = telm_conf->ioss_config.curr_period; in telemetry_plt_get_eventconfig()
873 pss_evtconfig.period = telm_conf->pss_config.curr_period; in telemetry_plt_add_events()
877 ioss_evtconfig.period = telm_conf->ioss_config.curr_period; in telemetry_plt_add_events()
/Linux-v4.19/arch/x86/include/asm/
Dintel_telemetry.h54 u8 curr_period; member